summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | omap: mcbsp: Remove port number enumsJarkko Nikula2011-07-071-9/+1
| * | | | omap: mcbsp: Remove rx_/tx_word_length variablesJarkko Nikula2011-07-072-5/+0
| |/ / /
| * | | Merge branch 'for_3.1/pm-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Tony Lindgren2011-06-291-2/+17
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'devel-timer' into devel-cleanupTony Lindgren2011-06-295-190/+283
| |\ \ \
| | * | | omap2+: Use dmtimer macros for clocksourceTony Lindgren2011-06-271-1/+1
| | * | | omap2+: Reserve clocksource and timesource and initialize dmtimer laterTony Lindgren2011-06-272-3/+10
| | * | | omap2+: Remove gptimer_wakeup for nowTony Lindgren2011-06-201-1/+0
| | * | | omap2+: Use dmtimer macros for clockeventTony Lindgren2011-06-201-0/+1
| | * | | omap: Make a subset of dmtimer functions into inline functionsTony Lindgren2011-06-202-61/+136
| | * | | omap: Move dmtimer defines to dmtimer.hTony Lindgren2011-06-202-121/+125
| | * | | omap: Set separate timer init functions to avoid cpu_is_omap testsTony Lindgren2011-06-202-2/+5
| | * | | omap: Use separate init_irq functions to avoid cpu_is_omap tests earlyTony Lindgren2011-06-161-1/+5
| * | | | omap: mcbsp: Drop in-driver transfer supportJarkko Nikula2011-06-292-388/+19
| * | | | omap: mcbsp: Drop SPI mode supportJarkko Nikula2011-06-292-251/+0
| * | | | omap: cleanup NAND platform dataGrazvydas Ignotas2011-06-291-5/+1
| |/ / /
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-241-10/+5
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-222-12/+22
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | | | * | ARM: pm: omap3: run the ASM sleep code from DDRJean Pihet2011-06-291-10/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-9/+3
|\ \ \ \ \
| * | | | | arm: don't create useless copies to pass into debugfs_create_dir()Al Viro2011-07-201-5/+1
| * | | | | switch assorted clock drivers to debugfs_remove_recursive()Al Viro2011-07-201-4/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-07-222-5/+57
|\ \ \ \ \
| * | | | | OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman2011-07-122-0/+11
| * | | | | OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman2011-07-122-0/+40
| * | | | | OMAP: PM: omap_device: conditionally use PM domain runtime helpersKevin Hilman2011-07-121-3/+4
| * | | | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-2/+2
| |/ / / /
* | | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-221-0/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-161-0/+1
| * | | | gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman2011-06-161-0/+2
| * | | | gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefsKevin Hilman2011-06-161-0/+5
| * | | | gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman2011-06-161-0/+2
| * | | | gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman2011-06-161-0/+10
| |/ / /
* | | | Merge branch 'fixes-v3.0-rc3' into devel-fixesTony Lindgren2011-06-145-13/+10
|\ \ \ \ | |/ / /
| * | | ARM: OMAP4: MMC: no regulator off during probe for eMMCBalaji T K2011-06-011-0/+3
| * | | OMAP: iovmm: fix SW flags passed by userOmar Ramirez Luna2011-06-012-7/+0
| * | | OMAP: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'Santosh Shilimkar2011-05-311-6/+6
| * | | OMAP: fix compilation errorJanusz Krzysztofik2011-05-311-0/+1
| |/ /
* | | OMAP: PM: omap_device: fix device power domain callbacksKevin Hilman2011-06-061-2/+17
|/ /
* | Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2011-05-273-2113/+104
|\ \
| * | GPIO: OMAP: move to drivers/gpioKevin Hilman2011-05-272-2010/+1
| * | GPIO: OMAP: move register offset defines into <plat/gpio.h>Kevin Hilman2011-05-272-103/+103
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-263-4/+3
|\ \ \
| * \ \ Merge branch 'for-tony' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Tony Lindgren2011-05-241-1/+1
| |\ \ \
| | * | | usb: musb: am35x: fix compile error when building am35xFelipe Balbi2011-05-181-1/+1
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'devel-fixes', 'devel-cleanup' and 'devel-genirq' into for-nextTony Lindgren2011-05-173-3/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | | * | omap: Remove support for omap2evmTony Lindgren2011-05-131-1/+0
| | | * | arm: omap: gpmc-smsc911x: minor style fixesIgor Grinberg2011-05-031-2/+1
| | | * | omap: convert boards that use SMSC911x to use gpmc-smsc911xMike Rapoport2011-04-201-0/+1
| | |/ / | |/| |
* | | | Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt2011-05-243-659/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | OMAP: DSS2: Move nokia-dsi-panel.h to include/video/Tomi Valkeinen2011-05-111-31/+0
OpenPOWER on IntegriCloud