Commit Graph

32 Commits

Author SHA1 Message Date
Peter Robinson 4ad84e15bc cleanup some deprecated options, minor arm config tweaks 2017-09-24 15:23:59 +01:00
Peter Robinson 27e72a600e Raspberry Pi serial console fixes, minor other Pi improvements, Various ARM cleanups, build mmc/pwrseq non modular 2017-09-11 19:17:30 +01:00
Justin M. Forbes 21e4b83380 Linux v4.13-11197-gf007cad159e9 2017-09-11 13:05:08 -05:00
Justin M. Forbes f8b490d677 Linux v4.13-9219-g015a9e66b9b8 2017-09-08 17:21:55 -05:00
Peter Robinson b7ab4072a1 Add fix for Tegra GPU display with IOMMU, Add QCom IOMMU for Dragonboard display 2017-07-18 19:37:53 +01:00
Peter Robinson 9088a37e03 Minor ARM config updates 2017-07-17 10:23:40 +01:00
Peter Robinson ac7481542b minor arm cleanup 2017-07-15 12:47:30 +01:00
Peter Robinson e7048b1b04 Minor updates for ARM 2017-07-13 17:06:15 +01:00
Peter Robinson a746c6151c remove renamed TI_SYSCON_RESET 2017-07-08 09:13:53 +01:00
Laura Abbott bf7ea1ba8a Linux v4.12-6090-g9b51f04 2017-07-06 09:11:57 -07:00
Laura Abbott ad5e497980 Linux v4.12-3441-g1996454 2017-07-05 10:42:49 -07:00
Peter Robinson 8ceef37654 USB_CHIPIDEA_ULPI only does build in to base USB_CHIPIDEA 2017-07-02 15:52:22 +01:00
Peter Robinson 563749e0f2 minor QCom config cleanups 2017-07-02 13:04:25 +01:00
Peter Robinson dcf9506473 minor config cleanups and driver renames 2017-07-02 12:57:05 +01:00
Peter Robinson b8330ccb3e Config improvements for Qualcomm devices 2017-06-26 23:32:58 +01:00
Peter Robinson 426fb67926 Updates for ARM devices, Build ARM Chromebook specifics on all ARM architectures 2017-05-29 11:10:21 +01:00
Peter Robinson 741f1977f5 Various ARM updates 2017-05-24 12:27:01 +01:00
Peter Robinson 7d7b795c39 minor config cleanups 2017-05-12 13:08:25 +01:00
Justin M. Forbes 48953e19ba Linux v4.11-12441-g56868a4 2017-05-10 09:27:12 -05:00
Justin M. Forbes bd32781ec2 Linux v4.11-11413-g2868b25 2017-05-09 10:45:07 -05:00
Peter Robinson 4768e6b2a1 Enable sound SoC on aarch64, Update some ARM patches to latest upstream, small cleanups 2017-04-26 11:33:46 +01:00
Peter Robinson 1d9ad91470 arm: disable dead driver 2017-04-24 09:12:55 +01:00
Peter Robinson af8a9aac1b Update AllWinner configs 2017-04-04 17:15:55 +01:00
Peter Robinson b55a6deb27 Fix null pointer dereference in bcm2835 MMC driver, Minor updates 2017-03-26 21:16:08 +01:00
Laura Abbott d9590581bc Linux v4.11-rc3-161-gebe6482 2017-03-24 08:10:53 -07:00
Peter Robinson aca291d93b Update kernel source location now ftp is retired, Enable STi h407 SoC 2017-03-13 00:34:43 +00:00
Peter Robinson 51f1cbdea9 - Enable Tiny DRM on ARM platforms
- ARM config updates
- General config cleanups
- Add patch to fix desktop lockups on RPi (vc4) RHBZ# 1389163
2017-03-01 12:12:17 +00:00
Laura Abbott 012c1b4999 Linux v4.10-1242-g9763dd6 2017-02-21 11:23:09 -08:00
Peter Robinson 62d486acb3 Minor ARM config updates 2017-01-06 15:44:21 +00:00
Peter Robinson e686a652a2 Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor general config cleanups 2016-12-27 02:51:37 +00:00
Laura Abbott a20ad4f4fd Add script to check config generation
The kernel configuration generation currently checks to make sure
every option is defined with listnewconfig. It does not check that
each option is the same as listnewconfig. This can lead to odd
situations where the Fedora configuration does not match what's
actually present in the generated config. Add a script to check
for these kinds of changes.

Based on work done by Miguel Flores Silverio <floresmigu3l@gmail.com>
2016-12-22 14:11:05 -08:00
Laura Abbott 1b7eeb8019 Change method of configuration generation
The existing method of managing configuration files gets unweildy.
Changing individual lines in text files gets difficult without
manual organization. Switch to a method of configuration generation
that's inspired from the method used inside Red Hat. Each configuration
option gets its own file which are then combined to form the
configuration files. This makes confirming what's actually enabled much
easier.
2016-12-06 12:07:10 -08:00