summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* audio: add missing locksSimon Wilson2011-07-251-0/+4
| | | | | | | | | | The device lock must be held when using the mixer because mixer_* calls are not thread safe. This fixes a bug where some mixer controls including the earpiece volume were not being set at boot. Bug: 5073076 Change-Id: Ide060ccad49e7276b7555428d2ff3ab399a5ce40
* Merge "wifi: Add hostapd support"Dmitry Shmidt2011-07-241-3/+3
|\
| * wifi: Add hostapd supportDmitry Shmidt2011-07-231-3/+3
| | | | | | | | | | Change-Id: I514c3fed5a96e2681300dcfa57e4cb8ee0951300 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Merge "add wifi configurables to prime"Irfan Sheriff2011-07-231-0/+13
|\ \ | |/ |/|
| * add wifi configurables to primeIrfan Sheriff2011-07-221-0/+13
| | | | | | | | Change-Id: Ifd0e3a9ae3756ad4047d16d1f4a95b419c793c01
* | tuna: update prebuilt kernelIliyan Malchev2011-07-230-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 41bd21f Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 bc52ad0 ION : Fix memory leak issue for TILER 2D buffers 27fd8fd tuna_defconfig: enable TUN. 1379cf2 ARM: omap4: tuna: Disable pulldown bits on DSI1 lanes. 5abf18f maguro: misc: modem_if: mipi_link: Fix useless control ACWAKE line d0ebb45 misc: modem_if: Update modem interface driver c2fd5a1 tuna_defconfig: enable NFLOG support xt_quota2 netfilter Change-Id: I9fefcd06b112642d561c4ed7830ccb43541081c3 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | Revert "audio: disable output stage when going into standby"Simon Wilson2011-07-221-33/+26
|/ | | | | | | | The audio output is put into standby during a call so this causes the earpiece and other output routes not to function in that state. Reverting until a better fix is ready. This reverts commit da4f484d573e99ce334664fdd8cd48560f334436.
* Merge "kernel prebuilt"JP Abgrall2011-07-220-0/+0
|\
| * kernel prebuiltJP Abgrall2011-07-220-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | 4f14f76 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 d70d8f0 Merge branch 'android-3.0' into android-omap-3.0 8c59c45 netfilter: qtaguid: disable #define DEBUG c620a14 power: max17040: Fix bad merge of skip reset at probe afd6c83 OMAP4: tuna: Enable suspend times debug Change-Id: I5156b5aac227fb05fa32e0909916c148010a7cea Signed-off-by: JP Abgrall <jpa@google.com>
* | audio HAL: added resampler on input streamEric Laurent2011-07-221-47/+129
|/ | | | | | Now supports capture at 8000, 11025, 16000, 22050, 24000, 32000, 44100 and 48000 Hz. Change-Id: I61526e94b8f0d315a1bf8d7587363a44c7d643ae
* tuna: update prebuilt kernelIliyan Malchev2011-07-210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f124207 Revert "HACK: ARM: omap4: pm: Disable idle on l3_2_clkdm" b1dc0ec Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 3755a477 Merge branch 'linux-omap-3.0' into android-omap-3.0 906e0c2 Merge branch 'android-3.0' into android-omap-3.0 799417a OMAP4: PM: do omap_device_idle() for IVAHD 97c4e42 OMAP4: PM: do omap_device_idle for ISS and fdif 2ccbb6b Merge branch 'linux-omap-pm-3.0' into linux-omap-3.0 a9458e9 OMAP3+: PM: SR: use put_sync_suspend for disabling 5913dfa HACK: ARM: omap4: retrigger localtimers after re-enabling gic 0b893f0f netfilter: xt_qtaguid: add uid permission checks during ctrl/stats access c477e60 netfilter: qtaguid: add tag delete command, expand stats output. f0e215b netfilter: quota2: add support to log quota limit reached. 5d89db9 net: wireless: bcmdhd: Fix compilation for WEXT 3a08bc6 net: wireless: bcmdhd: Allow firmware_path parameter change 8c44d82 Release 5.90.125.48 Add regulatory domain check in cfg80211 driver and fix PNO issues df24692 net: wireless: bcmdhd: Allow empty scan results a76bd86 net: wireless: bcmdhd: Fix compilation for kernel 3.0 2f66cb4 Update to 5.90.125.40 b06f3b5 net: wireless: bcm4329: fix array subscript is below array bounds f3ef214 gpu: pvr: move early suspend to after STOP_DRAWING 233afb8 OMAP4: DSSCOMP: move early suspend to after STOP_DRAWING adf0760 USB: gadget: f_accessory: Add ioctl to detect USB accessory attached at boot fec502d earlysuspend: add verbose debug flag d74348c USB: gadget: f_mtp: Move all setup handling to mtp_ctrlrequest 76eaa7b ARM: omap2: pm-debug: add percentage time in each power state Change-Id: I45b796894b89c9011fef31b8460ba20795f2f9ee Signed-off-by: Iliyan Malchev <malchev@google.com>
* Tuna kernel prebuiltBenoit Goby2011-07-210-0/+0
| | | | | | | 024e5c4 modem_if: Prevent crash if data received on unregistered channel fe4a1a4 toro: modem_if: Update modem board file for cdma interface Change-Id: If4bdf5cbd6a096a3afdc48ec0c390c83ab5117fd
* audio: disable output stage when going into standbySimon Wilson2011-07-211-26/+33
| | | | | | | | | This should eliminate random clicks and pops heard when audio enters standby since the output stage is disabled before closing the PCM. In addition, this should provide a power savings in standby. Change-Id: Ief0a193e0b31e9ee2f03a58641eaebd2a0d344cb
* Merge "fix for issue 4142219 Don't hard code platform-specific limitations ↵Hong Teng2011-07-211-0/+8
|\ | | | | | | -add video editor profile for platform specific limitation in media_profiles.xml"
| * fix for issue 4142219 Don't hard code platform-specific limitationsHong Teng2011-07-201-0/+8
| | | | | | | | | | | | -add video editor profile for platform specific limitation in media_profiles.xml Change-Id: I3d81e80a6fe3347c0bf335be88a5c670a366fb5a
* | Merge "tuna: update prebuilt kernel"Iliyan Malchev2011-07-200-0/+0
|\ \
| * | tuna: update prebuilt kernelIliyan Malchev2011-07-200-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6637f8e Revert "(TEMP) rpmsg: res_mgr: request constraints for iss" 625184c Revert "(TEMP) omap4: rpmsg_omx: Request L3 bandwidth and latency on core" 995c5fe Revert "(TEMP) OMAP4: rpmsg: PM: free pm_qos in remove" e6f7a28 Revert "(TEMP) rpsmg: res_mgr: request iva lat and bw" b07b373 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 35f86b2 OMAP: DSS: panel-s6e8aa0: Add debug function to read current gamma correction registers da26afe OMAP: DSS: panel-s6e8aa0: Rearrange gamma code and fix v15 calculations 9011cf7 ARM: omap4: tuna: Update gamma table 3802df5 ARM: omap4: tuna: Adjust factory_v255_regs dcd3d81 Merge branch 'linux-omap-3.0' into android-omap-3.0 ca8122f Merge branch 'android-3.0' into android-omap-3.0 b80bd2e modem_if: usb_link: Fix usbdev ref counting 1986385 OMAP:OMAPDSS: Add dependency on PVR_SGX for DSSCOMP f0d80cd OMAP:OMAPLFB: Added export symbol to methods used by DSSCOMP 736da55 omap4: remoteproc: specific constraints apis dbf3f62 remoteproc: add constraints framework 5efcea6 rpmsg: resmgr: add ipu / dsp as resources with constraints ac18dc8 omap4: rpmsg: fix a memory leak in find/del_vqs dec6ad8 omap: rpres: add fdif frequency function fce1d88 omap: rpres: skip the creation of already created devices 9208332 OMAP4: Print wakeup IRQ on resume 07b02fb power: Add option to log time spent in suspend edd42bb ARM: tuna: Power: Add option for fuel gauge reset function. 425e699 power: max17040: Allow reset on probe to be skipped 555816c power: max17040: Fix crash on race scheduling worker at probe aefa518 power: max17040: Wait for worker cancel before remove cb644fe tuna: change permission of board files 9549cff cpufreq: interactive: fix checkpatch warnings on long lines 5c0f07b Documentation: cpufreq: add description of timer_rate ed71ff7 OMAP4: usb: Move VUSB source and pulldown to regulator 8c94570 OMAP:DSSCOMP: Fix issue in cropping. 3b36256 OMAP:OMAPLFB: Added reference counting for NV12 buffers on display 3d85f0d OMAP:OMAPLFB: Add support for NV12 buffers in FlipV2 9248729 OMAP:DSSCOMP: Added support for swapping red and blue components 157ff1e OMAP:DSSCOMP: Added support for setting color-phase rotation e3a7a0a OMAP:DSSCOMP: Added support for setting color conversion coefs d3272f9 Merge branch 'linux-omap-dss-3.0' into linux-omap-3.0 8d58878 OMAP:DSS2: Add support for setting color conversion coefficients a2ba11e OMAP: DSS2: Add Color Phase Rotation support ce4bafd Bluetooth: Fix crash with incoming L2CAP connections 8ee057f Bluetooth: Fix regression in L2CAP connection procedure 1be668d Bluetooth: Fix memory leak under page timeouts 63be311 Bluetooth: Fix regression with incoming L2CAP connections 6fc4300 Bluetooth: Fix hidp disconnect deadlocks and lost wakeup 1752e53 Bluetooth: Prevent buffer overflow in l2cap config request cacfcde net: Only NET_ADMIN is allowed to fully control TUN interfaces. Change-Id: Ie695a3417a1c8532b6e47fd886249df806833769 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | Add Camera backJean-Baptiste Queru2011-07-201-0/+4
| | | | | | | | | | | | Change-Id: I874020d60ca9bdad41ab1c608fae58cc6e0b320b
* | | Merge "scripts for emailing bugreports after capture"Guang Zhu2011-07-201-0/+8
|\ \ \ | |_|/ |/| |
| * | scripts for emailing bugreports after captureGuang Zhu2011-07-201-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | first script calls dumpsys to generate the bugreport, second script launches a cmd line tool that queries account manager for possible accounts to set as "to:" field and launches an intent to mail the bugreport out Change-Id: I3802c499a43d22906217330a46c2c9a50f3a33c9
* | | audio: reorganize route paths and add BT DL pathChris Kelly2011-07-201-40/+101
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | To better support multiple paths and prepare for input routing, the mixer controls were reorganized into front end and back end paths for the supported routes. BT-SCO downlink was also added. This allows more flexibiity in setting controls but does sacrifice some amunt of abstraction of the underliying ABE design. Change-Id: Ie225ae5bf90b1727178093a5f06636e6b17a737b Signed-off-by: Chris Kelly <c-kelly@ti.com>
* | audio: correct low power port idChris Kelly2011-07-201-1/+1
| | | | | | | | | | Change-Id: I48ffc54219360fbb5f22c695dea63ca269e6fb68 Signed-off-by: Chris Kelly <c-kelly@ti.com>
* | Updated kernel prebuiltColin Cross2011-07-200-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | c0cd395 HACK: ARM: omap4: pm: Disable idle on l3_2_clkdm fcbe5f1 MODEM_IF:omap4:toro:Remove workqueue for rpm start a052611 maguro: misc: modem_if: PDA Active pin driver to Low in Off mode 7a25a1a tuna_defconfig: enable the xt_quota2 netfilter 71e339b OMAP: HSI: fix build error in HSI char driver b44825c OMAP: HSI: fix build error in HSI protocol b348a9c OMAP4: HSI: fix modem IO wakeup missed events cfc04df ASoC: Tuna: Configure BT link to I2S mode d0c52c7 TUNA: USBHOST: set GPMC SYCONFIG to SMARTIDLE Change-Id: Ifbc5517223ee7490021f03817841cffaac7b8142
* | Update ALS calibrationMike Lockwood2011-07-191-1/+9
| | | | | | | | | | | | | | Bug: 5043500 Change-Id: Ib5b5ef270e95270e7de50eb332ca9fade65d7856 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | tuna: sensors: Light sensor ADC calibration valuesVishnudev Ramakrishnan2011-07-191-9/+9
| | | | | | | | | | | | | | | | | | | | | | Changed the light sensor ADC calibration values to the ones provided by proxima hardware team. Also corrected the comparison operator during adc to lux lookup to account for boundary values. Change-Id: I434f5bf8774f5eff0e639377db73c058a10f7d2d Signed-off-by: Vishnudev Ramakrishnan <vramakri@sta.samsung.com>
* | Merge "init.tuna.usb.rc: Use WCEIS interface for USB tethering"Mike Lockwood2011-07-191-0/+1
|\ \
| * | init.tuna.usb.rc: Use WCEIS interface for USB tetheringMike Lockwood2011-07-191-0/+1
| | | | | | | | | | | | | | | Change-Id: I83773373af6c09e6b10bdda63a1f47c18acb8b0e Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Merge "Enable power manager ALS support"Mike Lockwood2011-07-191-0/+50
|\ \ \
| * | | Enable power manager ALS supportMike Lockwood2011-07-181-0/+50
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: the light sensor values on my device seem wrong (it's only reading 225 or 320 Lux in direct sunlight) The values in this change are calibrated to do the best we can with those values. This will need to change when the hardware gets better light sensor. Bug: 5043500 Change-Id: I69385e97687e35de6b01808465a60af0ddd8c951 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | audio: set in-call volume when user starts callUK KIM2011-07-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | The RIL needs to have its voice volume reset every time a call is made, not every time the volume is changed from the upper layer. Change-Id: Id042da241de65f9dfb8d5c52e1b4bb910c7c0219
* | | audio: check for ril presence before calling into itKim Uk2011-07-193-56/+93
| | | | | | | | | | | | | | | | | | This prevents a seg fault if no ril is present. Change-Id: I5f9443e31bdcab07df21d9f12ed2dd92807300f8
* | | Fix issue 5048624: Native crash in video chat.Eric Laurent2011-07-191-1/+1
| |/ |/| | | | | | | | | | | | | The problem is that the audio HAL returns a NULL string when get_parameters() is called from AudioFlinger. It should return return an empty string. Change-Id: I99365b54eb5f3c3b6694cb3e122842dff1799bfd
* | require new bootloader (KG03)Ed Heyl2011-07-181-1/+1
| | | | | | | | Change-Id: Id011399812a3386b83556e15315132b763c15591
* | tuna: update media_profiles to use 48kHz audio samplingIliyan Malchev2011-07-181-9/+8
| | | | | | | | | | | | | | | | Use 48kHz sampling rates for the higher media profiles (720p, 1080p, etc.) instead of 8kHz. Change-Id: I2a5ed443062e8aaf3632f79ccacb92cb5b4d193e Signed-off-by: Iliyan Malchev <malchev@google.com>
* | Merge "Prime kernel prebuilt"Paul Eastham2011-07-180-0/+0
|\ \
| * | Prime kernel prebuiltPaul Eastham2011-07-180-0/+0
| |/ | | | | | | | | | | | | | | 86120a4 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 386d90b Merge branch 'linux-omap-3.0' into android-omap-3.0 7f698b2 ARM: omap4: wakeupgen: unmask based on node, not affinity Change-Id: I00280347b2ac1d1a0737a16ca0f7524da6fd3220
* | audio: reselect output device when changing modeSimon Wilson2011-07-171-4/+8
|/ | | | | | | | | | | | | It's necessary to reselect the output device when changing from the AUDIO_MODE_IN_CALL state to AUDIO_MODE_NORMAL, otherwise the ASoC driver cannot find a route from the PCM to the endpoint. This is possibly a workaround for a bug in the ASoC driver. Also, this change means the audio HAL will no longer disable the multimedia mixer routes when in a call. This is because audio can be played during a call. Change-Id: I58c4b23289f8d6f9ad53b436215ec9a5d48f4fe1
* Merge "Fixes for crypto on Prime"Ken Sumrall2011-07-152-1/+4
|\
| * Fixes for crypto on PrimeKen Sumrall2011-07-152-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep the keys in a file on /efs instead of in the footer, and set the userdata filesystem size to the full size of the partition. Having a writable persistent filesystem besides /data makes things much cleaner. Keeping keys in the footer requires lots of co-ordination among many pieces to make sure they don't overwrite the footer with a new filesystem. In particular, setup_fs doesn't yet know how to not overwrite the footer. Also properly notify vold when the post-fs-data action is done. Change-Id: Ia67144d25630d86a3018419bff735e1395a85a7a
* | Merge changes I58ab0051,Ie49ae83aIliyan Malchev2011-07-151-117/+43
|\ \ | |/ |/| | | | | | | * changes: tuna: update prebuilt kernel tuna: update media profiles
| * tuna: update prebuilt kernelIliyan Malchev2011-07-150-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e5d4ceb (TEMP) rpsmg: res_mgr: request iva lat and bw 3c7577f Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 4e4b1a0 Merge branch 'linux-omap-3.0' into android-omap-3.0 843f129 OMAP4: DVFS: attempt floor before giving up scale 6471742 OMAP4: tuna: Remove UART pads from board file 624742f Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 46529cc Merge branch 'linux-omap-3.0' into android-omap-3.0 7ab2d7f Merge branch 'android-3.0' into android-omap-3.0 c1888c6 Merge branch 'linux-omap-pm-3.0' into linux-omap-3.0 057dc7e Merge branch 'omap-pm-integration' of git://github.com/nmenon/linux-omap-ti-pm into linux-omap-pm-3.0 adce689 cpufreq: interactive: cleanup checkpatch warnings 19ddcae cpufreq: Add more verbose description of interactive governor c263e53 Documentation: remove trailing whitespace in governors.txt 5d14f98 cpufreq: interactive: add sysfs control for timer rate 8b12552 cpufreq: interactive: Add error checking on sysfs interfaces 80e65d9 cpufreq: interactive: use idle notifier 13b2b14 cpufreq: interactive: remove debug trace code 67d0ad4 ARM: Move leds idle start/stop calls to idle notifiers 75143e7 ARM: Call idle notifiers 9a736a2 Move x86_64 idle notifiers to generic 72f5559 ARM: omap: tuna: Add reading wlan MAC from cmdline ce4022b USB: gadget: f_mtp: Add support for sending MTP header during file transfer 8bc728c ARM: omap4: tuna: Change GPIO settings for GPS 3ef1263 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 6594a2e Merge branch 'linux-omap-3.0' into android-omap-3.0 f104f34 tuna: crypto: Turn on SHA256 in the defconfig 25c2b8e tuna: sensors: light sensor bug fixes 3b37abb tuna: sensors: proximity sensor driver bug fix efd4e5b ARM: omap4: tuna: Add LDI(s6e8aa0) Initial cmd in lcd platform data. 3bfc061 Merge branch 'linux-omap-audio-3.0' into linux-omap-3.0 a95cf0b OMAP: DSS: panel-s6e8aa0: Move initial setting data to board file. 726f1bf OMAP4: DSSCOMP: make early suspend timeout non-interruptable 7fe388f ARM: omap4: tuna: add module param to turn off SR at boot cf32e8e MFD: twl6040-codec: assign platform data size to mfd cell 2c78c76 ASoC: sdp4430: Configure modem's McBSP port for BT call f369097 OMAP4: McBSP: Set clks_prcm_src based on instance id fc519be ASoC: sdp4430: Split BT backend DAI link for UL and DL e828790 ASoC: ABE DSP: Fix compilation warnings 06a36a5 OMAP4: DSSCOMP: add timeout to earlysuspend c5dac4e ASoC: ABE: Use 16-bits DMA for mono S16_LE 201d4d4 omap-serial: Allow IXON and IXOFF to be disabled. e0dfb36 OMAP4: PM: enable wakeup irq for PRCM and SYS_1N f905c6a OMAP4: serial: set uart in no idle mode for uart dma. 75a5b3f OMAP4: Serial: Set TX_FIFO_THRESHOLD if uart in dma mode for es2.0 3d13b74 OMAP: Serial: Use resume call from prcm to enable uart 28eb5b2 OMAP3: Serial: Remove uart pads from 3430/4430/panda board file. 32a8745 Serial: OMAP2+: Make the RX_TIMEOUT for DMA configurable for each UART dae8b02 OMAP: Serial: Allow UART parameters to be configured from board file. a2eb682 Serial: OMAP2+: Move erratum handling from serial.c debad74 OMAP: Serial: Hold console lock for console usage. fc18615 Serial: OMAP: Add runtime pm support for omap-serial driver 09d93e2 OMAP2+: Serial: Add default mux for all uarts. a5961b7 OMAP2+: UART: Remove uart clock handling code from serial.c 4571966 OMAP2+: UART: Remove certain uart calls from sram_idle baba058 OMAP4: serial: remove hacks done prior to runtime PM a0425ea OMAP4: PM: remove hacks that were needed for serial b3bb409 MMC: eMMC: Sleep before OFF 94e37bf OMAP4: Panda/SDP: Enable MMC power saving 4fa9589 MMC: OMAP: replace clk_disable by runtime api in error path fefab4c MMC: OMAP4: HWMOD: disable smart wakeup 500d022 OMAP2/3 MMC: initial conversion to runtime PM 7febee8 GPIO: OMAP2+: allow level/edge triggering 79cc507 GPIO: OMAP: restore context only if previously saved e03ddf8 GPIO: OMAP2+: Clean prepare_for_idle and resume_after_idle bcfefb2 GPIO: OMAP: Use PM runtime framework 313f27d GPIO: OMAP: Fix bankwidth for OMAP7xx MPUIO 355d05c GPIO: OMAP: Remove bank->method & METHOD_* macros 16fef5c GPIO: OMAP: Fix use of readl/readw to access isr_reg 9877cd0 GPIO: OMAP15xx: Use pinctrl offset instead of macro 2e39056 GPIO: OMAP: Clean omap_gpio_mod_init function 1145b6c GPIO: OMAP: Clean set_gpio_triggering function 8c8fe53 GPIO: OMAP: Remove hardcoded offsets in ctxt save/restore 4f41d3e GPIO: OMAP: Use level/edge detect reg offsets 39f773a GPIO: OMAP: Use wkup regs off/suspend support flag a6efb2e GPIO: OMAP: Avoid cpu checks during module ena/disable bb91e4c GPIO: OMAP2+: Make non-wakeup GPIO part of pdata fc30dc7 GPIO: OMAP: Handle save/restore ctx in GPIO driver 7439294 GPIO: OMAP: Fix pwrdm_post_transition call sequence 41eabe2 GPIO: OMAP: Make gpio_context part of gpio_bank structure 05a85a9 GPIO: OMAP2+: Use flag to identify wakeup domain 31c374b GPIO: OMAP: Remove dependency on gpio_bank_count 34f748f GPIO: OMAP: cleanup show revision, remove cpu_is checks, display only once d5033b3 GPIO: OMAP: debounce remove SoC specific registers, use pdata e13a2dd GPIO: OMAP: cleanup _set_gpio_wakeup(), remove ifdefs 4690023 GPIO: OMAP: remove useless gpio_valid() & check_gpio() checks 78d3c38 GPIO: OMAP: convert MPUIO IRQ over to generic irq_chip 4130f78 GPIO: OMAP: conslidate enable/disable of GPIO IRQs, remove ifdefs 9c60b11 GPIO: OMAP: consolidate IRQ status handling, remove #ifdefs cf96876 GPIO: OMAP: consolidate direction, input, output, remove #ifdefs b1a3c36 GPIO: OMAP: remove get_gpio_bank() 7aea3b4 GPIO: OMAP: replace get_gpio_index() by using bank width c3c097a GPIO: OMAP: _get_gpio_irqbank_mask: replace hard-coded mask with bank->width 4a7a906 GPIO: OMAP: move bank width into struct gpio_bank 322c5a9 GPIO: OMAP: remove MPUIO handling from _clear_gpio_irqbank() b5c702e GPIO: OMAP: _clear_gpio_irqbank: fix flushing of posted write 4cfe86f OMAP: dmtimer: Off mode support 684857b OMAP: dmtimer: use mutex instead of spinlock ee5aa38 OMAP: dmtimer: add timeout to low-level routines 0e765e8 OMAP: dmtimer: pm_runtime support b83b18e dmtimer: switch-over to platform device driver 99a5c3d OMAP: dmtimer: platform driver b34637c OMAP2+: dmtimer: convert to platform devices 6eaaba7 OMAP1: dmtimer: conversion to platform devices 02dbbd9 OMAP4: hwmod data: add dmtimer version information b2e6b61 OMAP2+: dmtimer: add device names to flck nodes Change-Id: I58ab0051115b719c978b20610dafdb9d147e47ab Signed-off-by: Iliyan Malchev <malchev@google.com>
| * tuna: update media profilesIliyan Malchev2011-07-151-117/+43
| | | | | | | | | | | | | | | | | | | | This update allows for recording 720p & 1080p from the primary, and 720p from the front sensor, both at 30fps. Subsequent patches will address sampling rates etc. Change-Id: Ie49ae83a0c89ee6a8b1528761879361b22155fa8 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | Bluetooth : change sco pcm interfacehyungseoung.yoo2011-07-151-1/+1
|/ | | | | | | 1. changed I2S mode 2. bt chip role: master, sample rate: 8KHz, clock rate: 256KHz Change-Id: I286d65932319fca58c8dd568942b23c0b27a95f0
* audio: use MM_UL2 port for 48kHz audio captureEric Laurent2011-07-141-9/+72
| | | | Change-Id: I0b45cbe4b1007c621c1c61491f94b7e3355eeb64
* audio: fix latency and buffer size calculationEric Laurent2011-07-141-11/+14
| | | | | | | | | | | | out_get_buffer_size() was returning the total buffer size in frames instead of the period size in bytes. It should also take the resampling into account so that the audio flinger buffer duration somehow matches the period duration. The calculation in out_get_latency() was assuming the period size in the pcm config structure is in bytes whereas it is in frames. Change-Id: I2025a89e753355bd321865faa726013e0a97912f
* Merge "tuna: remote mem= from kernel command line"Benoit Goby2011-07-131-1/+1
|\
| * tuna: remote mem= from kernel command lineIliyan Malchev2011-07-131-1/+1
| | | | | | | | | | Change-Id: I8edca51fe839a73aa03c7947339954f9d6ab91f6 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | Tuna kernel prebuiltBenoit Goby2011-07-130-0/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8d36d9f HACK: tuna: set McBSP2 in master mode for LTE e0927eb Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 32d6e08 Merge branch 'linux-omap-3.0' into android-omap-3.0 5fc5470 Merge branch 'android-3.0' into android-omap-3.0 43cc7e1 OMAP4: HSI: fix hsi break due to run-time-series 3bddebb omap_hsi: HACK: Don't use runtime pm 6d9cf69 omap4: hsi: enable io pad wakeup 5ba2083 OMAP3+: HSI: add runtime PM support 9dca53f OMAP4: HSI: platform specific changes 2b9c49f hsi: implement io daisy chain mux wakeup ab74ce5 OMAP4: HSI: driver misc fixes 8abbc21 omap4: hsi: Reduce verbosity 9865bb4 omap4: hsi driver initial commit f558e1e net: wireless: bcmdhd: Add PNO support through CFG80211 private command 85ffb36 net: wireless: bcmdhd: Fix build break with newer versions of gcc c95d86d net: wireless: bcm4329: Fix roaming message processing 9410673 net: wireless: bcmdhd: Add country private command 7e26a6f net: wireless: bcm4329: Add packet filtering commands a6c3a07 misc: modem_if: Reduce verbosity 18e3708 ARM: configs: tuna_defconfig : MODEM configs for toro LTE & CDMA modem 8bf5e26 ARM: configs: tuna_defconfig : SPI configs changes for LTE boot 1d8df32 ARM: omp4: tuna: Added config for CDMA and LTE 9e0f71a misc: modem_if: Build lte_modem_bootloader d35acb0 ARM: omap4: tuna : SPI board file for LTE boot 5e540e6 MODEM_IF: omap4: tuna: Modem IF: SPI driver for LTE boot 552795c MODEM_IF: omap4: tuna: Modem IF: Update modem interface(lte- usb) driver a3052b1 MODEM_IF: omap4: tuna: toro: Added CDMA modem interface driver 1c0e6f0 toro: add ehci board support for modem connectivity c1f5387 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 e6841f6 Merge branch 'linux-omap-3.0' into android-omap-3.0 91324a6 OMAP4: irq: Make use of IRQCHIP_MASK_ON_SUSPEND flag. 0215493 ARM: gic: Allow gic arch extensions to provide irqchip flags c62d9cf Merge branch 'android-3.0' into android-omap-3.0 2340c67 Merge commit 'v3.0-rc7' into linux-omap-3.0 75c56a8 Merge commit 'v3.0-rc7' into android-3.0 51d8492 misc: modem_if: iodevice: Add checking ip version 7a869cc misc: sec_jack: detect presence of headset at probe time Change-Id: Icb3e78a5117922e411c3d0f9205b12c0e49daa08
* Tuna: Start sleepingTodd Poynor2011-07-121-3/+0
| | | | | | | Remove hack wakelock. Change-Id: I6a33beca136156ce2b516a5cd5f07a95f9c946db Signed-off-by: Todd Poynor <toddpoynor@google.com>
* tuna: update media profilesIliyan Malchev2011-07-121-8/+244
| | | | | Change-Id: I927d5cc0165b7e07850f5c5e520d383a0985e18c Signed-off-by: Iliyan Malchev <malchev@google.com>