Commit graph

458 commits

Author SHA1 Message Date
Kevin Mihelich
6cf4dccafb core/linux-raspberrypi to 4.14.97-1 2019-02-05 19:34:59 +00:00
Kevin Mihelich
7d57a6853f core/linux-raspberrypi to 4.14.94-1 2019-01-23 02:21:14 +00:00
Kevin Mihelich
c92f2d8c2f core/linux-raspberrypi to 4.14.93-2 2019-01-16 14:52:30 +00:00
Kevin Mihelich
50d177b26c core/linux-raspberrypi to 4.14.93-1 2019-01-15 02:23:54 +00:00
Kevin Mihelich
0ccefa5647 core/linux-raspberrypi to 4.14.92-1 2019-01-10 02:43:35 +00:00
Kevin Mihelich
46c10e0f44 core/linux-raspberrypi to 4.14.90-1 2018-12-22 16:56:14 +00:00
Kevin Mihelich
6bed3f76dd core/linux-raspberrypi to 4.14.89-1 2018-12-19 02:34:13 +00:00
Kevin Mihelich
592b70b516 core/linux-raspberrypi to 4.14.87-1 2018-12-12 00:19:52 +00:00
Kevin Mihelich
4b6f1cc536 core/linux-raspberrypi to 4.14.86-1 2018-12-07 01:02:45 +00:00
Kevin Mihelich
45188ea864 core/linux-raspberrypi to 4.14.85-1 2018-12-05 01:18:21 +00:00
Kevin Mihelich
ff6d96c50b core/linux-raspberrypi to 4.14.84-1 2018-11-30 03:40:21 +00:00
Kevin Mihelich
5152164058 core/linux-raspberrypi to 4.14.83-2 2018-11-24 22:24:11 +00:00
Kevin Mihelich
4684147d3f core/linux-raspberrypi to 4.14.83-1 2018-11-23 20:18:41 +00:00
graysky
f752f7b423 core/linux-raspberrypi to 4.14.81-2 (#1640) 2018-11-20 13:21:21 -07:00
Kevin Mihelich
2d89e4d153 core/linux-raspberrypi to 4.14.81-1 2018-11-20 00:59:35 +00:00
Kevin Mihelich
4f7e75c154 core/linux-raspberrypi to 4.14.80-1 2018-11-13 01:11:19 +00:00
Kevin Mihelich
b2c3b5ae5f core/linux-raspberrypi to 4.14.79-1 2018-11-06 02:30:45 +00:00
Kevin Mihelich
d3f2878d4c core/linux-raspberrypi to 4.14.78-2 2018-10-28 16:34:02 +00:00
Kevin Mihelich
755ba7d1a1 core/linux-raspberrypi to 4.14.78-1 2018-10-24 00:01:32 +00:00
Kevin Mihelich
11648e43b8 core/linux-raspberrypi to 4.14.77-1 2018-10-21 22:46:53 +00:00
Kevin Mihelich
cb07e440f8 core/linux-raspberrypi to 4.14.76-1 2018-10-16 02:49:57 +00:00
Kevin Mihelich
e65be1bb9c core/linux-raspberrypi to 4.14.74-1 2018-10-11 02:11:32 +00:00
Kevin Mihelich
b9b4fdebff core/linux-raspberrypi to 4.14.73-1 2018-10-02 00:09:14 +00:00
Kevin Mihelich
8bde8e64cc core/linux-raspberrypi to 4.14.72-1 2018-09-27 00:06:25 +00:00
Kevin Mihelich
f6ca1c1922 core/linux-raspberrypi to 4.14.71-1 2018-09-22 00:00:06 +00:00
Kevin Mihelich
84c5064e8e core/linux-raspberrypi to 4.14.70-2 2018-09-19 00:45:18 +00:00
Kevin Mihelich
ed134dc116 core/linux-raspberrypi to 4.14.70-1 2018-09-18 02:02:28 +00:00
Kevin Mihelich
89f3aa7baf core/linux-raspberrypi to 4.14.69-2 2018-09-15 01:57:50 +00:00
Kevin Mihelich
d9cd8ee4ca core/linux-raspberrypi to 4.14.69-1 2018-09-11 01:29:08 +00:00
Kevin Mihelich
6b8c38f2fc core/linux-raspberrypi to 4.14.68-1 2018-09-06 00:05:40 +00:00
Kevin Mihelich
045ddf9b55 core/linux-*: fix install typo
closes #1621
2018-09-04 23:30:03 +00:00
Kevin Mihelich
fa572285a4 core/linux-raspberrypi to 4.14.67-1 2018-08-31 00:32:07 +00:00
Kevin Mihelich
5034b4a96a core/linux-raspberrypi to 4.14.66-1 2018-08-25 00:23:32 +00:00
Kevin Mihelich
bd9d641bb5 core/linux-raspberrypi to 4.14.62-1 2018-08-17 05:03:34 +00:00
Kevin Mihelich
a1f1e4b75d core/linux-raspberrypi to 4.14.61-1 2018-08-11 01:58:53 +00:00
Kevin Mihelich
197b47835c core/linux-raspberrypi to 4.14.59-1 2018-07-31 00:15:23 +00:00
Shenghao Yang
8c88fa2319 core/linux-raspberrypi to 4.14.56-2 (#1605)
- The serial device bus was compiled as a module, but this disabled
  use of the serial device TTY port controller that actually
  interfaces with the serdev drivers[1], rendering them unusable.
  Examples include the serdev driver for broadcom bluetooth HCI.

- Once built in to the kernel, enabling SERIAL_DEV_CTRL_TTYPORT to
  be built in, the userspace dependency on btattach is removed
  and the presence of the bluetooth controller can be indicated
  in the device tree, instead. This doesn't simply get rid of
  the dependency on btattach, but improves functionality,
  as the kernel does not restore the UART link to a higher baud
  rate after uploading the firmware to the bluetooth controller
  when notified of the controller over btattach but does so
  when notified through the device tree. hciattach does
  restore a higher set baud rate, but that is deprecated.

- According to [2], the configuration settings USB_CONFIGFS_F_*
  are meant for the user to indicate what sort of gadget
  functionality is to be enabled, while settings USB_F_* are
  meant to be used in the makefile for compilation.

- Enabled USB_CONFIGFS_F_UAC2 at the same time, since UAC1
  does not play well when used with a high-speed composite
  device (UAC1 is not compatible with high-speed, while
  UAC2 is)

- Kernel image size increased by 4008 bytes after these changes

1 - http://events17.linuxfoundation.org/sites/events/files/slides/serdev-elce-2017-2.pdf
2 - https://www.spinics.net/lists/linux-usb/msg142134.html
2018-07-30 17:25:35 -06:00
Kevin Mihelich
74163ac9b6 core/linux-raspberrypi to 4.14.56-1 2018-07-18 12:34:17 +00:00
Kevin Mihelich
e0620e5996 core/linux-raspberrypi to 4.14.54-2 2018-07-12 00:24:07 +00:00
Kevin Mihelich
3a9900a449 core/linux-raspberrypi to 4.14.54-1 2018-07-10 04:45:05 +00:00
Kevin Mihelich
c1a787b8a2 core/linux-raspberrypi to 4.14.52-1 2018-06-28 00:11:41 +00:00
Kevin Mihelich
7997478c30 core/linux-raspberrypi to 4.14.50-2 2018-06-20 05:20:35 +00:00
Kevin Mihelich
f7b442721b core/linux-raspberrypi to 4.14.50-1 2018-06-18 23:42:26 +00:00
Kevin Mihelich
f49295648a core/linux-raspberrypi to 4.14.49-1 2018-06-15 01:22:07 +00:00
Kevin Mihelich
d51c3683e7 core/linux-raspberrypi to 4.14.48-1 2018-06-08 00:11:06 +00:00
Kevin Mihelich
3cf6bd13cd core/linux-raspberrypi to 4.14.44-1 2018-06-01 06:07:36 +00:00
Kevin Mihelich
6dfcd3f0b3 core/linux-raspberrypi to 4.14.43-1 2018-05-27 01:44:59 +00:00
Kevin Mihelich
469c30c670 core/linux-raspberrypi to 4.14.42-1 2018-05-22 00:00:41 +00:00
Kevin Mihelich
b383c03d3a core/linux-raspberrypi to 4.14.41-1 2018-05-18 17:45:59 +00:00
Kevin Mihelich
11271cf2ef core/linux-raspberrypi to 4.14.39-1 2018-05-05 18:38:03 +00:00