aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-18LINARO: Linux-linaro-2.6.38-1001.2Linaro-2.6.38-1001.2John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-18LINARO: Disable CONFIG_ROOT_NFS for mx51John Rigby
The resulting larger kernel from having ROOT_NFS on will not boot reliably with current hwpack. Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-17OMAP4: PandaBoard: remove unused power regulatorsDavid Anders
the pandaboard does not use the VUSIM or VAUX1 power regulators on the TWL6030 and are left floating. if the VUSIM and VAUX1 power regulators are initilized, noise on the unloaded regulators generates an overcurrent interrupt causing the system to power down. this patch removes the initialization of the unused power regulators of VUSIM and VAUX1. Signed-off-by: David Anders <x0132446@ti.com> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
2011-03-17OMAP4:Fix -EINVAL for vana, vcxio, vdacBalaji T K
Fixed regulators in twl6030 do not have set_voltage hook. Regulator core returns -22 if set_voltage is NULL and apply_uV is set while applying the constraint to set voltage resulting in failure during probe of these regulators. Do not set apply_uV for fixed regulators which don't have set_voltage. machine_constraints_voltage: VANA: failed to apply 2100000uV constraint twl_reg twl_reg.43: can't register VANA, -22 twl_reg: probe of twl_reg.43 failed with error -22 machine_constraints_voltage: VCXIO: failed to apply 1800000uV constraint twl_reg twl_reg.44: can't register VCXIO, -22 twl_reg: probe of twl_reg.44 failed with error -22 machine_constraints_voltage: VDAC: failed to apply 1800000uV constraint twl_reg twl_reg.45: can't register VDAC, -22 twl_reg: probe of twl_reg.45 failed with error -22 Signed-off-by: Balaji T K <balajitk@ti.com>
2011-03-17LINARO: Enable CONFIG_IP_PNP and CONFIG_ROOT_NFS for all flavoursJohn Rigby
And ignore nfs related modules compiled in as a result. Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16mach-ux500: fix build errorJohn Rigby
the commit: mach-ux500: basic HREFv60 support v2 u8500_init_machine was changed to mop500_init_machine and 2 of 3 uses instances of .init_machine were changed. Fix the 3rd one. Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Update configsJohn Rigby
s5pv310 is now exynos4 but package name remains the same for now Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: rebase on new upstreamsJohn Rigby
Linux v2.6.38 final linaro-linux-2.6.38-upstream-16Mar2011 ubuntu-natty Ubuntu-2.6.38-7.35 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: enable CONFIG_TIMER_STATSJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: remove generated file kernel-versions and sort kernel-versions.inJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: update configsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Rebase on new upstreamsJohn Rigby
Linux v2.6.38-rc8 linaro-linux-2.6.38-upstream-9Mar2011 with lttng/linaro merged Ubuntu 2.6.38-6.34 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Disable CONFIG_OMAP2_DSS_SDIJohn Rigby
This allows display to work on omap4/panda. Side effect is that panel-acx565akm module is disabled as well because it needs DSS_SDI. This is actually not just a workaround but the proper fix for now. If a board has an sdi display then the sdi requlator shoulc be enabled in sdi.c not in the board file. Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16Revert "LINARO: WORKAROUND: Temporarily disable display on OMAP4"John Rigby
This reverts commit f03bf640e07f4ba62db11963707eab048e230164. Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: update configsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: new upstreamsJohn Rigby
Linux v2.6.38-rc7 linaro-linux-2.6.38-upstream-4Mar2011 ubuntu-natty master-next as of 4Mar2011 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Use KBUILD_SCRIPTROOT to cross build scriptsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16KBuild: Allow scripts/* to be cross compiledJohn Rigby
Cross compiling the binaries in scripts/* is not possible because various makefiles assume that $(obj)/whatever is executable on the build host. This patch introduces a new variable called KBUILD_SCRIPTROOT that points to script/binaries to use while cross compiling. Usage: Build scripts for the build host: make O=path/to/buildhost/buildscripts \ silentoldconfig prepare scripts Then cross build script for target: make O=path/to/target/buildscripts \ HOSTCC=$CROSS_COMPILE \ KBUILD_SCRIPTROOT=path/to/buildhost/buildscripts silentoldconfig prepare scripts This patch does not use KBUILD_SCRIPTROOT for all script invocations it only redefines the following if KBUILD_SCRIPTROOT is defined. scripts/Makefile.build scripts/basic/fixdep --> $(KBUILD_SCRIPTROOT)/scripts/basic/fixdep scripts/kconfig/Makefile $(obj)/conf --> $(KBUILD_SCRIPTROOT)/scripts/kconfig/conf scripts/mod/Makefile $(obj)mk_elfconfig --> $(KBUILD_SCRIPTROOT)/scripts/mod/mk_elfconfig Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: ignore missing moduleJohn Rigby
Turning of THUMB2_KERNEL disables KPROBES which disables sctp_probe. Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Bump abiJohn Rigby
Ignore: yes Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Enable CONFIG_THUMB2_KERNEL for OMAP[34]John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Update configsJohn Rigby
Leaving device tree off for the moment Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Rebase on new upstreamsJohn Rigby
Linux v2.6.38-rc6 -- same linaro-linux-2.6.38-upstream-1Mar2011 -- new Ubuntu-2.6.38-5.32 -- same Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Start new releaseJohn Rigby
Ignore: yes Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Linux-linaro-2.6.38-1000.1John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Disable CONFIG_BINFMT_AOUTJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16OMAP4: enable smc instructions in arch/arm/mach-omap2/sleep34xx.SJohn Rigby
same fix as upstream fe297dde5ae8f8bf67d3a87759289a99b48ecb2c OMAP4: enable smc instruction in new assembler versions Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Update configsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Rebase on new upstreamsJohn Rigby
Linux v2.6.38-rc6 linaro-linux-2.6.38-upstream-23Feb2011 Ubuntu-2.6.38-5.32 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: WORKAROUND: Temporarily disable display on OMAP4John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Tidy debian.linaro/d-i/kernel-versionsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Enforce CONFIG_PM_ADVANCED_DEBUGJohn Rigby
This fixes second half of LP: #713075 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Update configsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Rebase on new upstreamsJohn Rigby
Linux v2.6.38-rc5 linaro-linux-2.6.38-upstream-22Feb2011 Ubuntu-2.6.38-4.31 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Start new 2.6.38 based releaseJohn Rigby
Ignore: yes Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Linux-linaro-2.6.37-1003.6John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Improvements to mkflavourbranchesJohn Rigby
Cleanup config files after creating flavour branches Create temporary working branch automatically Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: rebase on linaro-linux-2.6.37-upstream-10Feb2011John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: [Config] No fs-secondary-modules for mx51, u8500 or vexpressJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: [Config] Ignore non-existant modules for s5pv310John Rigby
squashfs-modules fs-secondary-modules vlan-modules Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: [Config] Enforce CONFIG_BTRFS_FS for all flavoursJohn Rigby
Buglink: http://bugs/launchpad.net/bugs/715835 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: [Config] Temporarily drop enforcement of CONFIG_PM_DEBUG for s5pv310John Rigby
CONFIG_PM is currently broken so we can't enable CONFIG_PM_DEBUG Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Add s5pv310 flavourJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: [Config] Enforce CONFIG_PM_DEBUG for all flavoursJohn Rigby
Buglink: http://bugs/launchpad.net/bugs/713075 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Fix package control file to indicate that OMAP4 is supportedJohn Rigby
Buglink: http://bugs/launchpad.net/bugs/714590 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: [Config] Enforce CONFIG_PRINTK_TIME for all flavoursJohn Rigby
Buglink: http://bugs/launchpad.net/bugs/715576 Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: rebase on linaro-linux-2.6.37-upstream-08Feb2011John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: rebase on linaro-linux-2.6.37-upstream-31Jan2011John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: rebase on linaro-linux-2.6.37-upstream-27Jan2011John Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2011-03-16LINARO: Add u8500 flavourJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>