Commit graph

5452 commits

Author SHA1 Message Date
Kevin Mihelich e3eecedfd8 core/linux-kirkwood-dt to 4.18.0-1 2018-08-15 02:11:00 +00:00
Kevin Mihelich 5007fd14da core/linux-armv5 to 4.18.0-1 2018-08-15 01:12:54 +00:00
Kevin Mihelich 37096e2b41 core/linux-armv7 to 4.18.0-1 2018-08-14 13:53:47 +00:00
Kevin Mihelich 9a9ce45ff2 core/linux-aarch64 to 4.18.0-1 2018-08-13 00:50:49 +00:00
Kevin Mihelich 7470bd7418 core/mkinitcpio-busybox to 1.29.2-1 2018-08-12 18:49:29 +00:00
Kevin Mihelich 3e8a802d74 core/binutils to 2.31.1-3 2018-08-12 18:45:37 +00:00
Kevin Mihelich ed79eede3b core/linux-gru to 4.4.147-1 2018-08-12 15:04:26 +00:00
Kevin Mihelich 9e9c0bd336 core/linux-gru to 4.4.146-1 2018-08-11 03:07:37 +00:00
Kevin Mihelich 7577946a87 core/linux-mmp to 3.18.118-1 2018-08-11 02:01:11 +00:00
Kevin Mihelich a1f1e4b75d core/linux-raspberrypi to 4.14.61-1 2018-08-11 01:58:53 +00:00
Kevin Mihelich 6b86eb29a9 core/linux-kirkwood-dt to 4.17.14-1 2018-08-11 01:56:35 +00:00
Kevin Mihelich 823689aa15 core/linux-armv5 to 4.17.14-1 2018-08-11 01:56:15 +00:00
Kevin Mihelich 49105500b1 core/linux-am33x to 4.17.12-1 2018-08-11 01:56:01 +00:00
Kevin Mihelich 52bf01d4f9 core/linux-armv7 to 4.17.12-1 2018-08-11 01:52:44 +00:00
Kevin Mihelich f1164fd8bd core/linux-armv7-rc to 4.18.rc8-1 2018-08-11 01:49:04 +00:00
Kevin Mihelich f1b391d3c7 core/linux-espressobin to 4.17.14-1 2018-08-11 01:47:53 +00:00
Kevin Mihelich 35fa1f80d9 core/linux-aarch64 to 4.17.14-1 2018-08-11 01:47:39 +00:00
Kevin Mihelich cfe4ce9f5b core/icu to 62.1-1 2018-08-08 19:25:16 +00:00
Kevin Mihelich f9d7142ec6 core/libtool to 2.4.6+42+gb88cebd5-1 2018-08-06 18:07:53 +00:00
Kevin Mihelich 3ba3506b04 core/glibc to 2.28-1 2018-08-06 18:07:22 +00:00
Kevin Mihelich 5b2e322d76 core/gcc to 8.2.0-2 2018-08-06 18:07:01 +00:00
Kevin Mihelich 829ff1a653 core/binutils to 2.31.1-1 2018-08-06 18:06:36 +00:00
Kevin Mihelich cdbdcb7c83 core/linux-armv5-rc to 4.18.rc8-1 2018-08-06 00:16:44 +00:00
Kevin Mihelich f3dcc9b6fa core/linux-aarch64-rc to 4.18.rc8-1 2018-08-06 00:16:26 +00:00
Kevin Mihelich 513f1a506a core/linux-kirkwood-dt to 4.17.12-1 2018-08-04 01:51:45 +00:00
Kevin Mihelich 8ba201375d core/linux-armv5 to 4.17.12-1 2018-08-04 01:51:27 +00:00
Kevin Mihelich 0a2981c458 core/linux-espressobin to 4.17.12-1 2018-08-04 01:51:09 +00:00
Kevin Mihelich 769fff9bbe core/linux-aarch64 to 4.17.12-1 2018-08-04 01:50:56 +00:00
Kevin Mihelich 197b47835c core/linux-raspberrypi to 4.14.59-1 2018-07-31 00:15:23 +00:00
Kevin Mihelich 6c8dfe3654 core/linux-armv5-rc to 4.18.rc7-1 2018-07-31 00:14:59 +00:00
Kevin Mihelich 771632dbd0 core/linux-armv7-rc to 4.18.rc7-1 2018-07-31 00:14:29 +00:00
Lasse Bang Mikkelsen c18798e45a core/linux-aarch64-rc to 4.18.rc7-2 (#1606) 2018-07-30 17:29:07 -06: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 75ced2ab94 core/linux-aarch64-rc to 4.18.rc7-1 2018-07-30 00:43:29 +00:00
Kevin Mihelich d292cc49c6 core/linux-am33x to 4.17.11-1 2018-07-29 01:28:10 +00:00
Kevin Mihelich 98a979f5cd core/linux-armv7 to 4.17.11-1 2018-07-29 01:27:38 +00:00
Kevin Mihelich f5c0b5993f core/linux-mmp to 3.18.117-1 2018-07-28 16:36:46 +00:00
Kevin Mihelich 6af7c147ee core/linux-gru to 4.4.144-1 2018-07-28 16:04:03 +00:00
Kevin Mihelich efb8972fa3 core/linux-kirkwood-dt to 4.17.11-1 2018-07-28 15:53:15 +00:00
Kevin Mihelich faaf1991bc core/linux-armv5 to 4.17.11-1 2018-07-28 15:53:03 +00:00
Kevin Mihelich 90bee230c7 core/linux-espressobin to 4.17.11-1 2018-07-28 15:52:50 +00:00
Kevin Mihelich 0a5900eeb9 core/linux-aarch64 to 4.17.11-1 2018-07-28 15:52:38 +00:00
Kevin Mihelich a932b23d66 core/pacman to 5.1.1-1 2018-07-28 13:59:58 +00:00
Kevin Mihelich 5f4df2de99 core/linux-gru to 4.4.143-1 2018-07-28 00:40:58 +00:00
Kevin Mihelich a4e8a7fff0 core/linux-kirkwood-dt to 4.17.10-1 2018-07-27 00:48:13 +00:00
Kevin Mihelich f833baabf8 core/linux-armv5 to 4.17.10-1 2018-07-27 00:48:01 +00:00
Kevin Mihelich 7f520605b7 core/linux-am33x to 4.17.10-1 2018-07-27 00:47:44 +00:00
Kevin Mihelich bb4c7adaa1 core/linux-armv7 to 4.17.10-1 2018-07-27 00:47:33 +00:00
Kevin Mihelich b338939606 core/linux-espressobin to 4.17.10-1 2018-07-27 00:45:39 +00:00
Kevin Mihelich 56488674c9 core/linux-aarch64 to 4.17.10-1 2018-07-27 00:45:27 +00:00
Kevin Mihelich 4ac8aed35e core/linux-armv7-rc to 4.18.rc6-1 2018-07-23 13:54:23 +00:00
Kevin Mihelich a90f1160ef core/linux-aarch64-rc to 4.18.rc6-1 2018-07-23 00:41:51 +00:00
Kevin Mihelich a1a0022b5c core/linux-armv5-rc to 4.18.rc6-1 2018-07-23 00:41:26 +00:00
Kevin Mihelich da07fdee90 core/linux-am33x to 4.17.9-1 2018-07-22 23:42:11 +00:00
Kevin Mihelich 85046779b9 core/linux-armv7 to 4.17.9-1 2018-07-22 23:41:56 +00:00
Kevin Mihelich 4aea070a93 core/linux-espressobin to 4.17.9-1 2018-07-22 20:06:16 +00:00
Kevin Mihelich fbf95ebe1d core/linux-aarch64 to 4.17.9-1 2018-07-22 17:37:18 +00:00
Kevin Mihelich 5c92cded05 core/linux-kirkwood-dt to 4.17.9-1 2018-07-22 17:36:33 +00:00
Kevin Mihelich 6780247226 core/linux-armv5 to 4.17.9-1 2018-07-22 17:36:20 +00:00
Kevin Mihelich 4ca8d993b5 core/pacman-mirrorlist to 20180722-1 2018-07-22 14:52:27 +00:00
Kevin Mihelich ad0d942de1 core/linux-gru to 4.4.141-1 2018-07-21 01:21:15 +00:00
Kevin Mihelich f67090ec49 core/linux-aarch64-rc to 4.18.rc5-2 2018-07-19 00:21:21 +00:00
Kevin Mihelich 74163ac9b6 core/linux-raspberrypi to 4.14.56-1 2018-07-18 12:34:17 +00:00
Kevin Mihelich 5597fbb599 core/linux-espressobin to 4.17.7-1 2018-07-18 00:01:39 +00:00
Kevin Mihelich b6040384ac core/linux-aarch64 to 4.17.7-1 2018-07-18 00:01:22 +00:00
Kevin Mihelich 9e027f13a9 core/linux-kirkwood-dt to 4.17.7-1 2018-07-18 00:00:28 +00:00
Kevin Mihelich 946f3a93d4 core/linux-armv5 to 4.17.7-1 2018-07-17 23:59:56 +00:00
Kevin Mihelich 893460aca5 core/linux-am33x to 4.17.7-1 2018-07-17 23:57:19 +00:00
Kevin Mihelich 9016a32848 core/linux-armv7 to 4.17.7-1 2018-07-17 23:56:45 +00:00
Kevin Mihelich db20791f74 core/linux-armv7-rc to 4.18.rc5-1 2018-07-17 00:05:03 +00:00
Kevin Mihelich 2c86b44192 core/linux-armv5-rc to 4.18.rc5-1 2018-07-16 02:26:54 +00:00
Kevin Mihelich b35732b672 core/linux-aarch64-rc to 4.18.rc5-1 2018-07-16 02:26:37 +00:00
Kevin Mihelich 1dda0e177d core/linux-gru to 4.4.140-1 2018-07-15 19:05:56 +00:00
Kevin Mihelich 7797c7997d core/linux-gru to 4.4.139-1 2018-07-14 14:31:03 +00:00
Kevin Mihelich c71a6666e2 core/linux-armv7-rc to 4.18.rc4-2 2018-07-13 03:30:17 +00:00
Kevin Mihelich 696e925d71 core/linux-am33x to 4.17.6-1 2018-07-13 00:28:12 +00:00
Kevin Mihelich 0e90c28d32 core/linux-armv7 to 4.17.6-1 2018-07-13 00:27:57 +00:00
Kevin Mihelich 17524c92fe core/linux-odroid-xu3 to 4.14.55-1 2018-07-12 04:37:22 +00:00
Kevin Mihelich 8d3cf36323 core/linux-kirkwood-dt to 4.17.6-1 2018-07-12 00:35:38 +00:00
Kevin Mihelich 566aafbdad core/linux-armv5 to 4.17.6-1 2018-07-12 00:35:26 +00:00
Kevin Mihelich fc756910a0 core/linux-armv7-rc to 4.18.rc4-1 2018-07-12 00:35:14 +00:00
Kevin Mihelich 8f1f37d0cf core/linux-espressobin to 4.17.6-1 2018-07-12 00:34:44 +00:00
Kevin Mihelich 827a41fa0b core/linux-aarch64 to 4.17.6-1 2018-07-12 00:34:33 +00:00
Kevin Mihelich e0620e5996 core/linux-raspberrypi to 4.14.54-2 2018-07-12 00:24:07 +00:00
Kevin Mihelich f6cd82e943 core/xfsprogs to 4.17.0-1 2018-07-11 20:04:25 +00:00
Kevin Mihelich 3a9900a449 core/linux-raspberrypi to 4.14.54-1 2018-07-10 04:45:05 +00:00
Kevin Mihelich db28e5985c core/linux-armv5-rc to 4.18.rc4-1 2018-07-10 01:46:49 +00:00
Kevin Mihelich 3e72274a05 core/linux-am33x to 4.17.5-1 2018-07-10 01:46:31 +00:00
Kevin Mihelich a267b62806 core/linux-armv7 to 4.17.5-1 2018-07-10 01:46:20 +00:00
Kevin Mihelich 21eda39688 core/linux-espressobin to 4.17.5-2 2018-07-10 01:30:32 +00:00
Kevin Mihelich 2cfb4e0086 core/linux-kirkwood-dt to 4.17.5-1 2018-07-09 00:34:00 +00:00
Kevin Mihelich 05161413c5 core/linux-armv5 to 4.17.5-1 2018-07-09 00:33:46 +00:00
Kevin Mihelich b968eecce1 core/linux-espressobin to 4.17.5-1 2018-07-09 00:32:36 +00:00
Kevin Mihelich 8a9e65daff core/linux-aarch64 to 4.17.5-1 2018-07-09 00:32:24 +00:00
Kevin Mihelich dc120fb7c9 core/linux-aarch64-rc to 4.18.rc4-1 2018-07-09 00:32:06 +00:00
Kevin Mihelich 11b14b686e core/systemd to 239.0-2 2018-07-05 19:40:41 +00:00
Kevin Mihelich ac4d56a931 core/linux-aarch64-rc to 4.18.rc3-2 2018-07-04 01:03:45 +00:00
Kevin Mihelich d3d8ab1bb5 core/linux-aarch64 to 4.17.4-2 2018-07-04 01:03:01 +00:00
Kevin Mihelich 8c0f536b8a core/linux-kirkwood-dt to 4.17.4-1 2018-07-03 19:56:57 +00:00
Kevin Mihelich e280c6d779 core/linux-armv5 to 4.17.4-1 2018-07-03 19:56:43 +00:00