Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PL310 ERRATA 727915f21-3.17-tegra | Nicolas Chauvet | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | [LOCAL] Kill TI EDMA | Nicolas Chauvet | 2014-09-06 | 1 | -2/+2 |
| | |||||
* | [LOCAL] Disable MAILBOX | Nicolas Chauvet | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Add PINCTRL_TEGRA_XUSB to armv7-generic | Nicolas Chauvet | 2014-09-06 | 1 | -0/+1 |
| | |||||
* | Add GPIO builtin | Nicolas Chauvet | 2014-09-06 | 1 | -3/+3 |
| | |||||
* | Disable marvins24s patches | Nicolas Chauvet | 2014-09-06 | 1 | -4/+4 |
| | |||||
* | Add TPS REGULATORS as builtin | Nicolas Chauvet | 2014-09-06 | 1 | -11/+11 |
| | |||||
* | Add Jetson tk1 regulator as builtin | Nicolas Chauvet | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Add CONFIG_RTC_DRV_SNVS as builtin | Nicolas Chauvet | 2014-09-06 | 1 | -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.patch | Nicolas Chauvet | 2014-09-06 | 1 | -1/+4 |
| | |||||
* | Add rtc-of_match_table.patch | Nicolas Chauvet | 2014-09-06 | 1 | -0/+239 |
| | |||||
* | Add marvin24s patches | Nicolas Chauvet | 2014-09-06 | 5 | -0/+475 |
| | |||||
* | [LOCAL] Add CONFIG_BACKLIGHT_PWM builtin | Nicolas Chauvet | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | [LOCAL] Enable FSF2 as a module | Nicolas Chauvet | 2014-09-06 | 1 | -1/+6 |
| | |||||
* | [LOCAL] Config trimslice rtc0 as builtin | Nicolas Chauvet | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Add CONFIG_ZRAM_LZ4_COMPRESS=y | Nicolas Chauvet | 2014-09-06 | 1 | -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 paz00 | Nicolas Chauvet | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Remove pci Kconfig/Makefile hook | Nicolas Chauvet | 2014-09-06 | 2 | -38/+7 |
| | |||||
* | Add arm-pci-next-3.18.patch tegra-next-3.18.patch | Nicolas Chauvet | 2014-09-06 | 2 | -0/+4460 |
| | |||||
* | Fixup palmas | Nicolas Chauvet | 2014-09-06 | 1 | -1/+0 |
| | |||||
* | Enable MFD_TPS80031=y in armv7-generic | Nicolas Chauvet | 2014-09-06 | 2 | -2/+1 |
| | |||||
* | [LOCAL] Enable CONFIG_ARCH_TEGRA_3x_SOC on lpae | Nicolas Chauvet | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Add regulator for tegra114 SOC | Nicolas Chauvet | 2014-09-06 | 1 | -0/+9 |
| | |||||
* | Linux v3.17-rc3-94-gb7fece1be8b1 | Josh Boyer | 2014-09-05 | 54 | -54/+57 |
| | |||||
* | Linux v3.17-rc3-63-g44bf091f5089 | Josh Boyer | 2014-09-04 | 54 | -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 verification | Vivek Goyal | 2014-09-04 | 2 | -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-g955837d8f50e | Josh Boyer | 2014-09-03 | 56 | -118/+121 |
| | | | | - Reenable debugging options. | ||||
* | Remove with_extra switch | Josh Boyer | 2014-09-02 | 1 | -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-rc3 | Josh Boyer | 2014-09-01 | 58 | -214/+129 |
| | | | | - Disable debugging options. | ||||
* | Linux v3.17-rc2-89-g59753a805499 | Josh Boyer | 2014-08-29 | 55 | -55/+58 |
| | |||||
* | Fix NFSv3 ACL regression (rhbz 1132786) | Josh Boyer | 2014-08-28 | 2 | -0/+46 |
| | |||||
* | Linux v3.17-rc2-42-gf1bd473f95e0 | Josh Boyer | 2014-08-28 | 59 | -58/+59 |
| | | | | - Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160) | ||||
* | Disable streams on via XHCI (rhbz 1132666) | Josh Boyer | 2014-08-27 | 2 | -0/+49 |
| | |||||
* | Linux v3.17-rc2-9-g68e370289c29 | Josh Boyer | 2014-08-27 | 56 | -117/+122 |
| | | | | - Reenable debugging options. | ||||
* | Minor tegra updates due to incorrect nvidia kernel config options | Peter Robinson | 2014-08-26 | 3 | -4/+7 |
| | |||||
* | Linux v3.17-rc2 | Josh Boyer | 2014-08-26 | 57 | -122/+135 |
| | | | | | - Fixup ARM MFD options after I2C=y change - Disable debugging options. | ||||
* | fix date in changelog | Peter Robinson | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | make I2C=y on armv7-generic due to various modules needing it and not ↵ | Peter Robinson | 2014-08-26 | 1 | -0/+3 |
| | | | | requesting it | ||||
* | Minor generic ARMv7 updates, Build tegra on both LPAE and general ARMv7 ↵ | Peter Robinson | 2014-08-26 | 5 | -70/+86 |
| | | | | kernels (thank srwarren RHBZ 1110963), Set CMA to 64mb on LPAE kernel (RHBZ 1127000) | ||||
* | Linux v3.17-rc1-231-g7be141d05549 | Josh Boyer | 2014-08-25 | 53 | -54/+141 |
| | | | | - Add patch to fix NFS oops on /proc removal (rhbz 1132368) | ||||
* | Drop userns revert patch (rhbz 917708) | Josh Boyer | 2014-08-22 | 2 | -52/+3 |
| | |||||
* | Linux v3.17-rc1-99-g5317821c0853 | Josh Boyer | 2014-08-22 | 54 | -83/+56 |
| | |||||
* | Linux v3.17-rc1-51-g372b1dbdd1fb | Josh Boyer | 2014-08-21 | 54 | -55/+58 |
| | |||||
* | Patch file cleanup | Josh Boyer | 2014-08-20 | 59 | -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.patch | Josh Boyer | 2014-08-20 | 2 | -79/+0 |
| | | | | Nobody knows why we're still carrying it. It isn't widely used. | ||||
* | Linux v3.17-rc1-22-g480cadc2b7e0 | Josh Boyer | 2014-08-20 | 6 | -66/+72 |
| | | | | - Reenable debugging options. | ||||
* | Drop radeon ppc patch | Josh Boyer | 2014-08-19 | 2 | -92/+0 |
| | | | | Replaced by ea31bf697d27270188a93cd78cf9de4bc968aca3 upstream | ||||
* | Linux v3.17-rc1 | Josh Boyer | 2014-08-18 | 9 | -336/+75 |
| | | | | | - Disable debugging options. - Fix CONFIG_SPI_DEBUG settings | ||||
* | Linux v3.16-11452-g88ec63d6f85c | Josh Boyer | 2014-08-16 | 3 | -16/+5 |
| | |||||
* | Linux v3.16-11383-gc9d26423e56c | Josh Boyer | 2014-08-15 | 3 | -2/+8 |
| |