aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-27ARM: OMAP: Convert OMAPFB and VRAM SDRAM reservation to LMBRussell King1-2/+2
2010-07-16ARM: OMAP: Convert to use ->reserve method to reserve boot time memoryRussell King1-0/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+5
2010-05-21Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds12-52/+100
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+24
2010-05-20USB: omap3: add platform init code for OHCI driverAnand Gadiyar1-0/+23
2010-05-20usb: musb: Add extvbus in musb_board_dataAjay Kumar Gupta1-0/+1
2010-05-20Merge branch 'for_2.6.35' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren4-15/+23
2010-05-20OMAP4 powerdomain: Support LOWPOWERSTATECHANGE for powerdomainsRajendra Nayak1-0/+6
2010-05-20OMAP4 powerdomain: Fix pwrsts flags for ALWAYS ON domainsRajendra Nayak1-0/+1
2010-05-20OMAP4: PRM: Remove MPU internal code name and apply PRCM naming conventionBenoit Cousson1-0/+1
2010-05-20OMAP4: hwmod: Replace OCPIF_HAS_IDLEST by HWMOD_NO_IDLESTBenoit Cousson1-3/+5
2010-05-20OMAP4: hwmod: Replace module & device offsets by absolute clkctrl addressBenoit Cousson1-5/+3
2010-05-20OMAP3 clock: rename RATE_IN_343X, RATE_IN_3430ES2 to match realityPaul Walmsley1-1/+2
2010-05-20OMAP2+ clock: remove DEFAULT_RATE clksel_rate flagPaul Walmsley1-7/+6
2010-05-20omap4: Adding PBIAS Configuration for MMC1 Controllerkishore kadiyala1-0/+20
2010-05-20omap4: Move SOC specific code from board fileSantosh Shilimkar1-3/+0
2010-05-20omap: hsmmc: fix the hsmmc driver for am3517stanley.miao1-0/+4
2010-05-20Merge branch 'v2.6.34-rc7.iommu' of git://gitorious.org/~doyu/lk/mainline into omap-for-linusTony Lindgren1-0/+3
2010-05-20Merge branch 'gpio-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linusTony Lindgren1-2/+2
2010-05-20Merge branch 'omap-boards' into omap-for-linusTony Lindgren1-1/+1
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+6
2010-05-14omap iommu: support for OMAP4Kanigeri, Hari1-0/+3
2010-05-12OMAP2/3: GPIO: generalize prepare for idleKevin Hilman1-2/+2
2010-05-05omap: add missing FIQ_START definition required forarch/arm/kernel/fiq.c compilationJanusz Krzysztofik1-0/+4
2010-05-03omap2/3: Fix DEBUG_LL for omap zoom2/3Tony Lindgren1-1/+1
2010-05-03omap: Use a memory address for storing the debug port info instead of UART1 scratchpadTony Lindgren2-27/+31
2010-05-03omap2/3/4: Fix multi.h when omap3 and omap4 are selected without omap2Tony Lindgren1-4/+12
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu10-14/+23
2010-05-03crypto: omap - Updates omap sham device related platform codeDmitry Kasatkin1-0/+5
2010-04-30musb: fix power field to hold all possible valuesAjay Kumar Gupta1-1/+1
2010-04-23omap4: Fix McBSP4 base addressSantosh Shilimkar1-1/+1
2010-04-23omap: remove one of the define of INT_34XX_BENCH_MPU_EMULstanley.miao1-2/+0
2010-04-23omap: fix the compile error if CONFIG_MTD_NAND_OMAP2 is notenabledstanley.miao1-0/+7
2010-04-23OMAP4: Fix for CONTROL register BaseSantosh Shilimkar1-1/+1
2010-03-31OMAP: HWMOD: Bug fixes in hwmod structure definitionsThara Gopinath1-1/+1
2010-03-22Merge branch 'for-2.6.34' into for-2.6.35Mark Brown5-8/+12
2010-03-12OMAP3: McBSP: Add interface for FIFO caused delay queryPeter Ujfalusi1-0/+6
2010-03-11OMAP2: cpu_is_omap2*: fix compile-time removal of unused codeKevin Hilman1-2/+6
2010-03-11omap: Checkpatch cleanup for blizzard.hAndrea Gelmini1-1/+1
2010-03-11omap: pass the reboot command to the boot loaderAaro Koskinen2-4/+4
2010-03-11omap2/3/4: ehci: avoid compiler error with touchbookFelipe Balbi1-1/+1
2010-03-02Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-51/+66
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren1-0/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2010-02-25omap: i2c: Fix muxing for command line enabled busJarkko Nikula1-3/+2
2010-02-25OMAP: DSS2: DSI: add dsi_vc_dcs_read_2() helperTomi Valkeinen1-0/+1
2010-02-24Merge branch 'for_2.6.34_b' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren6-64/+179
2010-02-24OMAP4: clock: Add dummy clock nodes for interface clocksSantosh Shilimkar1-0/+2
2010-02-24OMAP hwmod: add hwmod class supportPaul Walmsley1-9/+28