summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-18android: Enable Android alarm driverstable-android-ux500-3.3-1mathieu.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-04core: Fix for prcmu pending interrupt during suspendramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-06-04pm: Fix for prcmu pending interrupt during suspendramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-05-25core: Fix for Ethernet doesn't work after suspendramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-05-25pm: Fix for Ethernet doesn't work after suspendramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-05-23android: compilation failure with new version of svnBernhard Rosenkranzer
The line setting SVN_REV assumes "svnversion" will report either the svn revision of the directory or "exported". This assumption is no longer true for subversion 1.7.4, which reports "Unversioned directory" instead of "exported", causing the build to fail (gcc -DSVN_REV=Unversioned directory) Signed-off-by: Bernhard Rosenkranzer <bernhard.rosenkranzer@linaro.org> Submitted-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-05-23pm: Fix for Basic Suspend/Resume to workramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-05-23core: Fix for Basic Suspend/Resume to workramesh.chandrasekaran
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-05-22usb: musb: SW workaround for USB host issuesupriya karanth
For snowball in HOST mode, the eye diagram is facing high distortion in high speed use cases. This patch allows the user to use an external charge pump instead of the internal one to generate the Vbus voltage. This can be done by setting a sysfs entry. The external VBUS is OFF by default and can be made ON by setting the sysfs entry inorder to enumerate high speed devices. Signed-off-by: supriya karanth <supriya.karanth@stericsson.com>
2012-04-26clock: ux500: add debugfs support for powerdebugPhilippe Langlais
Signed-off-by: Vincent Guittot <vincent.guittot@stericsson.com> Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
2012-04-24RTC: Fix to correct improper implementation of clock update irq (RTC_UIE) ↵ramesh.chandrasekaran
and enable UIE Emulation Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-04-23RTC: Fix to correct improper implementation of clock update irq (RTC_UIE) ↵ramesh.chandrasekaran
and enable UIE Emulation Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
2012-04-20board-mop500: changing default user_led trigger to heartbeatRicardo Salveti de Araujo
The snowball user_led is enabled and exported to userspace, but no useful default trigger is currently enabled by default. This patch is to just change the default trigger when heartbeat is compiled and enabled, so it can report the CPU status already during boot. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2012-04-18inlining without body is not allowed with gcc 4.7Bernhard Rosenkranzer
Adding 'inline' before a function requires that the body be provided in the same file when using gcc 4.7. Signed-off-by: Bernhard Rosenkranzer <bernhard.rosenkranzer@linaro.org> Committed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-04-13snowball: android: mali: Disable profiling of Mali L2 cacheJon Medhurst (Tixy)
When connecting the ARM Streamline Performance Analyzer to Snowball Android this will cause a board lock-up if the screen is static (Bug #961962). The cause of this appears to be a know issue with reading the L2 cache performance counters whilst the hardware block is powered down. As the current code is written to access these counters even when they have not been explicitly selected then this issue prevents Streamline being used reliably for any purpose. To workaround this bug, this patch disables support for the L2 cache counters in Mali. This has no effect on the operation of the cache. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2012-04-13Enable USB Video in Snowball kernel configsupriya karanth
Enable the USB VIDEO CLASS for android https://bugs.launchpad.net/igloocommunity/+bug/975593 Signed-off-by: supriya karanth <supriya.karanth@stericsson.com>
2012-04-13dma/ste_dma40: fix erroneous comparisonLinus Walleij
A small fallout from Vinod's conversions to dma_transfer_direction, this small comparison was done with a dma_data_direction instead. Fix it by comparing against the correct enum. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-04-06Merge remote-tracking branch 'jstultz/linaro-android-3.3' into ↵Philippe Langlais
stable-android-ux500-3.3-1 Conflicts: arch/arm/common/Makefile drivers/gpu/Makefile drivers/misc/Kconfig drivers/misc/Makefile drivers/mmc/card/block.c drivers/mmc/core/core.c drivers/video/Kconfig include/net/bluetooth/hci.h include/net/bluetooth/hci_core.h include/net/bluetooth/sco.h kernel/printk.c net/bluetooth/hci_conn.c net/bluetooth/hci_event.c net/bluetooth/l2cap_core.c net/bluetooth/mgmt.c net/bluetooth/sco.c
2012-04-06Merge branch 'mali-android' into stable-android-ux500-3.3-1Philippe Langlais
2012-04-06Merge branch 'video-android' into stable-android-ux500-3.3-1Philippe Langlais
2012-04-06Merge branch 'usb-android' into stable-android-ux500-3.3-1Philippe Langlais
2012-04-06Merge branch 'cg2900-android' into stable-android-ux500-3.3-1Philippe Langlais
2012-04-06Merge branch 'audio-android' into stable-android-ux500-3.3-1Philippe Langlais
2012-04-06Merge branch 'pm-android' into stable-android-ux500-3.3-1Philippe Langlais
2012-04-06configs: Temporary disable STM traces for SnowballPhilippe Langlais
There are conflicts with Snowball GPIOs Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
2012-04-06ux500: cpuidle: Change machine_is_u5500 to cpu_is_u5500Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
2012-04-06Merge remote-tracking branch 'linaro-tracking/tracking-linaro_cpuidle' into ↵Philippe Langlais
integration-linux-ux500-3.3 Conflicts: arch/arm/mach-ux500/Makefile drivers/mfd/db8500-prcmu.c include/linux/mfd/db8500-prcmu.h include/linux/mfd/dbx500-prcmu.h
2012-04-06Merge topic branch 'other' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'caif' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'hsi' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'modem' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'ste-multimedia-framework' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'wlan' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'st-mems-sensors' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'cg2900-fm' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'cg2900' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'audio' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'security' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'mali-generic' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'video' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'hwmem' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'input' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'trace-debug' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'usb' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'storage-mmc' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'dma' into integration-linux-ux500-3.3Philippe Langlais
2012-04-06Merge topic branch 'gpio' into integration-linux-ux500-3.3Philippe Langlais