summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/plat
AgeCommit message (Expand)AuthorFilesLines
2011-10-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds4-60/+172
2011-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-1/+18
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds4-106/+12
2011-10-27mmc: omap_hsmmc: if multiblock reads are broken, disable themPaul Walmsley1-1/+18
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds1-20/+0
2011-09-26ARM: mach-omap2: remove mach/memory.hNicolas Pitre1-46/+0
2011-09-26ARM: OMAP: move OMAP1 memory config from plat/memory.h to its mach/memory.hNicolas Pitre1-44/+1
2011-09-26ARM: plat-omap: make OMAP_UART_INFO into a relative offsetNicolas Pitre2-4/+10
2011-09-14iommu/omap: Migrate to the generic fault report mechanismOhad Ben-Cohen1-2/+1
2011-08-26omap: iommu: omapify 'struct iommu' and exposed APIOhad Ben-Cohen4-36/+44
2011-08-26omap: iommu: remove unused exported APIOhad Ben-Cohen1-3/+0
2011-08-26omap: iovmm: remove unused functionalityOhad Ben-Cohen1-8/+0
2011-08-26omap: iommu: stop exporting local functionsOhad Ben-Cohen1-8/+0
2011-08-26omap: iommu/iovmm: move to dedicated iommu folderOhad Ben-Cohen1-0/+120
2011-08-26omap: iommu: migrate to the generic IOMMU APIOhad Ben-Cohen2-14/+18
2011-08-22ARM: omap: Setup consistent dma size at boot timeJon Medhurst2-13/+2
2011-08-12ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King1-2/+0
2011-08-12ARM: gpio: consolidate gpio_to_irqRussell King1-5/+0
2011-08-12ARM: gpio: consolidate trivial gpiolib implementationsRussell King1-14/+1
2011-08-10am3505/3517: Various platform defines for UART4Raphaël Assénat3-0/+9
2011-07-27Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-4/+22
2011-07-27Merge branch 'next/board' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-1/+3
2011-07-27Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+0
2011-07-27Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+6
2011-07-27Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds3-3/+35
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-106/+267
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+9
2011-07-19ARM: Consolidate the clkdev header filesKyungmin Park1-13/+0
2011-07-17Merge branches 'omap/prcm' and 'omap/mfd' of git+ssh://master.kernel.org/pub/...Arnd Bergmann9-111/+295
2011-07-13OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman1-0/+5
2011-07-13OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman1-0/+4
2011-07-10Merge branch 'cleanup-part-2' into devel-boardTony Lindgren1-11/+1
2011-07-10OMAP4: hwmod data: Add modulemode entry in omap_hwmod structureBenoit Cousson1-0/+6
2011-07-10OMAP4: hwmod data: Add PRM context register offsetBenoit Cousson1-0/+1
2011-07-10OMAP4: hwmod: Replace RSTCTRL absolute address with offset macrosBenoit Cousson1-1/+2
2011-07-10OMAP4: hwmod: Replace CLKCTRL absolute address with offset macrosBenoit Cousson1-1/+1
2011-07-10OMAP2+: hwmod: Init clkdm field at boot timeBenoit Cousson1-0/+1
2011-07-10OMAP4: hwmod data: Add clock domain attributeBenoit Cousson1-0/+1
2011-07-10OMAP: hwmod: fix the i2c-reset timeout during bootupAvinash.H.M2-0/+4
2011-07-10I2C: OMAP2+: Introduce I2C IP versioning constantsAndy Green1-0/+1
2011-07-10I2C: OMAP2+: increase omap_i2c_dev_attr flags from u8 to u32Andy Green1-1/+1
2011-07-10Merge branches 'dmtimer_precleanup_3.1', 'hwmod_core_cleanup_a_3.1', 'combine...Paul Walmsley3-22/+8
2011-07-10OMAP PM: remove OMAP_PM_NONE config optionJean Pihet1-8/+0
2011-07-10OMAP4: clock data: Fix max mult and div for USB DPLLBenoit Cousson1-1/+1
2011-07-10omap_hwmod: use a terminator record with omap_hwmod_dma_info arraysPaul Walmsley1-5/+3
2011-07-10omap_hwmod: use a terminator record with omap_hwmod_mpu_irqs arraysPaul Walmsley1-5/+3
2011-07-10omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space ar...Paul Walmsley1-2/+0
2011-07-10OMAP2+: hwmod: Fix smart-standby + wakeup supportBenoit Cousson1-1/+1
2011-07-10OMAP: dmtimer: add missing includePaul Walmsley1-0/+1
2011-07-08OMAP4: clocks: Update the clock tree with 4460 clock nodesRajendra Nayak2-0/+3