summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-14usb: Fix usb issues during rebootstable-android-ux500-3.4supriya karanth
Added error handling in adb_release. Fixed warning in ab8500 usb due to the phy_disable call when the usb phy wasn't enabled. Signed-off-by: supriya karanth <supriya.karanth@stericsson.com>
2012-12-14mm: fix faulty initialization in vmalloc_init()KyongHo
The transfer of ->flags causes some of the static mapping virtual addresses to be prematurely freed (before the mapping is removed) because VM_LAZY_FREE gets "set" if tmp->flags has VM_IOREMAP set. This might cause subsequent vmalloc/ioremap calls to fail because it might allocate one of the freed virtual address ranges that aren't unmapped. va->flags has different types of flags from tmp->flags. If a region with VM_IOREMAP set is registered with vm_area_add_early(), it will be removed by __purge_vmap_area_lazy(). Fix vmalloc_init() to correctly initialize vmap_area for the given vm_struct. Also initialise va->vm. If it is not set, find_vm_area() for the early vm regions will always fail. Signed-off-by: KyongHo Cho <pullip.cho@samsung.com> Cc: "Olav Haugan" <ohaugan@codeaurora.org> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> ST-Ericsson ID: 440451 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: If5af5590d9dcd08048df2af31424a99e189be838 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/63748 Tested-by: Rabin VINCENT <rabin.vincent@stericsson.com> Reviewed-by: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com> Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com>
2012-12-14mach-ux500: Load snowball touchscreen firmware from userspaceramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14video: display: Add nastec DPI lcd driver for snowballramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14mach-ux500: regulators: Add regulators for snowball displayramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14mach-ux500: gpio: Configure power gpios for snowball display and touchramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14input: ts: Add snowball touchscreen driverramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14mach-ux500: Add regulators plat-data for snowball lcd displayramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14config: Add config for snowball lcd DPI displayramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14mach-ux500: mcde: Add plat-data for snowball lcd displayramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14mach-ux500: clk: Enable lcd clock for snowball DPI displayramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14mach-ux500: configure gpios for snowball display and touchscreenramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14config: add config for snowball touchscreenramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14mach-ux500: touchscreen: Add platform data and gpio settingramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14st-mems-sensors: Sensor Code Migration to IIO frameworkramesh.chandrasekaran
Documentation for sensor Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14config: Sensor Code Migration to IIO frameworkramesh.chandrasekaran
Add config file Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14pm: Sensor Code Migration to IIO frameworkramesh.chandrasekaran
Add regulator support for sensors Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14st-mems-sensors: Sensor Code Migration to IIO frameworkramesh.chandrasekaran
Add platform data for sensors Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14st-mems-sensors: Sensor Code Migration to IIO frameworkramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-12-14trace-debug[stm]: Fix for BT/WLAN instabilityramesh.chandrasekaran
Pins under mop500_ske_pins array are used for different functionalities in snowball. Ex: GPIO161 pin configured for keypad here must stay configured as GPIO alternate function for operating PMU_EN pin of BT/WLAN chip in snowball. So forbid configuring these pins, for snowball Signed-off-by: Rajanikanth H.V <rajanikanth.hv@stericsson.com>
2012-06-21Removing 'gatord' target definitionandroid-release-2012-07android-release-2012-06Mathieu J. Poirier
When building in the linaro environment gator is compiled out of the kernel and also happens to have 'gatord' as a target, creating conflicts at compilation time. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-06-18android: Enable Android alarm drivermathieu.poirier@linaro.org
Please apply to: stable-android-ux500-3.3-1 stable-android-ux500-3.4 integration-android-ux500 From d9136de15feb9ad6d938012a697f7c04c48fea96 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" <mathieu.poirier@linaro.org> Date: Mon, 18 Jun 2012 08:16:47 -0600 Subject: [PATCH] android: Enable Android alarm driver Setting INTF_ALARM_DEV allows time related services to work properly. LP: https://bugs.launchpad.net/linaro-android/+bug/987236 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-06-18cg2900: Fix for softirq warning during bootingmjain001
spin_lock_bh called in interrupt mode, which is incorrect. Changed from spin_lock_bh/spin_inlock_bh to spin_lock_irqsave/spin_lock_irqrestore. Signed-off-by: mjain001 <mridul.jain@stericsson.com>
2012-06-14audio: Fix for choppy playback in Ubuntu pulse audioramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-06-11usb: gadget: storage: Add short_not_ok flagsupriya karanth
The short_not_ok flag is needed by the musb driver to allow mass storage data to go over DMA in mode1. Signed-off-by: supriya karanth <supriya.karanth@stericsson.com>
2012-06-04Merge Linaro Android branch ' jstultz/linaro-android-3.4Philippe Langlais
' into integration-android-ux500 Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'cg2900-android' into integration-android-ux500Philippe Langlais
2012-06-04Merge topic branch 'audio-android' into integration-android-ux500Philippe Langlais
2012-06-04Merge topic branch 'mali-android' into integration-android-ux500Philippe Langlais
2012-06-04Merge topic branch 'video-android' into integration-android-ux500Philippe Langlais
2012-06-04Merge topic branch 'usb-android' into integration-android-ux500Philippe Langlais
2012-06-04Merge topic branch 'pm-android' into integration-android-ux500Philippe Langlais
2012-06-04Merge topic branch 'tracking-armlt-gator-5.10' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'other' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'caif' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'hsi' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'modem' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'ste-multimedia-framework' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'wlan' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'st-mems-sensors' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'cg2900-fm' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'cg2900' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'audio' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'security' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'mali-generic' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'video' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'hwmem' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-06-04Merge topic branch 'input' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'trace-debug' into integration-linux-ux500Philippe Langlais
2012-06-04Merge topic branch 'usb' into integration-linux-ux500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>