Commit graph

141 commits

Author SHA1 Message Date
Kevin Mihelich
b9c5c6f107 core/linux-raspberrypi to 4.19.97-1 2020-01-23 01:19:57 +00:00
Kevin Mihelich
f509570b20 core/linux-raspberrypi to 4.19.93-1 2020-01-07 01:40:52 +00:00
Kevin Mihelich
b4d468df4f core/linux-raspberrypi to 4.19.88-1 2019-12-11 20:08:35 +00:00
Kevin Mihelich
2db7e21975 core/linux-raspberrypi to 4.19.84-1 2019-11-21 00:28:25 +00:00
Kevin Mihelich
4dacadb636 core/linux-raspberrypi to 4.19.80-1 2019-10-22 03:00:49 +00:00
Kevin Mihelich
9e68429b24 core/linux-raspberrypi to 4.19.71-2 2019-09-15 00:06:49 +00:00
Kevin Mihelich
1f017492fd core/linux-raspberrypi to 4.19.71-1 2019-09-09 23:22:33 +00:00
Kevin Mihelich
274a92b525 core/linux-raspberrypi to 4.19.66-1 2019-08-17 02:28:03 +00:00
Kevin Mihelich
ad0cf06493 core/linux-raspberrypi to 4.19.57-2 2019-07-14 18:56:18 +00:00
Kevin Mihelich
7b17433e36 core/linux-raspberrypi to 4.19.55-1 2019-06-25 01:38:55 +00:00
Kevin Mihelich
725b598b18 core/linux-raspberrypi to 4.19.49-1 2019-06-12 00:32:51 +00:00
Kevin Mihelich
7ba0ee547f core/linux-raspberrypi to 4.19.46-1 2019-05-30 13:45:43 +00:00
Kevin Mihelich
5f5a74a573 core/linux-raspberrypi to 4.19.42-1 2019-05-15 00:29:25 +00:00
Kevin Mihelich
4daa98bc0d core/linux-raspberrypi to 4.19.37-2 2019-05-03 00:59:27 +00:00
Kevin Mihelich
4979925ad1 core/linux-raspberrypi to 4.19.37-1 2019-05-01 00:24:00 +00:00
Kevin Mihelich
ecb7d078ad core/linux-raspberrypi to 4.19.36-1 2019-04-27 15:44:57 +00:00
Kevin Mihelich
59e952def8 core/linux-raspberrypi to 4.19.34-1 2019-04-10 00:02:31 +00:00
Kevin Mihelich
810b9b16b4 core/linux-raspberrypi to 4.19.32-1 2019-04-04 00:00:17 +00:00
Kevin Mihelich
e87bd6d001 core/linux-raspberrypi to 4.19.30-2 2019-03-27 00:02:55 +00:00
Kevin Mihelich
6203d409b9 core/linux-raspberrypi to 4.19.29-1 2019-03-21 01:22:09 +00:00
Kevin Mihelich
151d955a88 core/linux-raspberrypi to 4.19.27-1 2019-03-09 00:14:12 +00:00
Kevin Mihelich
af8f84fad4 core/linux-raspberrypi to 4.19.23-1 2019-02-18 19:48:54 +00:00
Kevin Mihelich
cac762eaeb core/linux-raspberrypi to 4.14.98-1 2019-02-13 03:50:04 +00:00
Kevin Mihelich
6cf4dccafb core/linux-raspberrypi to 4.14.97-1 2019-02-05 19:34:59 +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
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
d3f2878d4c core/linux-raspberrypi to 4.14.78-2 2018-10-28 16:34:02 +00:00
Kevin Mihelich
11648e43b8 core/linux-raspberrypi to 4.14.77-1 2018-10-21 22:46:53 +00:00
Kevin Mihelich
8bde8e64cc core/linux-raspberrypi to 4.14.72-1 2018-09-27 00:06:25 +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
d9cd8ee4ca core/linux-raspberrypi to 4.14.69-1 2018-09-11 01:29:08 +00:00
Kevin Mihelich
a1f1e4b75d core/linux-raspberrypi to 4.14.61-1 2018-08-11 01:58:53 +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
3a9900a449 core/linux-raspberrypi to 4.14.54-1 2018-07-10 04:45:05 +00:00
Kevin Mihelich
469c30c670 core/linux-raspberrypi to 4.14.42-1 2018-05-22 00:00:41 +00:00
Kevin Mihelich
11271cf2ef core/linux-raspberrypi to 4.14.39-1 2018-05-05 18:38:03 +00:00
Kevin Mihelich
6fe7546616 core/linux-raspberrypi to 4.14.37-1 2018-04-27 00:06:25 +00:00
Kevin Mihelich
ab212ff79e core/linux-raspberrypi to 4.14.32-2 2018-04-07 00:00:55 +00:00
Kevin Mihelich
8c3dc727dd core/linux-raspberrypi to 4.14.26-1 2018-03-14 20:08:31 +00:00
Kevin Mihelich
c56ba1c1ef core/linux-raspberrypi to 4.14.24-1 2018-03-05 19:29:39 +00:00
Kevin Mihelich
26be0e1685 core/linux-raspberrypi to 4.14.21-1 2018-02-24 01:48:12 +00:00
Kevin Mihelich
6d435fd2dd core/linux-raspberrypi to 4.14.20-1 2018-02-19 19:01:39 +00:00
Kevin Mihelich
036e1ae322 core/linux-raspberrypi to 4.14.18-1 2018-02-11 19:55:43 +00:00
graysky
12a079a048 core/linux-raspberrypi to 4.9.78-1 (#1556) 2018-01-26 18:26:57 -07:00
Kevin Mihelich
ba3e0a96fa core/linux-raspberrypi to 4.9.66-1 2017-12-02 02:49:19 +00:00
Kevin Mihelich
fd371c6c92 core/linux-raspberrypi to 4.9.64-1 2017-11-22 00:55:44 +00:00
Kevin Mihelich
172c29d81e core/linux-raspberrypi to 4.9.62-1 2017-11-17 13:04:01 +00:00