aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-12omap4.conf: Disable OMAP2 supporttracking-basic-board-configs-llct-20130508.0tracking-basic-board-configs-llct-20130506.0tracking-basic-board-configs-llct-20130502.0tracking-basic-board-configs-llct-20130417.0tracking-basic-board-configs-llct-20130415.0Peter Ujfalusi
When the kernel is built with CONFIG_ARCH_OMAP2 it will select CPU_V6 and other dependencies which causes issues in user space. For example when clients try to connect to PulseAudio they will crash with: Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting. Remove support for OMAP2 for now. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
2013-04-11configs: vexpress: Enable the RTCJon Medhurst
The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-11Merge branch 'config-boards-tracking' of git://git.linaro.org/kernel/configs ↵tracking-basic-board-configs-llct-20130411.0Andrey Konovalov
into config-boards-tracking
2013-04-11configs: vexpress64: Disable CONFIG_SERIO_I8042Jon Medhurst
This defaults to 'y' but produces a kernel oops at boot. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/input/serio/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-11configs: vexpress64: Disable CONFIG_VGA_CONSOLEJon Medhurst
This defaults to 'y' but produces a compilations error. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/video/console/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-11configs: vexpress64: Reduce config to minimum required for board supportJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-11configs: arndale: disable CONFIG_DEBUG_MUTEXESAndrey Konovalov
This debug option adds significant overhead. E.g. netperf on the loopback improves by ~200% with DEBUG_MUTEXES disabled. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-04-05omap4.conf: Enable audio for PandaBoard (OMAP4)tracking-basic-board-configs-llct-20130408.0Peter Ujfalusi
For audio the twl6040 stack need to be enabled Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
2013-04-05configs: vexpress64: Fixes for Linux 3.9Jon Medhurst
CONFIG_PLAT_VEXPRESS has been renamed to CONFIG_ARCH_VEXPRESS and CONFIG_EXPERIMENTAL has been removed. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-05configs: vexpress: Enable LEDsJon Medhurst
To provide access to LEDs enable CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y (LED's are available from user side under under /sys/class/leds) To use the motherboard LEDs to show CPU activity... CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-04-04u8500.conf: update the conf fragment from v3.9-rc3 u8500_defconfigtracking-basic-board-configs-llct-20130404.0Andrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-04-04omap4.conf: disable CONFIG_CPU_FREQ for 13.03 to make Panda ES to bootAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-03-21configs: omap4: update omap4.conf for 3.9tracking-basic-board-configs-llct-20130402.0tracking-basic-board-configs-llct-20130324.0tracking-basic-board-configs-llct-20130321.0Andrey Konovalov
The main reason for the update is omap2+ having moved to multiplatform kernel. The new omap4.conf is based on the omap2plus_defconfig, but in addition enables USB_EHCI_HCD and USB_OHCI_HCD, so that USB host and ethernet would work on Panda. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-03-18configs: vexpress64: Enable regulator configstracking-basic-board-configs-llct-20130318.0Jon Medhurst
New device-trees include regulators and MMC driver gives errors if it can't find them. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12configs: vexpress: Changes needed for Linux 3.9tracking-basic-board-configs-llct-20130315.0tracking-basic-board-configs-llct-20130314.1tracking-basic-board-configs-llct-20130314.0tracking-basic-board-configs-llct-20130312.0Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12configs: vexpress: Changes needed for Linux 3.8Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12vexpress64: enable MMC needed for RTSM to bootMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-03-12linaro/configs: arndale: Enable USB-Ethernet driversTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-03-12linaro/configs: arndale: Add initial board config fragmentTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-03-12Add config for HighbankFathi Boudra
2013-03-12enable VIRTIO_BLKMarcin Juszkiewicz
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12u8500.conf: remove CONFIG_LBDAF and add CONFIG_EXT4_FSFathi Boudra
Remove CONFIG_LBDAF: fix Filesystem with huge files cannot be mounted RDWR without CONFIG_LBDAF. Add CONFIG_EXT4_FS: enable ext4 fs, default filesystem on Linaro rootfs. It will allow to boot out of the box with linaro-image-tools. See https://bugs.launchpad.net/bugs/1081904 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-03-12defconfig from latest vexpress_defconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12configs: omap4: enable OMAP DMA engine driverAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-03-12linaro/configs: origen: Enable mainline componentsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-03-12configs: vexpress: Enable CONFIG_SMC91XJon Medhurst
This is the ethernet device RTSM models and we want normal vexpress kernels also working on RTSM. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12configs: vexpress: Basic board config fragmentJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12null config for testing multiple fragsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12update u8500.conf with one generated from make savedefconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12disable CONFIG_REGULATOR_DB8500_PRCMUJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12Copy of u8500 config from 3.4 treeJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12vexpress64.conf: updating config based on the reference config from omar's treeRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12update vexpress64.conf to one that actually buildsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12vexpress64 configJohn Rigby
2013-03-12origen.conf: adding PERF_COUNTERS and enabling LEDSRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: origen: disabling not-used ath6kl config optionsRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: origen: updating config based on 3.5-rc2 from Samsung LTRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: omap4: disabling CPU_IDLE due bug 971091Ricardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: omap4: avoid disabling not-needed featuresRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12Initial OMAP4 config based on omap4plus_defconfig from tilt-3.4John Rigby
Removed options that were identical in base and ubuntu fragments. Likely needs more work. Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-03-12configs: Initial board configsJon Medhurst
Copied from branch linaro-configs-3.4 of git://git.linaro.org/people/jstultz/android.git Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-10Linux 3.9-rc2v3.9-rc2tracking-mainline-llct-20130315.0tracking-mainline-llct-20130314.1tracking-mainline-llct-20130314.0tracking-mainline-llct-20130312.0tracking-mainline-llct-20130311.0Linus Torvalds
2013-03-09Merge branch 'for-linus' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace Pull namespace bugfixes from Eric Biederman: "This is three simple fixes against 3.9-rc1. I have tested each of these fixes and verified they work correctly. The userns oops in key_change_session_keyring and the BUG_ON triggered by proc_ns_follow_link were found by Dave Jones. I am including the enhancement for mount to only trigger requests of filesystem modules here instead of delaying this for the 3.10 merge window because it is both trivial and the kind of change that tends to bit-rot if left untouched for two months." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: proc: Use nd_jump_link in proc_ns_follow_link fs: Limit sys_mount to only request filesystem modules (Part 2). fs: Limit sys_mount to only request filesystem modules. userns: Stop oopsing in key_change_session_keyring
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds
There is a more complete atmel patch-series out by Nick Dyer that fixes this and other things, but in the meantime this is the minimal thing to get the touchscreen going on (at least my) Pixel Chromebook. Not that I want my dirty fingers near that beautiful screen, but it seems that a non-initialized touchscreen will also end up being a constant wakeup source, so you have to disable it to go to sleep. And it's easier to just fix the initialization sequence. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman
Update proc_ns_follow_link to use nd_jump_link instead of just manually updating nd.path.dentry. This fixes the BUG_ON(nd->inode != parent->d_inode) reported by Dave Jones and reproduced trivially with mkdir /proc/self/ns/uts/a. Sigh it looks like the VFS change to require use of nd_jump_link happend while proc_ns_follow_link was baking and since the common case of proc_ns_follow_link continued to work without problems the need for making this change was overlooked. Cc: stable@vger.kernel.org Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2013-03-08Merge branch 'for-linus' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs Pull btrfs fixes from Chris Mason: "These are scattered fixes and one performance improvement. The biggest functional change is in how we throttle metadata changes. The new code bumps our average file creation rate up by ~13% in fs_mark, and lowers CPU usage. Stefan bisected out a regression in our allocation code that made balance loop on extents larger than 256MB." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs: Btrfs: improve the delayed inode throttling Btrfs: fix a mismerge in btrfs_balance() Btrfs: enforce min_bytes parameter during extent allocation Btrfs: allow running defrag in parallel to administrative tasks Btrfs: avoid deadlock on transaction waiting list Btrfs: do not BUG_ON on aborted situation Btrfs: do not BUG_ON in prepare_to_reloc Btrfs: free all recorded tree blocks on error Btrfs: build up error handling for merge_reloc_roots Btrfs: check for NULL pointer in updating reloc roots Btrfs: fix unclosed transaction handler when the async transaction commitment fails Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails Btrfs: use set_nlink if our i_nlink is 0
2013-03-08Platform: x86: chromeos_laptop : Add basic platform data for atmel devicesBenson Leung
Add basic platform data to get the current upstream driver working with the 224s touchpad and 1664s touchscreen. We will be using NULL config so we will use the settings from the devices' NVRAMs. Signed-off-by: Benson Leung <bleung@chromium.org> Tested-by: Olof Johansson <olof@lixom.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-03-08Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz
This same driver can be used by atmel based touchscreens and touchpads (buttonpads). Platform data may specify a device is a touchpad using the is_tp flag. This will cause the driver to perform some touchpad specific initializations, such as: * register input device name "Atmel maXTouch Touchpad" instead of Touchscreen. * register BTN_LEFT & BTN_TOOL_* event types. * register axis resolution (as a fixed constant, for now) * register BUTTONPAD property * process GPIO buttons using reportid T19 Input event GPIO mapping is done by the platform data key_map array. key_map[x] should contain the KEY or BTN code to send when processing GPIOx from T19. To specify a GPIO as not an input source, populate with KEY_RESERVED, or 0. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Benson Leung <bleung@chromium.org> Signed-off-by: Nick Dyer <nick.dyer@itdev.co.uk> Tested-by: Olof Johansson <olof@lixom.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-03-08Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
Pull CIFS fixes from Steve French: "A small set of cifs fixes which includes one for a recent regression in the write path (pointed out by Anton), some fixes for rename problems and as promised for 3.9 removing the obsolete sockopt mount option (and the accompanying deprecation warning)." * 'for-next' of git://git.samba.org/sfrench/cifs-2.6: CIFS: Fix missing of oplock_read value in smb30_values structure cifs: don't try to unlock pagecache page after releasing it cifs: remove the sockopt= mount option cifs: Check server capability before attempting silly rename cifs: Fix bug when checking error condition in cifs_rename_pending_delete()
2013-03-08Merge branch 'akpm' (fixes from Andrew)Linus Torvalds
Merge misc fixes from Andrew Morton. * emailed patches from Andrew Morton <akpm@linux-foundation.org>: alpha: boot: fix build breakage introduced by system.h disintegration memcg: initialize kmem-cache destroying work earlier Randy has moved ksm: fix m68k build: only NUMA needs pfn_to_nid dmi_scan: fix missing check for _DMI_ signature in smbios_present() Revert parts of "hlist: drop the node parameter from iterators" idr: remove WARN_ON_ONCE() on negative IDs mm/mempolicy.c: fix sp_node_init() argument ordering mm/mempolicy.c: fix wrong sp_node insertion ipc: don't allocate a copy larger than max ipc: fix potential oops when src msg > 4k w/ MSG_COPY