summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanupArnd Bergmann2012-03-021-12/+17
|\
| * gpio/omap: remove bank->method & METHOD_* macrosCharulatha V2012-02-061-7/+1
| * gpio/omap: use pinctrl offset instead of macroCharulatha V2012-02-061-0/+1
| * gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma2012-02-061-0/+3
| * gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma2012-02-061-0/+1
| * gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma2012-02-061-0/+4
| * gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma2012-02-061-0/+1
| * gpio/omap: avoid cpu checks during module ena/disableCharulatha V2012-02-061-0/+1
| * gpio/omap: make non-wakeup GPIO part of pdataCharulatha V2012-02-061-0/+1
| * gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma2012-02-061-2/+3
| * gpio/omap: use flag to identify wakeup domainCharulatha V2012-02-061-0/+1
| * gpio/omap: remove dependency on gpio_bank_countCharulatha V2012-02-061-3/+0
* | Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin...Arnd Bergmann2012-02-2912-303/+66
|\ \
| * \ Merge branch 'iomap' into cleanupTony Lindgren2012-02-2811-300/+66
| |\ \
| | * | ARM: OMAP2+: Limit omap_read/write usage to legacy USB driversTony Lindgren2012-02-242-0/+43
| | * | ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren2012-02-248-104/+19
| | * | ARM: OMAP2+: Move most of plat/io.h into local iomap.hTony Lindgren2012-02-243-180/+7
| | * | ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren2012-02-241-13/+0
| | * | ARM: OMAP: Move omap_init_consistent_dma_size() to local common.hTony Lindgren2012-02-241-2/+0
| | * | ARM: OMAP2+: Move SDRC related functions from io.h into local common.hTony Lindgren2012-02-241-4/+0
| | |/
| * | ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_configJarkko Nikula2012-02-241-3/+0
* | | Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanupArnd Bergmann2012-02-281-1/+1
|\ \ \ | |/ / |/| |
| * | ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chainsSantosh Shilimkar2012-02-071-1/+1
| |/
* | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-201-15/+0
|/
* ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King2012-01-131-3/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2012-01-111-171/+0
|\
| * Merge branch 'for_3.3/omap-cpufreq' of git://git.kernel.org/pub/scm/linux/ker...Dave Jones2011-12-022-172/+0
| |\
| | * cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreqSantosh Shilimkar2011-11-082-172/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-102-9/+34
|\ \ \
| * \ \ Merge branch 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/oha...Joerg Roedel2011-12-052-9/+34
| |\ \ \ | | |/ / | |/| |
| | * | iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen2011-12-052-9/+8
| | * | ARM: OMAP: iommu: declare a private iommu binding structOhad Ben-Cohen2011-12-051-0/+26
| | |/
* | | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-098-13/+71
|\ \ \
| * \ \ Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/...Tony Lindgren2011-12-1611-35/+155
| |\ \ \
| | * | | ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R2011-12-141-0/+6
| | * | | ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter2011-12-141-1/+2
| | * | | ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K2011-12-142-3/+9
| | * | | ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R2011-12-141-0/+2
| | * | | ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R2011-12-141-0/+7
| | * | | ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R2011-12-141-0/+3
| | * | | ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R2011-12-141-0/+2
| | * | | ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...Govindraj.R2011-12-141-0/+4
| | * | | ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R2011-12-141-2/+0
| | * | | ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R2011-12-142-2/+0
| | * | | ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R2011-12-141-4/+0
| * | | | Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2....Tony Lindgren2011-12-161-0/+3
| |\ \ \ \
| | * | | | ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup padTero Kristo2011-12-161-0/+2
| | * | | | ARM: OMAP2+: mux: add support for PAD wakeup interruptsTero Kristo2011-12-161-0/+1
| | | |/ / | | |/| |
| * | | | ARM: OMAP2+: hwmod: Add a new flag to handle hwmods left enabled at initRajendra Nayak2011-12-161-0/+3
| * | | | ARM: OMAP4: Fix errata i688 with MPU interconnect barriers.Santosh Shilimkar2011-12-082-1/+13
OpenPOWER on IntegriCloud