aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ARM: configs: gta04_defconfig: Remove useless framebuffer consolereplicant-4.0+3.10+not-compilation-testedDenis 'GNUtoo' Carikli2013-07-211-18/+4
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: Add debugging.Denis 'GNUtoo' Carikli2013-07-211-4/+10
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* usb: gadget: f_fs: Fix compilation with CONFIG_DEBUG_INFO=yDenis 'GNUtoo' Carikli2013-07-211-37/+27
| | | | | | | | Without that fix we have strange compiler errors such as: drivers/usb/gadget/android.c:1559: internal compiler error: in dwarf2out_finish, at dwarf2out.c:18906 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Input: Use monotonic time for event time stamps.Arve Hjønnevåg2013-07-211-2/+4
| | | | | | | | | Since wall time can jump backwards, it cannot be used to determine if one event occured before another or for how long a key was pressed. Signed-off-by: Arve Hjønnevåg <arve@android.com> Signed-off-by: Pankaj <pankaj.bharadiya@ti.com> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* usb: gadget: restore f_adb functionDenis 'GNUtoo' Carikli2013-07-214-15/+722
| | | | | | This partially reverts commit 2b9b0b6a95cb7adbdd4fa03bff2c7dec86852aa0. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Revert "patch "tty: serial: OMAP: ensure FIFO levels are set correctly in ↵Denis 'GNUtoo' Carikli2013-07-212-3/+4
| | | | | | non-DMA" added to tty tree" This reverts commit 1981e2e67858bf9ae714350e6a1ca319e4a574e0.
* MERGEDenis 'GNUtoo' Carikli2013-07-211-7/+7
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-4/+4
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-0/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-4/+4
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* MERGEDenis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: fix java.io.FileNotFoundException: /proc/net/xt_qtaguid/statsDenis 'GNUtoo' Carikli2013-07-211-1/+96
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: Move all =m options to =yDenis 'GNUtoo' Carikli2013-07-211-320/+326
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: fix compilation.Denis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | | | | | Without that fix we have: [...]/fs/binfmt_aout.c: In function 'load_aout_binary': [...]/fs/binfmt_aout.c:255: error: 'SEGMENT_SIZE' undeclared (first use in this function) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: add ipv6 as =y(not as =m) to fix compilation.Denis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | | | | | Without that fix we have: activity_stats.c:(.text+0x46078): undefined reference to `rt6_lookup' activity_stats.c:(.text+0x461b4): undefined reference to `in6addr_any' Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* panel-tpo-td028ttec1.c updates fror 3.8Denis 'GNUtoo' Carikli2013-07-211-1/+5
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* GPIO: virtual gpio driver for w2sg0004 GPS: Update for 3.8Denis 'GNUtoo' Carikli2013-07-211-3/+3
| | | | | | fix compilation. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* GPIO: gpio-reg driver: update for 3.8Denis 'GNUtoo' Carikli2013-07-211-3/+3
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Update codecs for 3.8Denis 'GNUtoo' Carikli2013-07-213-7/+7
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* GTA04: fix undeclared 'omap_prcm_restart'Denis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* GTA04: fix implicit declaration of function 'omap_nand_flash_init'Denis 'GNUtoo' Carikli2013-07-211-2/+6
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* GTA04: fix implicit declaration of function 'cpu_is_omap3630'Denis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* ARM: OMAP: usb.h: fix redefinitions.Denis 'GNUtoo' Carikli2013-07-211-1/+3
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* GTA04: fix board includes.Denis 'GNUtoo' Carikli2013-07-211-6/+6
| | | | | | | Without that fix we have errors like: error: plat/gpmc.h: No such file or directory Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: Update defconfig for newer kernel version.Denis 'GNUtoo' Carikli2013-07-211-57/+151
| | | | | | I also enabled the wakelock for USB. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* tsc2007: Inverted Y axis to have min Y matching screen topPaulK2013-07-211-0/+3
|
* Added calibrated values for GTA04 tsc2007 touchscreenPaulK2013-07-213-7/+57
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Change tsc2007 name to match the android idc file.Denis 'GNUtoo' Carikli2013-07-211-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: Added initramfs locationPaulK2013-07-211-4/+5
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: remove hardcoded cmdline for now.Denis 'GNUtoo' Carikli2013-07-211-2/+2
| | | | | | | That permits us to experiment with different cmdline in the bootloader: before there was CMDLINE_FORCE. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* gta04_defconfig: Add all staging android-specific drivers.Denis 'GNUtoo' Carikli2013-07-211-2/+9
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* tsc2007 fixes.NeilBrown2013-07-211-1/+5
| | | | | | pressures is being reported inverted - fix that Signed-off-by: NeilBrown <neilb@suse.de>
* bq27000: report missing device better.NeilBrown2013-07-211-1/+4
| | | | | | | One an hdq buss, a missing device reads as 0xff, not -1. So do a translation to allow detecting of a missing bus. Signed-off-by: NeilBrown <neilb@suse.de>
* added meaningful names to the gpio-keysH. Nikolaus Schaller2013-07-211-0/+2
|
* GTA04 enable off modeNeilBrown2013-07-211-1/+9
| | | | | | Seems to work at all Signed-off-by: NeilBrown <neilb@suse.de>
* OMAP:HACK - don't let CORE go to off-mode the first time.NeilBrown2013-07-211-0/+8
| | | | | | | | | | | | If CORE and USBHOST both go the off-mode the first time USBHOST does, then my device will not resume. However if we let USBHOST go to off-mode and back will CORE is in RETENSION at most, then subsequent off-mode transitions are not a problem. So for RETENTION for the first transition, and OFF for the next. Signed-off-by: NeilBrown <neilb@suse.de>
* musb: fix context save over suspend.NeilBrown2013-07-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | It is possible that the musb device will be runtime-active (not suspended) when system suspend happens. In particular, usb_suspend() will have called choose_wakeup() which might have called pm_runtime_resume(). In that case, after system-resume, the state of the device will be 'active', but the state of the registers will have been lost (if off_mode is enabled). So we need to save_context in musb_suspend (if runtime state is active), and restore_context on resume. This effectively reverts 5d193ce8 (usb: musb: PM: fix context save/restore in suspend/resume path) and adds a rest to avoid saving/restoring context if device is already runtime suspended. Tested-by: Kevin Hilman <khilman@deeprootsystems.com> Cc: "Bilovol, Ruslan" <ruslan.bilovol@ti.com> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: NeilBrown <neilb@suse.de>
* GTA04 - turnoff HFCLK in suspend.NeilBrown2013-07-211-2/+4
| | | | | | | I'm sure sure that this does anything useful, but let's have the code there and see. Signed-off-by: NeilBrown <neilb@suse.de>
* GTA04 - enable wakeup on 3G event.NeilBrown2013-07-211-0/+1
| | | | | | | Before we enable off-mode, we really need the wakeup to work, and I broke it recently. Signed-off-by: NeilBrown <neilb@suse.de>