Commit Graph

3997 Commits

Author SHA1 Message Date
Jeremy Cline
c3c75f6fde
Disable debugging options. 2018-11-19 11:33:37 -05:00
Peter Robinson
a4764614a7 Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344), Fixes for Raspberry Pi hwmon driver and firmware interface 2018-11-17 18:06:28 +00:00
Hans de Goede
6c672bed3d Enable a few modules needed for accelerometer and other sensor support
on some HP X2 2-in-1s
2018-11-16 14:55:41 +01:00
Justin M. Forbes
ded23d15f8 Linux v4.20-rc2-52-g5929a1f0ff30 2018-11-15 09:52:16 -08:00
Laura Abbott
878b6d46d5 Correct Fedora macro 2018-11-14 10:07:04 -08:00
Peter Robinson
71860be326 - Further updates for ARM
- More Qualcomm SD845 enablement
- FPGA Device Feature List (DFL) support
- Minor cleanups
2018-11-13 03:06:17 +00:00
Justin M. Forbes
670d3710ce Linux v4.20-rc2 2018-11-11 18:17:57 -06:00
Justin M. Forbes
be6cffa261 Disable debugging options. 2018-11-11 18:10:13 -06:00
Justin M. Forbes
7b5b8ca4e4 Linux v4.20-rc1-145-gaa4330e15c26 2018-11-09 16:53:08 -06:00
Peter Robinson
86eb60348e Initial Qualcomm SD845 enablement 2018-11-09 11:44:56 +00:00
Justin M. Forbes
77a6d0b85e Linux v4.20-rc1-98-gb00d209241ff 2018-11-08 16:25:24 -06:00
Justin M. Forbes
9f2e15e1ae Linux v4.20-rc1-87-g85758777c2a2 2018-11-07 16:31:05 -06:00
Peter Robinson
9feaafee26 Initial Arm config updates for 4.20 2018-11-07 13:41:50 +00:00
Justin M. Forbes
33864ba387 Linux v4.20-rc1-62-g8053e5b93eca 2018-11-06 16:16:11 -06:00
Paul Bolle
73cf59ae2c Remove sources for kernel-tools
The userspace tools were split out into kernel-tools last year. Remove
their sources too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-06 09:43:15 -06:00
Justin M. Forbes
e88e680c22 Linux v4.20-rc1 2018-11-05 10:19:40 -06:00
Justin M. Forbes
572e50297a Disable debugging options. 2018-11-05 08:07:31 -06:00
Justin M. Forbes
90bf85d2b1 Linux v4.19-12532-g8adcc59974b8 2018-11-02 12:07:56 -05:00
Justin M. Forbes
755a40d40d Linux v4.19-12279-g5b7449810ae6 2018-11-01 11:00:41 -05:00
Justin M. Forbes
bf0b23e3a4 Linux v4.19-11807-g310c7585e830 2018-10-31 13:11:02 -05:00
Justin M. Forbes
968d59bf94 Linux v4.19-11706-g11743c56785c 2018-10-30 11:51:07 -05:00
Justin M. Forbes
4eb72d37dc Linux v4.19-9448-g673c790e7282 2018-10-29 13:54:19 -05:00
Justin M. Forbes
e7c396bbf3 Fix thinko with macros 2018-10-27 13:27:58 -05:00
Justin M. Forbes
6904e70891 Add macros.S to kernel-devel due to changes for gcc bugs 2018-10-26 14:20:15 -05:00
Justin M. Forbes
8f03c40977 Linux v4.19-6148-ge5f6d9afa341 2018-10-26 11:30:07 -05:00
Justin M. Forbes
0f348d0bc2 Linux v4.19-5646-g3acbd2de6bc3 2018-10-25 12:49:20 -05:00
Justin M. Forbes
bc5d8157d1 Linux v4.19-4345-g638820d8da8e 2018-10-24 13:39:38 -05:00
Justin M. Forbes
a92862ed1d Linux v4.19-1676-g0d1b82cd8ac2 2018-10-23 10:47:47 -05:00
Jeremy Cline
0692272350
Linux v4.19 2018-10-22 09:35:14 -04:00
Peter Robinson
c3f92fbe98 Fix network on some i.MX6 devices (rhbz 1628209) 2018-10-22 10:33:35 +01:00
Jeremy Cline
d39a8c5da3
Linux v4.19-rc8-95-g91b15613ce7f
Also enable pinctrl-cannonlake (rhbz 1641057)
2018-10-19 10:09:23 -04:00
Jeremy Cline
81f24e6cf0
Linux v4.19-rc8-27-gfa520c47eaa1 2018-10-18 09:43:15 -04:00
Jeremy Cline
3c50fa7821
Linux v4.19-rc8-16-gc343db455eb3 2018-10-17 15:53:37 -04:00
Peter Robinson
71dcda616b Fixes to Rock960 series of devices, Raspberry Pi graphics fix 2018-10-17 09:14:49 +01:00
Jeremy Cline
c8a5b4dd1e
Linux v4.19-rc8-11-gb955a910d7fd 2018-10-16 15:27:42 -04:00
Jeremy Cline
c50522dfcc
Linux v4.19-rc8 2018-10-15 09:58:53 -04:00
Jeremy Cline
9ab960b7da
Disable debugging options. 2018-10-15 09:55:38 -04:00
Peter Robinson
e0cda5a30e one more use -delete on find commands 2018-10-14 17:52:11 +01:00
Peter Robinson
fae554d6cb use -delete on find commands where possible rather than forking out to xargs/rm 2018-10-14 10:21:30 +01:00
Peter Robinson
f0d49a4dcb Rebase device specific NVRAM files on brcm WiFi devices to latest
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2018-10-12 20:08:19 +01:00
Jeremy Cline
6b553f9947
Linux v4.19-rc7-139-g6b3944e42e2e 2018-10-12 10:04:36 -04:00
Pablo Greco
df681b469d Make buildflags optional
build_hostcflags and build_hostldflags may not be defined
on all systems. Make them optional for compatibility.

[labbott: Add more commit text]
2018-10-11 11:43:47 -07:00
Pablo Greco
25940548c9 Disable kernel-headers only in Fedora
For ease of building on other targets that still
build the headers in the same spec file, add a
guard around the kernel headers

[labbott: Add more commit text]
2018-10-11 11:41:39 -07:00
Jeremy Cline
c45cf89f0e
Linux v4.19-rc7-61-g9f203e2f2f06 2018-10-11 10:40:23 -04:00
Jeremy Cline
582c55fbb0
Linux v4.19-rc7-33-gbb2d8f2f6104 2018-10-10 09:58:52 -04:00
Jeremy Cline
8fa29867b1
Turn off debug builds 2018-10-09 10:19:40 -04:00
Jeremy Cline
e75c68f345
Linux v4.19-rc7-15-g64c5e530ac2c 2018-10-09 10:14:49 -04:00
Jeremy Cline
059eb20c31
Linux v4.19-rc7 2018-10-08 10:49:53 -04:00
Jeremy Cline
ebb2483c5a
Disable debugging options. 2018-10-08 10:35:25 -04:00
Jeremy Cline
73a194639b
Linux v4.19-rc6-223-gbefad944e231 2018-10-05 10:03:26 -04:00