summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [LOCAL] Avoid listnewconfig to failf21-3.16-tegraNicolas Chauvet2014-08-091-1/+1
|
* Apply pwm-backlight-disabled_on_boot.patchNicolas Chauvet2014-08-091-0/+3
|
* Add pwm-backlight-disabled_on_boot.patchNicolas Chauvet2014-08-091-0/+109
|
* Add REGULATOR TPS as builintNicolas Chauvet2014-08-091-2/+2
|
* Add CHARGER GPIONicolas Chauvet2014-08-091-1/+1
|
* Add GPIO builtintNicolas Chauvet2014-08-091-3/+3
|
* Add I2C_GPIO and I2C_MUX_GPIO as builtinNicolas Chauvet2014-08-091-5/+5
|
* Add CONFIG_I2C and CONFIG_OF_I2C as builtinNicolas Chauvet2014-08-091-1/+2
|
* Fixup drm_fb-helper.patchNicolas Chauvet2014-08-091-3/+3
|
* Fixup tegra-bp-next-3.17.patchNicolas Chauvet2014-08-091-1081/+1823
|
* Resync with tegra-next 20140715Nicolas Chauvet2014-08-091-534/+4407
|
* Add CONFIG_PINCTRL_TEGRA_XUSBNicolas Chauvet2014-08-091-0/+1
|
* Add tagr drm patchezNicolas Chauvet2014-08-094-0/+962
|
* Apply tagr drm - race free patchesNicolas Chauvet2014-08-091-0/+14
|
* Add tegra-bp-next-3.17.patchNicolas Chauvet2014-08-091-0/+5510
|
* Switch to CONFIG_USB_GPIO_VBUS to builtinNicolas Chauvet2014-08-091-1/+1
| | | | | | | | | This is an attempt to fix the following message: usb1_vbus: Failed to request enable GPIO170: -517 reg-fixed-voltage regulators:regulator@2: Failed to register regulator: -517 Later the related module phy-gpio-vbus-usb will not be loaded
* [LOCAL] switch to CONFIG_REGULATOR_GPIO to builtinNicolas Chauvet2014-08-091-1/+1
|
* [LOCAL] Switch CONFIG_LEDS_GPIO as builtinNicolas Chauvet2014-08-091-1/+1
|
* [LOCAL] Switch CONFIG_LEDS_PWM as builtinNicolas Chauvet2014-08-091-1/+1
|
* [LOCAL] Disable exynos IOMMUNicolas Chauvet2014-08-091-2/+2
|
* [LOCAL] Switch PWM_TEGRA as builtinNicolas Chauvet2014-08-091-1/+1
|
* Add CONFIG_GPIO_PCA953X_IRQ=y as found in tegra_defconfigNicolas Chauvet2014-08-091-1/+2
|
* Add CONFIG_PINCTRL_AS3722=y listed in tegra_defconfigNicolas Chauvet2014-08-091-0/+1
|
* Add marvin24s patchesNicolas Chauvet2014-08-095-0/+475
|
* [LOCAL] Config trimslice rtc0 as builtinNicolas Chauvet2014-08-091-1/+1
|
* [LOCAL] Add CONFIG_BACKLIGHT_PWM builtinNicolas Chauvet2014-08-091-1/+1
|
* [LOCAL] Enable FSF2 as a moduleNicolas Chauvet2014-08-091-1/+6
|
* [LOCAL] Kill TI EDMANicolas Chauvet2014-08-091-2/+2
|
* [LOCAL] Disable MAILBOXNicolas Chauvet2014-08-091-1/+1
|
* [LOCAL] Disable perfs and toolsNicolas Chauvet2014-08-091-0/+2
|
* [LOCAL] disable pae/lpae kvarriantNicolas Chauvet2014-08-091-0/+3
|
* Add CONFIG_RTC_DRV_SNVS as builtinNicolas Chauvet2014-08-091-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
* Add TPS6586x RTC/Regulator as builtinNicolas Chauvet2014-08-092-3/+4
| | | | | | Conflicts: config-armv7
* Add CONFIG_ZRAM_LZ4_COMPRESS=yNicolas Chauvet2014-08-091-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
* Bump CMA to 64M by default as found in 3.15 multi_v7_defconfigNicolas Chauvet2014-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit d1c912c1001f was made into tegra_defconfig and later forwared to multi_v7_deconfig as 0c86f089e66a93 Quoting original commit into the kernel tree: - Allocate 64 MiB for CMA by default; the default 16MiB is not enough for the majority of use-cases. This can still be overridden by the cma command-line option. If this patch is not applied, KMS drivers using CMA would rapidly exhaust the allocated memory. This was seen on tegra_drm (from tagr libdrm/opentegra with exa support on freedesktop.org) ... kernel: host1x drm: failed to allocate buffer with size 2457600 ... On the other side, CMA allocated memory can easily be freed http://lwn.net/Articles/486301/ "Freeing memory is much simpler process..." Whereas they can only be allocated at boot time https://lkml.org/lkml/2014/5/7/810 "CMA is introduced to provide physically contiguous pages at runtime. For this purpose, it reserves memory at boot time." This patch is about to have a convenant generic default and to match upstream kernel default value. Everything can be setup back into fedora tools such as arm-boot-config At some point, tegra will move to IOMMU and will not rely on CMA Tested on Toshiba AC100 (with 512M RAM with cma=128M zram=1x128M) with opentegra DDX driver
* Linux v3.16-7503-g33caee39925bJosh Boyer2014-08-0812-41/+198
|
* kernel-arm64.patch: fix up merge conflict and re-enableKyle McMartin2014-08-052-3168/+103
|
* Commit the first 3.17 git snapshotJosh Boyer2014-08-051-0/+1
| | | | Damnit. MORE COFFEE
* Linux v3.16-3652-gf19107379dbcJosh Boyer2014-08-0513-217/+182
| | | | - Reenable debugging options.
* Linux v3.16Josh Boyer2014-08-045-73/+75
| | | | - Disable debugging options.
* Minor config updates for Armada and Sunxi ARM devicesPeter Robinson2014-08-033-3/+8
|
* Linux v3.16-rc7-84-g6f0928036bcbJosh Boyer2014-08-013-52/+5
|
* Linux v3.16-rc7-76-g3a1122d26c62Josh Boyer2014-07-313-25/+27
|
* kernel-arm64.patch: fix up merge conflict and re-enableKyle McMartin2014-07-302-15/+61
|
* Linux v3.16-rc7-64-g26bcd8b72563Josh Boyer2014-07-303-221/+7
| | | | - Temporarily disable aarch64patches
* Apply different patch from Milan Broz to fix LUKS partitions (rhbz 1115120)Josh Boyer2014-07-303-77/+49
|
* kernel-arm64.patch: update from gitKyle McMartin2014-07-292-15/+1111
|
* Linux v3.16-rc7-7-g31dab719fa50Josh Boyer2014-07-295-66/+71
| | | | - Reenable debugging options.
* Actually add patch. Sigh.Josh Boyer2014-07-281-0/+44
|
* Make sure acpi brightness_switch is disabled (like forever in Fedora)Josh Boyer2014-07-281-0/+5
| | | | | | Upstream reverted the change to turn the ACPI brightness_switch_enabled parameter off by default. Revert the revert so we go back to the state Fedora has traditionally been in.