| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] omap: spi: arrange for omap_uwire to use connection ID | Russell King | 2009-02-08 | 1 | -0/+1 |
* | [ARM] omap: i2c: remove conditional ick clocks | Russell King | 2009-02-08 | 1 | -0/+1 |
* | [ARM] omap: i2c: use short connection ids | Russell King | 2009-02-08 | 1 | -2/+2 |
* | [ARM] omap: mcbsp: convert to use fck/ick clocks directly | Russell King | 2009-02-08 | 2 | -20/+41 |
* | [ARM] omap: MMC: provide a dummy ick for OMAP1 | Russell King | 2009-02-08 | 1 | -0/+2 |
* | [ARM] omap: MMC: convert clocks to match by devid and conid | Russell King | 2009-02-08 | 1 | -2/+2 |
* | [ARM] omap: watchdog: provide a dummy ick for OMAP1 | Russell King | 2009-02-08 | 1 | -0/+2 |
* | [ARM] omap: watchdog: convert clocks to match by devid and conid | Russell King | 2009-02-08 | 1 | -1/+1 |
* | [ARM] omap: provide a dummy clock node | Russell King | 2009-02-08 | 1 | -0/+20 |
* | [ARM] omap: convert OMAP1 to use clkdev | Russell King | 2009-02-08 | 2 | -155/+126 |
* | [ARM] omap: handle RATE_CKCTL via .set_rate/.round_rate methods | Russell King | 2009-02-08 | 2 | -63/+71 |
* | [ARM] omap: move propagate_rate() calls into generic omap clock code | Russell King | 2009-02-08 | 1 | -6/+0 |
* | [ARM] omap: remove unnecessary calls to propagate_rate() | Russell King | 2009-02-08 | 1 | -8/+1 |
* | [ARM] omap: move clock propagation into core omap clock code | Russell King | 2009-02-08 | 1 | -3/+0 |
* | [ARM] omap: provide a NULL clock operations structure | Russell King | 2009-02-08 | 2 | -45/+36 |
* | [ARM] omap: introduce clock operations structure | Russell King | 2009-02-02 | 2 | -107/+75 |
* | [ARM] omap: remove VIRTUAL_CLOCK | Russell King | 2009-02-02 | 1 | -5/+3 |
* | ARM: OMAP: Fix hsmmc init, v2 | Tony Lindgren | 2009-01-29 | 1 | -1/+1 |
* | ARM: OMAP: Fix McBSP spin_lock deadlock | Stanley.Miao | 2009-01-29 | 1 | -88/+10 |
* | ARM: OMAP: Remove unused platform devices, v3 | Tony Lindgren | 2009-01-15 | 9 | -303/+9 |
* | ARM: OMAP: Fix OSK ASoC by registering I2C board info for tlvaic23 | Arun KS | 2009-01-15 | 1 | -1/+3 |
* | ARM: OMAP: remove duplicated #include's | Huang Weiyi | 2009-01-15 | 1 | -1/+0 |
* | ARM: OMAP: Fix gpio by switching to generic gpio calls, v2 | Jarkko Nikula | 2009-01-15 | 1 | -3/+3 |
* | ARM: OMAP: Fix compile for palmte | Tony Lindgren | 2009-01-15 | 1 | -9/+0 |
* | ARM: OMAP: Fix compile for various McBSP | Tony Lindgren | 2009-01-15 | 1 | -0/+1 |
* | [ARM] fix AT91, davinci, h720x, ks8695, msm, mx2, mx3, netx, omap1, omap2, px... | Russell King | 2009-01-08 | 1 | -0/+1 |
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 2 | -2/+2 |
|\ |
|
| * | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 | 2 | -2/+2 |
* | | Merge branch 'hsmmc-init' of git://git.kernel.org/pub/scm/linux/kernel/git/tm... | Russell King | 2008-12-17 | 13 | -273/+280 |
|\ \ |
|
| * | | omap mmc: Add low-level initialization for hsmmc controller | Tony Lindgren | 2008-12-10 | 2 | -3/+3 |
| * | | omap mmc: Add better MMC low-level init | Tony Lindgren | 2008-12-10 | 8 | -47/+329 |
| * | | omap mmc: Remove broken MMC init code | Tony Lindgren | 2008-12-10 | 9 | -276/+1 |
* | | | Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Russell King | 2008-12-15 | 20 | -137/+165 |
|\ \ \
| |/ / |
|
| * | | ARM: OMAP2: Use omap_rev() instead of system_rev | Lauri Leukkunen | 2008-12-10 | 2 | -22/+34 |
| * | | ARM: OMAP2: Fix cpu detection | Tony Lindgren | 2008-12-10 | 1 | -3/+0 |
| * | | ARM: OMAP1: osk5912: LED trigger update for CF | David Brownell | 2008-12-10 | 1 | -1/+2 |
| * | | ARM: OMAP1: osk5912: Mistral eeprom support | David Brownell | 2008-12-10 | 1 | -2/+27 |
| * | | ARM: OMAP: Switch to gpio_request/free calls | Jarkko Nikula | 2008-12-10 | 12 | -33/+37 |
| * | | ARM: OMAP: use gpio_to_irq | David Brownell | 2008-12-10 | 5 | -16/+17 |
| * | | ARM: OMAP: switch to gpio_direction_output | David Brownell | 2008-12-10 | 5 | -19/+10 |
| * | | ARM: OMAP: switch to gpio_direction_input | David Brownell | 2008-12-10 | 5 | -7/+7 |
| * | | ARM: OMAP: switch to standard gpio get/set calls | David Brownell | 2008-12-10 | 12 | -41/+38 |
| |/ |
|
| * | [ARM] omap: fix a pile of issues | Russell King | 2008-12-01 | 1 | -1/+1 |
* | | [ARM] Arrange for platforms to select appropriate CPU support | Russell King | 2008-11-27 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-10-16 | 5 | -48/+27 |
|\ |
|
| * | Merge branch 'omap-all' into devel | Russell King | 2008-10-14 | 5 | -48/+27 |
| |\ |
|
| | * | Merge branch 'omap2-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Russell King | 2008-10-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | ARM: OMAP2: Misc updates from linux-omap tree | Tony Lindgren | 2008-10-06 | 1 | -1/+1 |
| | * | | ARM: OMAP: Allocate McBSP devices dynamically | Chandra Shekhar | 2008-10-08 | 1 | -25/+12 |
| | |/ |
|
| | * | [ARM] omap: fix lots of 'Using plain integer as NULL pointer' | Russell King | 2008-09-05 | 1 | -4/+4 |