aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05ASoC: OMAP: ams-delta: drop .set_bias_level callbackJanusz Krzysztofik1-1/+0
2012-03-05ARM: OMAP: add minimal support for Nokia RM-696Aaro Koskinen1-0/+1
2012-03-02Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanupArnd Bergmann1-12/+17
2012-03-01Merge branch 'omap1' into ams-deltaTony Lindgren1-26/+22
2012-02-29Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupArnd Bergmann12-303/+66
2012-02-29Merge branch 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dtArnd Bergmann2-1/+4
2012-02-29Merge branch 'omap1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/boardsArnd Bergmann1-26/+22
2012-02-29Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann1-1/+6
2012-02-28Merge branch 'hsmmc' into fixes-non-criticalTony Lindgren2-13/+14
2012-02-28ARM: OMAP: irqs: Fix NR_IRQS value to handle PRCM interruptsCousson, Benoit1-1/+9
2012-02-28Merge branch 'iomap' into cleanupTony Lindgren11-300/+66
2012-02-28Merge branch 'board-specific' of git://github.com/hzhuang1/linux into next/boardsArnd Bergmann1-1/+1
2012-02-28Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanupArnd Bergmann1-1/+1
2012-02-28Merge branch 'imx/defconfig' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/socArnd Bergmann1-1/+1
2012-02-24Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into dtTony Lindgren1-1/+1
2012-02-24ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman1-3/+4
2012-02-24ARM: OMAP2+: Limit omap_read/write usage to legacy USB driversTony Lindgren2-0/+43
2012-02-24ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren8-104/+19
2012-02-24ARM: OMAP2+: Move most of plat/io.h into local iomap.hTony Lindgren3-180/+7
2012-02-24ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren1-13/+0
2012-02-24ARM: OMAP: Move omap_init_consistent_dma_size() to local common.hTony Lindgren1-2/+0
2012-02-24ARM: OMAP2+: Move SDRC related functions from io.h into local common.hTony Lindgren1-4/+0
2012-02-24ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_configJarkko Nikula1-3/+0
2012-02-24ARM: OMAP: Fix devexit for dma when CONFIG_HOTPLUG is not setTony Lindgren1-1/+1
2012-02-24Merge branch 'vexpress-dt-v3.3-rc4' of git://git.linaro.org/people/pawelmoll/linux into next/dtArnd Bergmann1-1/+1
2012-02-23ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREETony Lindgren1-1/+1
2012-02-23OMAP: Remove OMAP_TAG_LCD and OMAP_TAG_FBMEMTomi Valkeinen1-2/+0
2012-02-23OMAP1: pass LCD config with omapfb_set_lcd_config()Tomi Valkeinen1-6/+16
2012-02-23OMAPFB: remove omapfb_set_platform_data()Tomi Valkeinen1-15/+0
2012-02-23OMAPFB: remove early mem alloc from old omapfbTomi Valkeinen2-140/+2
2012-02-23OAMPFB: remove unused omapfb_set_ctrl_platform_data()Tomi Valkeinen1-5/+0
2012-02-23OMAP: N770: remove HWA742 platform dataTomi Valkeinen1-8/+0
2012-02-23OMAPFB: Remove video SRAM support (old omapfb)Tomi Valkeinen2-182/+0
2012-02-23OMAPDSS: Remove video SRAM supportTomi Valkeinen1-20/+1
2012-02-22Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann1-1/+1
2012-02-22OMAPFB: remove old blizzard driverTomi Valkeinen1-12/+0
2012-02-21ARM: OMAP2+: remove some orphan function declarations.NeilBrown1-1/+0
2012-02-20ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}Ohad Ben-Cohen2-10/+10
2012-02-17Merge branch 'for_3.4/dt_base' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into dtTony Lindgren31-270/+298
2012-02-16ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platformsBenoit Cousson1-0/+1
2012-02-16ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dtBenoit Cousson1-1/+1
2012-02-14ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callbackSantosh Shilimkar2-0/+7
2012-02-08remoteproc/omap: add a remoteproc driver for OMAP4Ohad Ben-Cohen1-0/+57
2012-02-07ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chainsSantosh Shilimkar1-1/+1
2012-02-06gpio/omap: remove bank->method & METHOD_* macrosCharulatha V1-7/+1
2012-02-06gpio/omap: use pinctrl offset instead of macroCharulatha V1-0/+1
2012-02-06gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma1-0/+3
2012-02-06gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma1-0/+1
2012-02-06gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma1-0/+4
2012-02-06gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma1-0/+1