summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-10Invensense MPU code update to v3.3.3tegra-11.2.ER1vsalve
Cherry-pick changes from http://git-master/r/#change,22109 Change-Id: I72cd31a441dcfbd5f5ffbbc956b7074f093c843c Reviewed-on: http://git-master/r/22211 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-03-10Invensense MPU code update to v3.3.3vsalve
Cherry-pick http://git-master/r/#change,22109 Change-Id: Ie74f9efef861c34006f1b16c162cb5c95941658f Reviewed-on: http://git-master/r/22210 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Robert R Collins <rcollins@nvidia.com>
2011-03-10[ARM/tegra] : Invensense MPU code update to v3.3.3.Robert Collins
Update Invensense Motion Library (MPL) to production version v3.3.3. Previous version was engineering release and is not suitable for mass production. This version of the MPL most notably fixes problems with suspend/resume where touch screen would quit working during a suspend/resume cycle. Cherry-pick from http://git-master/r/#change,22109 Change-Id: Ic2e138ee665453da4c3eaa386a1bec9abf81b7cd Reviewed-on: http://git-master/r/22190 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Robert R Collins <rcollins@nvidia.com>
2011-03-08ARM: tegra: ventana: disable regulators kept on by the bootloaderVarun Wadekar
Linux kernel has a standard way to handle this, which is to call regulator_has_full_constraints(), which will make the regulator core at late_init time disable any regulators that don't have a reference count and are enabled in hardware. original change: http://git-master/r/#change,21108 (cherry picked from commit 99282ebb0f484c1e9f5e0c78a8894adb7b6fe212) Change-Id: I70dbd86dd164d2861583b983ff31c24e406ddcbb Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/22060 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-03-08ARM: tegra: ventana: Add power management to cameras.Erik Lilliebjerg
Before this change, the Ventana code was lacking power management support for camera. bug 782390 Change-Id: I13c78da7a2dd9d48d787e10c4b4b3e7f52f1a0cb Reviewed-on: http://git-master/r/21666 Reviewed-by: Erik M Lilliebjerg <elilliebjerg@nvidia.com> Tested-by: Erik M Lilliebjerg <elilliebjerg@nvidia.com> Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-03-08video: tegra: dc: Fix hang in dc resetMin-wuk Lee
When DC(Display controller) meets underflow, DC needs to be reset to recover this, but in several resets, it hangs. To avoid this, - Set DC STOP mode ahead of DC reset assert - Off read host bus by DC ahead of DC reset - In DC0 reset period, to avoid DC1 access and vice versa - In reset worker, do not try to off host1x Bug 785529 Bug 789567 Change-Id: I24b242425ba6d7e59ec649fe8f10b41ac3d0c091 Reviewed-on: http://git-master/r/22028 Reviewed-by: Min-wuk Lee <mlee@nvidia.com> Tested-by: Min-wuk Lee <mlee@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-03-08tegra-alsa: return accurate pcm pointer positionSumit Bhattacharya
Bug 793968 Change-Id: I257366d5e57739bbeb351b7fdf89655ad01cf6e1 Reviewed-on: http://git-master/r/21998 Tested-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
2011-03-08arm: tegra: Add the code to change driver strengthAlok Chauhan
Add the code to change drive strength of individual pin group and increase the drive strength to max for i2c pin group. Change the i2c pin to pull up. Reviewed-on: http://git-master/r/20745 (cherry picked from commit fd642f7282df9b0e9ddcf0b66950dd3029910e35) Change-Id: I6f4b5fb75daddc2418bcd9a8f392b852a9924ad0 Reviewed-on: http://git-master/r/22004 Reviewed-by: Alok Chauhan <alokc@nvidia.com> Tested-by: Alok Chauhan <alokc@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-03-08fsl_udc: Enable zlp for control endpointRakesh Bodla
Fix for sending zero length packet on control endpoint when transfer size is multiples of MAX packet size. Bug 793731 Reviewed-on: http://git-master/r/20850 (cherry picked from commit 38d4a5a3e53ca4a9f821bb081062da616ee9ee79) Change-Id: Id7022d233b88ca18937b244ae9dc4a2d08f32bba Reviewed-on: http://git-master/r/22001 Reviewed-by: Rakesh Bodla <rbodla@nvidia.com> Tested-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.com>
2011-03-08[arm/tegra] Check null pointer in suspend.cTom Cherry
In tegra_suspend_enter, we need to check mask() and unmask() for null before calling them, since there is no guarantee irq chips other than tegra will implement these functions. Reviewed-on: http://git-master/r/20099 (cherry picked from commit 29c5018516f0ed614d886b42d0b74787d89147fc) Change-Id: I704a595087f94f35ecd94d706319b152d58f6093 Reviewed-on: http://git-master/r/21978 Tested-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
2011-03-08mfd: tps6586x: add suspend/resume handlersVarun Wadekar
if the system is woken by an alarm, tps' irq handler gets called and it tries to communicate on i2c. i2c adapters resume later which causes communication failures in tps' irq handler. the right way is to disable tps' irq while suspending in order to avoid such i2c communication failures. original change: http://git-master/r/#change,21099 (cherry picked from commit 5acaf09b682e5c9e0309bae53067f2fde557bbc1) Change-Id: I76fb13db8b7a3543f5e6d772fda2549493d22876 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/22002 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-03-08arm: tegra: dma: Api for getting transfer countLaxman Dewangan
Adding api for getting the amount of data trsnaferred by dma. Change-Id: Ic8cdd6f0056589a1ec5610944d0cd0b3bd0000f2 Reviewed-on: http://git-master/r/21997 Tested-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-03-02tegra: usb: ehci: Handling for hsic phy rx errortegra-11.2.1Seshendra Gadagottu
Increased timeout values to maximum safe values BUG 791857 Change-Id: Ib3aa2a495391b8cf1e3795759bfe3bb78598839d Reviewed-on: http://git-master/r/21234 Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Shail Dave <sdave@nvidia.com>
2011-03-02ventana: Changing bits per pixel to 32.Gaurav Sarode
Updated bits per pixel for ventana to 32. Fixed bug 796836 Change-Id: I2fd67b2ec5b7b9331ce56c6e66f1f6238ae24a2e Reviewed-on: http://git-master/r/21263 Tested-by: Gaurav Sarode <gsarode@nvidia.com> Reviewed-by: Peter Zu <pzu@nvidia.com> Reviewed-by: Shail Dave <sdave@nvidia.com>
2011-03-01[tegra alsa] reset vmid and bias for wm8903Ravindra Lokhande
reset vimd and bias registers for wm8903 codec when codec bias level is off. fix for bug 773327 Change-Id: If7d46f4210fb70f2bfd47c46cdf834ec7b7b776e Reviewed-on: http://git-master/r/21226 Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Tested-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
2011-03-01tegra: usb: ehci: Error handling for hsic phy rx errorSeshendra Gadagottu
Implementation of recover function for hsic phy rx error. BUG 791857 Change-Id: Iedd16caf8ce61a9fa280ae3f62d4f1475318ee72 Reviewed-on: http://git-master/r/21225 Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-28arm: tegra: ventana: Enabling suspend on USB1 & USB3Rakesh Bodla
Enabling power down when device suspends for USB1 and USB3. Also added the platform data structure which is used when USB suspends. Bug 770041 Reviewed-on: http://git-master/r/20030 (cherry picked from commit d7ca0c65fa2930ac60c7b85d8be6178b0f0ecc32) Change-Id: I0b4c6b2f4c727e82bb4ce54d19a15951d6543e96 Reviewed-on: http://git-master/r/20970 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-28arm: tegra: fsl: correcting the vbus statusRakesh Bodla
When device resumes vbus_active status should be set. Also, correcting the spin_lock_irqsave calls. Bug 770041 791252 Reviewed-on: http://git-master/r/20529 (cherry picked from commit f17ce7e1a68be7410e8b7a2bde9736ffc0f4b14e) Change-Id: I1b65a875005233a7cbce0c754b9a3ee25beb108f Reviewed-on: http://git-master/r/20966 Reviewed-by: Rakesh Bodla <rbodla@nvidia.com> Tested-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-28regulator: tps6586x: delay needed for LDO/SMs to stabiliseVarun Wadekar
after enabling any LDO/SM, there is a specific amount of delay required before the regulator becomes stable. Reviewed-on: http://git-master/r/20738 (cherry picked from commit 1d61f12a9a4cb2277503636085896a32f989fa54) Change-Id: If79fba17a9424d0324a05a9e35607c830f5576f9 Reviewed-on: http://git-master/r/20980 Reviewed-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-28video: Adding support for 1080p@30HzGaurav Sarode
Adding support for 1080p@30Hz.Disabled by default. Fixes Bug 789164 Reviewed-on: http://git-master/r/20349 Tested-by: Gaurav Sarode <gsarode@nvidia.com> (cherry picked from commit dbb4aa8f2a8f6126a8b7f90447c7464dce4c66ab) Change-Id: I678b34087a8bdc5b9a4778c16c7ca34bf9e34098 Reviewed-on: http://git-master/r/20979 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-28tegra: usb: phy: Regulator APIs for USB power railsRakesh Bodla
Added regulator APIs to control the USB power rails. Also, added support to turn on/off vbus appropriately. Bug 770041 Reviewed-on: http://git-master/r/20025 (cherry picked from commit 3c5b51ecb7a2135db66c40555048723c40f9ef54) Change-Id: I9d2210d219728247aa4ce04e8c26d16d4dd32731 Reviewed-on: http://git-master/r/20971 Reviewed-by: Rakesh Bodla <rbodla@nvidia.com> Tested-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-28tegra bluesleep: configuring the GPIOs as wakeup.Anantha Idapalapati
correctly configuring the GPIOs used by bluesleep driver. Bug 791669, 773186 Reviewed-on: http://git-master/r/20526 (cherry picked from commit b57246aa5c4921a5fc789e4adc4ef0aa9ce375ed) Change-Id: If70bbb3f93c4822b82e3f9fe2447506e16f09fbc Reviewed-on: http://git-master/r/20963 Tested-by: Raymond Poudrier <rapoudrier@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Reviewed-by: Anantha Idapalapati <aidapalapati@nvidia.com> Reviewed-by: Rakesh Kumar <krakesh@nvidia.com>
2011-02-22video: tegra: Add support for pin output overridestegra-11.2.0-hotfixJoseph Lehrer
bug 773671 Change-Id: Ia3d5ff4843a3da48a9a43123040b8bb75497cfef Reviewed-on: http://git-master/r/18757 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-22tegra: dc: Add PMx PWM controlJoseph Lehrer
bug 773671 Change-Id: If4265051873809491c80ada9401e48014c15f63d Reviewed-on: http://git-master/r/19397 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-22tegra bluesleep : enabling bluetooth active power management driver.Anantha Idapalapati
Bluesleep driver manages the power of BT chip. now enabling the driver in the default build of ventana. Bug 791669, 773186 (cherry picked from commit 9e75f8c8a105bc82f280eeed4284a1bf8779b048) Change-Id: Id5f72e1218136522a431c5f8cc099a5e060c2933 Reviewed-on: http://git-master/r/6852 (cherry picked from commit 45d7c2cddc1939e447e7bb974147cb299238c4e8) (cherry picked from commit 4bb81ffdae9a2df688eff4197477f7801b107a25) Reviewed-on: http://git-master/r/19879 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-22tegra: usb: ehci: Enabling interrupts during resumeSeshendra Gadagottu
Fixing the hsic resuem issue by enabling the interrupts on ehci-restart. BUG 790888 Change-Id: Ibdd6e844c2f80d2f3ba0a17266717fea949cc383 Reviewed-on: http://git-master/r/20063 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-22arm: tegra: whistler: backlight supportJoseph Lehrer
bug 773671 Change-Id: I4e2898b17e47b186cd7ffa64d79d38f69bcce269 Reviewed-on: http://git-master/r/19601 Tested-by: Joseph Lehrer <jlehrer@nvidia.com> Reviewed-by: Jonathan Mayo <jmayo@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
2011-02-22arm: tegra: whistler: Enable PM1 backlightJoseph Lehrer
bug 773671 Change-Id: Ic1021a6a034893a512d474e2e0e80c17cbb56499 Reviewed-on: http://git-master/r/18759 Tested-by: Joseph Lehrer <jlehrer@nvidia.com> Reviewed-by: Jonathan Mayo <jmayo@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
2011-02-22video: tegra: Add PWM backlight driverJoseph Lehrer
bug 773671 Change-Id: Ib93f0dcb7e22220fe297c81d403c401548f3c649 Reviewed-on: http://git-master/r/18280 Tested-by: Joseph Lehrer <jlehrer@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Jonathan Mayo <jmayo@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
2011-02-22arch: arm: usb_phy: support for HSIC power offSeshendra Gadagottu
Fixing the hsic re-enumeration issue by adding missing code in ushic_phy_power_off function. BUG 790888 Change-Id: I56c280acee2fd6ae6719c6802d14975840ef1d53 Reviewed-on: http://git-master/r/19304 Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Kaushik Sen <ksen@nvidia.com> Reviewed-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.com> Reviewed-by: Shail Dave <sdave@nvidia.com>
2011-02-22tegra: usb: otg: Adding suspend/resume function callRakesh Bodla
For USB, in OTG mode driver interrupt enable registers must be saved when device goes into suspend mode and must be retained when device resume. Bug 791252 Change-Id: I349a629105d4f5a236c35ef5cd37aeefcd2cece7 Reviewed-on: http://git-master/r/20375 Reviewed-by: Rakesh Bodla <rbodla@nvidia.com> Tested-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-22tegra bluesleep: Bluetooth active power management driverAnantha Idapalapati
A new driver is implemented to actively manage the bluetooth module power. bluesleep also tries to manage the power of the transport used. Two signals (GPIOs) are used to manage the power events. BT_WAKE : signal from HOST to BT chip to intimate BT chip can sleep. HOST_WAKE: signal from BT chip to HOST to intimate HOST should wakeup/ activate the transport modules required for BT communication. Bug 791669, 773186 (cherry picked from commit 111f4ccd3c4cfde2fa52ae4c0c56a2288c3af3a8) Change-Id: Iff1e81bb22d9bd43113f7cdd01329da3ae852a15 Reviewed-on: http://git-master/r/19858 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-22[tegra alsa] headphone detectionNikesh Oswal
added headphone detection logic for WM8753 on whistler Change-Id: I7c1c2a75480050ba03cb037393ead44761a7706f Reviewed-on: http://git-master/r/20298 Tested-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-22tegra-alsa: Cache das registers before suspendSumit Bhattacharya
Caching das registers before system suspend and restoring them during system resume. Also moved das power mode calls from tegra_pcm to tegra_i2s interface. Bug 792879 Bug 789967 Change-Id: I15a5f41a1aab6d74a8f5e29db25a93b26c4d4111 Reviewed-on: http://git-master/r/20292 Tested-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Vijay Mali <vmali@nvidia.com> Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-22serial: core: skip call set_termios/console_start when no_console_suspendpuneet saxena
The commit 4547be7 rewrites suspend and resume functions, this introduces a problem on the OMAP3EVM platoform. when the kernel boots with no_console_suspend and we suspend the kernel, then resume it, the serial console will be not usable. This problem should be common for all platforms. The cause for this problem is that when enter suspend, if we choose no_console_suspend, the console_stop will be skiped. But in resume function, the console port will be set to uninitialized state by calling set_termios function and the console_start is called without checking whether the no_console_suspend is set, Now fix it. Refer http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.37.y.git; a=commit;h=ca2e71aa8cfb0056ce720f3fd53f59f5fac4a3e1 for cherry-pick the changes from the kernel 2.6.37, commit id as ca2e71aa8cfb0056ce720f3fd53f59f5fac4a3e1 Bug 758845 Change-Id: Ib83494b2b13cd7179d3ae173be328c8cd776d431 Signed-off-by: puneet saxena <puneets@nvidia.com> Reviewed-on: http://git-master/r/19590 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
2011-02-22[ARM] tegra: i2s and das suspend/resumeSumit Bhattacharya
Add APIs in das driver to get and set das register values. ALSA driver will be using these APIs to cache das register values during system suspend resume. In i2s register get/set APIs caching few more registers. Bug 789967 Bug 792879 Change-Id: Iaa4487cb003d2f75d5c54f450f17833c7af96cf2 Reviewed-on: http://git-master/r/20291 Tested-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Vijay Mali <vmali@nvidia.com> Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
2011-02-22wm8903: Fix wm8903_resume() implementationSumit Bhattacharya
In wm8903_resume() codec should be powered up after restoring cached registers. Otherwise sequencer registers are getting overwritten after powering up of codec which was shutting down the codec during resume. Bug 792879 Bug 789967 Change-Id: Ic342a490f988ea1aa9597e6cd68e7d0a1000210a Reviewed-on: http://git-master/r/20270 Tested-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Vijay Mali <vmali@nvidia.com> Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
2011-02-22arm: tegra: hsuart: Support for Bluetooth wakeupPradeep Goudagunta
Added support to tegra_hsuart driver for bluetooth wakeup. Bug 773186 Change-Id: Id8f1face1b99942fd13949d0815a1dedd1a5a5d0 Reviewed-on: http://git-master/r/19586 Reviewed-by: Anantha Idapalapati <aidapalapati@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Anantha Idapalapati <aidapalapati@nvidia.com>
2011-02-21merging android-tegra-2.6.36 into git-master/linux-2.6/android-tegra-2.6.36Nitin Kumbhar
Conflicts: drivers/net/wireless/bcm4329/Makefile Change-Id: I5e6994d4db216062b9cd1673f45bd9fdcf1f96ae
2011-02-20[tegra: hdmi] clear stereo flag before checking edid for stereotegra-10.11.5Chong Zhang
bug 788941 Change-Id: Ib6c3da2f30fa5e7240cbdd1d406682aca3c820a2 Reviewed-on: http://git-master/r/20144 Tested-by: Chong Zhang <chzhang@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
2011-02-20video: tegra: Change overlay spinlock to mutexDan Willemsen
We call tegra_overlay_put inside the overlay lock, which can do a flip. It's not safe to do a flip in an atomic context. Change-Id: I4b043737a3eede0d47b8269a2d40e7c739f75df3 Reviewed-on: http://git-master/r/20087 Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Tested-by: Daniel Willemsen <dwillemsen@nvidia.com> Reviewed-by: Prajakta Gudadhe <pgudadhe@nvidia.com> Reviewed-by: Jonathan Mayo <jmayo@nvidia.com>
2011-02-20tegra: harmony: oldconfig + NVMAP_SEARCH_GLOBAL_HANDLESPierre-Loup A. Griffais
Change-Id: I6c192b8276806be7bf4918b3a120cf8137be247e Reviewed-on: http://git-master/r/18635 Tested-by: Pierre-Loup Griffais <pgriffais@nvidia.com> Reviewed-by: Robert Morell <rmorell@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
2011-02-18video: tegra: nvmap: fix potential deadlockKirill Artamonov
Enabled mutex debugging reavealed potential deadlocks introduced with compaction. Handle spin lock replaced with mutex. Heap functions cannot be protected with spinlock because they call kernel slab allocation functions which cannot be called from atomic context. nvmap_client ref_lock is also replaced with mutex. Otherwise we cannot access heap parameters protected by mutex nvmap_handle lock. Extra locking for handle->owner removed. bug 793364 Change-Id: I635ce9ebf259dd7bf8802457567f93b7be5795ea Reviewed-on: http://git-master/r/19850 Reviewed-by: Kirill Artamonov <kartamonov@nvidia.com> Tested-by: Kirill Artamonov <kartamonov@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
2011-02-18Merge remote branch 'common/android-2.6.36' into android-tegra-2.6.36Rebecca Schultz Zavin
2011-02-18net: wireless: bcm4329: Fix disable pno callGreg Goldman
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-02-18alsa: Set restrictions on period sizetegra-11.2.0Sumit Bhattacharya
Restrict period size to be multiple of 8 and period count to be integer. This is required to prevent audio breaks for playback through BT SCO. Bug 771510 Change-Id: If15631512bc5ce5a4358342b523da0a5a020cc2d Reviewed-on: http://git-master/r/19731 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
2011-02-18arm: tegra: config: enable uid_stat proc interfaceNitin Kumbhar
BUG 769814 Change-Id: I18159aea2de80acdfe7e8c04f9702f1c8a4830a8 Reviewed-on: http://git-master/r/19872 Tested-by: Nitin Kumbhar <nkumbhar@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-18tegra bluesleep: creating a bluesleep platform device.Anantha Idapalapati
Based on CONFIG_BT_BLUESLEEP configuration variable, a bluesleep device will be created and used to actively manage the BT device power. Bug 791669, 773186 (cherry picked from commit 011a705248274804c80c12af5366693e6662829b) Reviewed-on: http://git-master/r/6851 Change-Id: If5275ecfc920a038ec96928ea7f7f739f5051e33 (cherry picked from commit ae1bf987d38b15d6688cd2152ee4b4624211c113) Reviewed-on: http://git-master/r/19868 Reviewed-by: Anantha Idapalapati <aidapalapati@nvidia.com> Tested-by: Anantha Idapalapati <aidapalapati@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-18usb: Adding USB CDC NCM class driver.Steve Lin
This driver supports devices conforming to the Communication Device Class (CDC) Network Control Model. The CDC specifications are available from <http://www.usb.org/>. This driver is implemented as a minidriver for usbnet driver framework. Bug 776360 Change-Id: If5e900f80edebc742536a59716aad546b714ba4c Reviewed-on: http://git-master/r/14921 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-02-18arm: tegra: ventana: correcting USB1,USB3 vbus linesRakesh Bodla
Correcting the pinmux table for USB1 and USB3 vbus lines on ventana. Bug 770041 Change-Id: I12266cafd4720959302ccb0fb29e29115e0de114 Reviewed-on: http://git-master/r/20022 Reviewed-by: Rakesh Bodla <rbodla@nvidia.com> Tested-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>