summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add PL310 ERRATA 727915f21-3.17-tegraNicolas Chauvet2014-09-201-1/+1
|
* [LOCAL] Kill TI EDMANicolas Chauvet2014-09-061-2/+2
|
* [LOCAL] Disable MAILBOXNicolas Chauvet2014-09-061-1/+1
|
* Add PINCTRL_TEGRA_XUSB to armv7-genericNicolas Chauvet2014-09-061-0/+1
|
* Add GPIO builtinNicolas Chauvet2014-09-061-3/+3
|
* Disable marvins24s patchesNicolas Chauvet2014-09-061-4/+4
|
* Add TPS REGULATORS as builtinNicolas Chauvet2014-09-061-11/+11
|
* Add Jetson tk1 regulator as builtinNicolas Chauvet2014-09-061-1/+1
|
* Add CONFIG_RTC_DRV_SNVS as builtinNicolas Chauvet2014-09-061-1/+1
| | | | | | | | | This prevent error like this déc. 31 19:00:02 localhost kernel: drivers/rtc/hctosys.c: unable to open rtc device (rtc0) ... déc. 31 19:00:09 localhost kernel: snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0 On the wandboard, this rtc isn't wired, so it can only help to save time accross reboot
* Apply rtc-of_match_table.patchNicolas Chauvet2014-09-061-1/+4
|
* Add rtc-of_match_table.patchNicolas Chauvet2014-09-061-0/+239
|
* Add marvin24s patchesNicolas Chauvet2014-09-065-0/+475
|
* [LOCAL] Add CONFIG_BACKLIGHT_PWM builtinNicolas Chauvet2014-09-061-1/+1
|
* [LOCAL] Enable FSF2 as a moduleNicolas Chauvet2014-09-061-1/+6
|
* [LOCAL] Config trimslice rtc0 as builtinNicolas Chauvet2014-09-061-1/+1
|
* Add CONFIG_ZRAM_LZ4_COMPRESS=yNicolas Chauvet2014-09-061-1/+1
| | | | | | | | | | This patch was tested on TOSHIBA AC100 (512M) with zram0=128M (and cma=128M) Kernel doc: https://www.kernel.org/doc/Documentation/blockdev/zram.txt Test zram in mozilla bz https://bugzilla.mozilla.org/show_bug.cgi?id=945174#c21
* Builtin rtc-tps6586x used for paz00Nicolas Chauvet2014-09-061-1/+1
|
* Remove pci Kconfig/Makefile hookNicolas Chauvet2014-09-062-38/+7
|
* Add arm-pci-next-3.18.patch tegra-next-3.18.patchNicolas Chauvet2014-09-062-0/+4460
|
* Fixup palmasNicolas Chauvet2014-09-061-1/+0
|
* Enable MFD_TPS80031=y in armv7-genericNicolas Chauvet2014-09-062-2/+1
|
* [LOCAL] Enable CONFIG_ARCH_TEGRA_3x_SOC on lpaeNicolas Chauvet2014-09-061-1/+1
|
* Add regulator for tegra114 SOCNicolas Chauvet2014-09-061-0/+9
|
* Linux v3.17-rc3-94-gb7fece1be8b1Josh Boyer2014-09-0554-54/+57
|
* Linux v3.17-rc3-63-g44bf091f5089Josh Boyer2014-09-0454-53/+111
| | | | | - Enable kexec bzImage signature verification (from Vivek Goyal) - Add support for Wacom Cintiq Companion from Benjamin Tissoires (rhbz 1134969)
* config: Enable kexec bzImage signature verificationVivek Goyal2014-09-042-1/+5
| | | | | | | | | | | | | | New kexec syscall (kexec_file_load()) can perform bzimage signature verification. This will re-enable kexec/kdump on secureboot systems using new syscall. Currently kexec/kdump is disabled on secureboot systems. User space (kexec-tools) will be modifed to automatically detect that running system has secureboot enabled and use new syscall instead of old one. Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
* Linux v3.17-rc3-16-g955837d8f50eJosh Boyer2014-09-0356-118/+121
| | | | - Reenable debugging options.
* Remove with_extra switchJosh Boyer2014-09-021-10/+3
| | | | | | | | | | | The with_extra switch was originally added with the addition of the modules-extra subpackage. However, it never really worked. If you build with it disabled, the subpackage is omitted but the modules that would be included in it would still be built. That can lead to errors further in the build when we're moving things around in the -core and -modules subpackages. Since it doesn't actually save build time at all, and it leads to build failures for no real gain, drop it.
* Linux v3.17-rc3Josh Boyer2014-09-0158-214/+129
| | | | - Disable debugging options.
* Linux v3.17-rc2-89-g59753a805499Josh Boyer2014-08-2955-55/+58
|
* Fix NFSv3 ACL regression (rhbz 1132786)Josh Boyer2014-08-282-0/+46
|
* Linux v3.17-rc2-42-gf1bd473f95e0Josh Boyer2014-08-2859-58/+59
| | | | - Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160)
* Disable streams on via XHCI (rhbz 1132666)Josh Boyer2014-08-272-0/+49
|
* Linux v3.17-rc2-9-g68e370289c29Josh Boyer2014-08-2756-117/+122
| | | | - Reenable debugging options.
* Minor tegra updates due to incorrect nvidia kernel config optionsPeter Robinson2014-08-263-4/+7
|
* Linux v3.17-rc2Josh Boyer2014-08-2657-122/+135
| | | | | - Fixup ARM MFD options after I2C=y change - Disable debugging options.
* fix date in changelogPeter Robinson2014-08-261-1/+1
|
* make I2C=y on armv7-generic due to various modules needing it and not ↵Peter Robinson2014-08-261-0/+3
| | | | requesting it
* Minor generic ARMv7 updates, Build tegra on both LPAE and general ARMv7 ↵Peter Robinson2014-08-265-70/+86
| | | | kernels (thank srwarren RHBZ 1110963), Set CMA to 64mb on LPAE kernel (RHBZ 1127000)
* Linux v3.17-rc1-231-g7be141d05549Josh Boyer2014-08-2553-54/+141
| | | | - Add patch to fix NFS oops on /proc removal (rhbz 1132368)
* Drop userns revert patch (rhbz 917708)Josh Boyer2014-08-222-52/+3
|
* Linux v3.17-rc1-99-g5317821c0853Josh Boyer2014-08-2254-83/+56
|
* Linux v3.17-rc1-51-g372b1dbdd1fbJosh Boyer2014-08-2154-55/+58
|
* Patch file cleanupJosh Boyer2014-08-2059-2339/+2358
| | | | | | | | | Do a couple things here: - Split the mega-patches into individual patches. Should help with rebasing. - Make all patches 'git am' acceptable. There should be no functional or actual code differences from before
* Drop serial-460800.patchJosh Boyer2014-08-202-79/+0
| | | | Nobody knows why we're still carrying it. It isn't widely used.
* Linux v3.17-rc1-22-g480cadc2b7e0Josh Boyer2014-08-206-66/+72
| | | | - Reenable debugging options.
* Drop radeon ppc patchJosh Boyer2014-08-192-92/+0
| | | | Replaced by ea31bf697d27270188a93cd78cf9de4bc968aca3 upstream
* Linux v3.17-rc1Josh Boyer2014-08-189-336/+75
| | | | | - Disable debugging options. - Fix CONFIG_SPI_DEBUG settings
* Linux v3.16-11452-g88ec63d6f85cJosh Boyer2014-08-163-16/+5
|
* Linux v3.16-11383-gc9d26423e56cJosh Boyer2014-08-153-2/+8
|