summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* SPI: OMAP: remove unnecessary includes of plat/clock.hPaul Walmsley2012-09-222-3/+0
* Merge tag 'cleanup-fixes-for-v3.7' into test_v3.6-rc6_cff3.7_odaf3.7Paul Walmsley2012-09-22146-4083/+6016
|\
| * mfd: Fix compile for twl-core.c by removing cpu_is_omap usageTony Lindgren2012-09-181-26/+30
| * ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren2012-09-131-1/+2
| * ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren2012-09-131-0/+5
| * ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQTony Lindgren2012-09-134-1/+6
| * ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren2012-09-135-0/+7
| * W1: OMAP HDQ1W: Remove dependencies to mach/hardware.hTony Lindgren2012-09-131-2/+1
| * Input: omap-keypad: Remove dependencies to mach includesTony Lindgren2012-09-132-121/+35
| * ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren2012-09-132-9/+14
| * ARM: OMAP2+: Remove hardcoded twl4030 gpio_base, irq_base and irq_endTony Lindgren2012-09-131-5/+10
| *-. Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ...Tony Lindgren2012-09-13115-510/+973
| |\ \
| | | * ARM: OMAP: remove plat/board.h fileIgor Grinberg2012-09-113-4/+0
| | | * ARM: OMAP1: move omap1_bl pdata out of arch/arm/*Igor Grinberg2012-09-111-1/+1
| | * | mtd: nand: omap2: use gpmc provided irqsAfzal Mohammed2012-08-301-28/+50
| | * | mtd: onenand: omap2: obtain memory from resourceAfzal Mohammed2012-08-301-13/+16
| | * | mtd: nand: omap2: obtain memory from resourceAfzal Mohammed2012-08-301-4/+15
| | * | mtd: nand: omap2: handle nand on gpmcAfzal Mohammed2012-08-301-45/+161
| * | | serial/8250: Limit the omap workarounds to omap1Tony Lindgren2012-09-111-2/+2
| * | | tty vt: Fix line garbage in virtual console on command line editionJean-François Moine2012-09-111-61/+17
| * | | msm_serial: fix clock rate on DMA-based uartsDavid Brown2012-09-111-1/+1
| * | | serial: pl011: delete dangling bug flagLinus Walleij2012-09-111-4/+0
| * | | TTY: serial: move the dereference below the NULL testWei Yongjun2012-09-112-2/+4
| * | | serial: omap: Request pins using pinctrl frameworkTony Lindgren2012-09-111-0/+9
| * | | serial: omap: fix DeviceTree bootFelipe Balbi2012-09-111-7/+13
| * | | serial: omap: fix compile breakageFelipe Balbi2012-09-071-0/+4
| * | | tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-063-4/+35
| * | | tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek2012-09-062-12/+91
| * | | serial: serial_core.h needs console.h included firstStephen Rothwell2012-09-061-1/+1
| * | | serial: mxs-auart: put the device in mxs_auart_probe()Huang Shijie2012-09-061-0/+1
| * | | serial: mxs-auart: fix the wrong setting orderHuang Shijie2012-09-061-2/+2
| * | | serial_core: fix sizeof(pointer)Fengguang Wu2012-09-061-1/+1
| * | | serial: omap: enable RX and TX FIFO usageFelipe Balbi2012-09-061-3/+7
| * | | serial: omap: move uart_omap_port definition to C fileFelipe Balbi2012-09-061-0/+38
| * | | serial: omap: remove unnecessary header and add a missing oneFelipe Balbi2012-09-061-1/+1
| * | | serial: omap: fix software flow controlVikram Pandita2012-09-061-6/+6
| * | | serial: omap: make sure to put() on poll_get_charFelipe Balbi2012-09-061-2/+7
| * | | serial: omap: implement set_wakeFelipe Balbi2012-09-061-0/+10
| * | | serial: omap: unlock the port lockRuchika Kharwar2012-09-061-1/+4
| * | | serial: omap: drop "inline" from IRQ handler prototypeFelipe Balbi2012-09-061-1/+1
| * | | serial: omap: optimization with section annotationsFelipe Balbi2012-09-061-5/+5
| * | | serial: omap: fix sequence of pm_runtime_* calls.Ruchika Kharwar2012-09-061-1/+1
| * | | serial: omap: don't save IRQ flags on hardirqFelipe Balbi2012-09-061-3/+2
| * | | serial: omap: make sure to suspend device before removeFelipe Balbi2012-09-061-0/+1
| * | | serial: omap: drop unnecessary check from removeFelipe Balbi2012-09-061-6/+3
| * | | serial: omap: set dev->drvdata before enabling pm_runtimeFelipe Balbi2012-09-061-1/+1
| * | | serial: omap: stick to put_autosuspendFelipe Balbi2012-09-061-11/+22
| * | | serial: omap: move THRE check to transmit_chars()Felipe Balbi2012-09-061-3/+5
| * | | serial: omap: refactor receive_chars() into rdi/rlsi handlersFelipe Balbi2012-09-061-104/+101
| * | | serial: omap: simplify IRQ handlingFelipe Balbi2012-09-061-13/+38