summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-29For #860588 Snowball: Bluetooth Turn ON Fails.stable-android-ux500-3.1Kejun ZHOU
Signed-off-by: Kejun ZHOU <kejun.zhou@linaro.org>
2012-02-29For Bug #920550 USB SD card export not workingKejun ZHOU
Signed-off-by: Kejun ZHOU <kejun.zhou@linaro.org>
2012-01-10snowball: gator: Fixing profiling config for gatorMathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-01-10Merge branch 'stable-linux-ux500-3.1' into stable-android-ux500-3.1Philippe Langlais
2012-01-10usb: musb: TXMAXP,TXCSR setting in Host modestable-linux-ux500-3.1supriya karanth
The TXMAXP and TXCSR registers were not set correctly for the BULK OUT endpoints causing issues in Full speed in Host mode. ST-Ericsson Linux next: NA ST-Ericsson ID: 367049 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: If5f3552235d8909adef4777f08d612df432d8709 Signed-off-by: supriya karanth <supriya.karanth@stericsson.com>
2012-01-04Merge branch 'stable-linux-ux500-3.1' into stable-android-ux500-3.1Philippe Langlais
2012-01-04ux500: usb:handle connection of microA to A cableThirupathi Chippakurthy
Connect Micro-A to phone first,Then connect device usb session should be valid to detect the connected device,Until host cable (micro-A) removal. MUSB session bit is cleared when usb host cable (Micro-A) removal from the phone,Not in case of only device disconnection from the usb host cable. ST-Ericsson ID: 364426 ST-Ericsson FOSS-OUT ID: NA ST-Ericsson Linux next: NA Signed-off-by: Thirupathi <thirupathi.chippakurthy@stericsson.com>
2012-01-04musb: host: Wait for TXPKTRDY to clear in hostThirupathi Chippakurthy
MUSB_TXCSR_TXPKTRDY will not get cleared if the data is not on the bus. So, need to wait for it to clear in the DMA completion callback.As per musb datasheet, generally mode 1 needs to be used for data length greater than or equal to max packet size. Bus reset happening due to scsi timeout,since in this case should not return continue for next transfers. ST-Ericsson ID:ER 365087 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Signed-off-by: Thirupathi <thirupathi.chippakurthy@stericsson.com>
2012-01-04u8500:USB:Handle multiple Link status fn callsSakethram Bommisetti
During boot time, multiple calls are made to Link status function by otg_set_host and otg_set_peripheral. This in turn calls clock and regulator enabling multiple times which creates problem with the reference count of regulators. Hence this blocks the CPU idle since the regulators are not released properly due to multiple acquire. So, Link status function calls are removed from otg_set_host and otg_set_peripheral which are not needed. The Link status call during boot shall be handled by the ab8500_usb_boot_detect function. ST-Ericsson ID: 373105 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I2ead5b546273be822b3e9e9f588a1954b3fa10f2 Signed-off-by: Sakethram Bommisetti <sakethram.bommisetti@stericsson.com>
2012-01-03snowball: android: Adding frame buffer handle.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-01-03snowball: android: Enabling config for UVC cameraMathieu J. Poirier
This is for the following blueprint: https://blueprints.launchpad.net/linaro-android/+spec/uvc-camera-support Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org
2012-01-03snowball: android: Adding support for ecryptfsMathieu J. Poirier
As requested in the following blueprint: https://blueprints.launchpad.net/linaro-android/ +spec/linaro-android-integrate-ecryptfs Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-01-03snowball: android: Adding kernel config for snowballMathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-01-03Merge commit 'linux-linaro-3.1-2011.11-0-android-1' into ↵Mathieu J. Poirier
igloocommunity#igloo-kernel/stable-android-ux500-3.1 Conflicts: arch/arm/common/Makefile arch/arm/include/asm/outercache.h arch/arm/mach-ux500/board-mop500.c arch/arm/mm/mmu.c drivers/cpufreq/db8500-cpufreq.c drivers/gpu/Makefile drivers/misc/Kconfig drivers/misc/Makefile drivers/mmc/core/core.c drivers/usb/gadget/f_rndis.c drivers/video/Kconfig include/linux/mmc/host.h 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
2011-12-21ux500: Change to the u8500 wdtRobert MARKLUND
This will change to the u8500 wdt that uses a watchdog in the prcmu to detect hangs on the arm side. This is not enabled by default and will need a userspace deamon that enables it, configure it and kicks it from time to time. Change-Id: Ia4dc1b0d114797cd44e874f432d94a91669d28c8 Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
2011-12-21ux500: USB : Save/Restore musb registers correctlymaheswarudu
In suspended state the registers are not saved and restored properly hence back ported. (http://git.kernel.org/?p=linux/kernel/git/gregkh/usb.git; a=commit;h=e4e5b136eb6f2d3aa10dca108a1b787dc92d67df) Also the code is aligned as per the latest linux-next. ST-Ericsson ID: 366298, 368370 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Change-Id: I97ae0b055f6f1300a11190e1083349a6583f0377 Signed-off-by: maheswarudu <v.maheswarudu@stericsson.com>
2011-12-21ux500: usb: restore INDEX register in resume pathThirupathi Chippakurthy
Restoring the missing INDEX register value in ux500_restore_context(). without this Hub enumeration is inconsistent, if we do multiple connect/disconnect. ST-Ericsson ID: 364906 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Signed-off-by: Thirupathi <thirupathi.chippakurthy@stericsson.com>
2011-12-20Revert "mach-ux500: musb: Now musb is always in OTG mode"Philippe Langlais
This reverts commit ac28162fc038d50e64ff2e81d64046be22533e0f.
2011-12-20Revert "usb: musb: drop a gigantic amount of ifdeferry"Philippe Langlais
This reverts commit 622859634a663c5e55d0e2a2cdbb55ac058d97b3. Conflicts: drivers/usb/musb/musb_core.c
2011-12-08Merge branches 'mach-plat-3.1' and 'cg2900-3.1' into stable-linux-ux500-3.1linux-mainline-2011-12Philippe Langlais
2011-12-08cg2900: Change the PMU_EN gpio for snowballRobert MARKLUND
Snowball have the GPIO_EN on GPIO161 diffrent from u8500. Change-Id: I6dddb1e3d7b7b80ce046fbd92a7852a3d0a6c59d Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
2011-12-08mach-ux500: Fix snowball pins for buttonsRobert MARKLUND
Fix snowball pins for buttons also do the declaration the same way all the other decalrations are done. Moved the u9500 special GPIO swich to before board variant specific GPIO Change-Id: I9b25667d3ece4a49706b5c43c7cc7df5df3930e1 Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
2011-12-06Merge branch 'other' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'caif' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'hsi' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'modem' into linux-stable-ux500-3.1Philippe Langlais
Conflicts: drivers/misc/Kconfig drivers/misc/Makefile drivers/staging/Makefile
2011-12-06Merge branch 'ste-multimedia-framework' into linux-stable-ux500-3.1Philippe Langlais
Conflicts: drivers/staging/Kconfig drivers/staging/Makefile
2011-12-06Merge branch 'wlan' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'st-mems-sensors' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'cg2900-fm' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'cg2900' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'audio' into linux-stable-ux500-3.1Philippe Langlais
Conflicts: drivers/misc/Makefile
2011-12-06Merge branch 'security' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'mali' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'video' into linux-stable-ux500-3.1Philippe Langlais
Conflicts: drivers/misc/Makefile
2011-12-06Merge branch 'hwmem' into linux-stable-ux500-3.1Philippe Langlais
Conflicts: drivers/misc/Makefile
2011-12-06Merge branch 'input' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'trace-debug' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'usb' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'storage-mmc' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'dma' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'gpio' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'mach-plat' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06Merge branch 'core' into linux-stable-ux500-3.1Philippe Langlais
2011-12-06mach-ux500: sensors: Add __init directive for mop500_sensors_init()Philippe Langlais
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
2011-12-06bluetooth: Add SCO parameters support for socketAndrzej Kaczmarek
Adds ability to setup SCO connection parameters through socket option. ST-Ericsson Linux next: Not tested, ER 256277 ST-Ericsson ID: 256277 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10137 Change-Id: If859341019fd9f7cc7c0efe95750779e84fac801 Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30136 Reviewed-by: Par-Gunnar HJALMDAHL <par-gunnar.p.hjalmdahl@stericsson.com> Tested-by: Par-Gunnar HJALMDAHL <par-gunnar.p.hjalmdahl@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com> Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
2011-12-06bluetooth: Improve BNEP extension headers handlingAndrzej Kaczmarek
Adds handling of extension headers to BNEP control packets. Adds support for BNEP setup connection request handled in pand. ST-Ericsson Linux next: - ST-Ericsson ID: 328144 ST-Ericsson FOSS-OUT-ID: Trivial Depends-On: Id2cbd106af9b380f63d87ea0b4652ec6cd996fa4 Change-Id: I005e00e2fe934dc19f40533953d5b233676f0d0e Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18117 Reviewed-by: Par-Gunnar HJALMDAHL <par-gunnar.p.hjalmdahl@stericsson.com> Reviewed-by: Lukasz RYMANOWSKI <lukasz.rymanowski@stericsson.com> Reviewed-by: Henrik POSSUNG <henrik.possung@stericsson.com>
2011-12-06ux500_ing05160_mailboxPD_0.1:Lockdeb correctness fix for modem_irqBibek Basu
Commit ID: Ib94dcbf6: U5500 : Lockdeb correctness fix for modem_irq Build and boot test only done for 8500 config Booting will only happend properly if used Initramfs Change-Id: I5da03baa7b8ee8f32de5712b7136442fbe2cec1c Signed-off-by: Bibek Basu <bibek.basu@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/28923
2011-12-06CAIF : coverity issuesDurga Prasada Rao BATHINA
free phy_driver memory and initialize linkid to 0. ST-Ericsson ID: 358047 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Change-Id: Icb295648b23bd836b9f5a40a0b605e4792a8511d Signed-off-by: Durga Prasada Rao BATHINA <durgaprasadarao.b@stericcson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/31751 Reviewed-by: Bibek BASU <bibek.basu@stericsson.com> Tested-by: Bibek BASU <bibek.basu@stericsson.com>
2011-12-06CAIF SHM: coverity issuesDurga Prasada Rao BATHINA
dereferencing NULL pointer,if skb_dequeue returns NULL. ST-Ericsson ID: 358051 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Change-Id: Ib88648e68c631cc8eaf839f96af7e847c12922b1 Signed-off-by: Durga Prasada Rao BATHINA <durgaprasadarao.b@stericcson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/31750 Reviewed-by: Bibek BASU <bibek.basu@stericsson.com> Tested-by: Bibek BASU <bibek.basu@stericsson.com>