| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-01-15 | 3 | -51/+51 |
|\ |
|
| * | ARM: davinci: irq_data conversion. | Lennert Buytenhek | 2011-01-13 | 3 | -51/+51 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 3 | -8/+8 |
| |\ |
|
| * | | suspend: constify platform_suspend_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
* | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-01-07 | 3 | -18/+47 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinc... | Grant Likely | 2010-12-29 | 3 | -18/+47 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | spi: davinci: add additional comments | Brian Niebuhr | 2010-11-18 | 1 | -0/+32 |
| | * | | spi: davinci: remove non-useful "clk_internal" platform data | Brian Niebuhr | 2010-11-18 | 3 | -3/+0 |
| | * | | spi: davinci: let DMA operation be specified on per-device basis | Brian Niebuhr | 2010-11-18 | 1 | -0/+1 |
| | * | | spi: davinci: do not allocate DMA channels during SPI device setup | Sekhar Nori | 2010-11-18 | 1 | -1/+0 |
| | * | | spi: davinci: always start transmit DMA | Brian Niebuhr | 2010-11-18 | 2 | -0/+2 |
| | * | | spi: davinci: add support for interrupt mode | Brian Niebuhr | 2010-11-18 | 1 | -0/+4 |
| | * | | spi: davinci: remove non-useful interrupt mode support | Brian Niebuhr | 2010-11-18 | 3 | -4/+0 |
| | * | | spi: davinci: add support for wait enable timeouts | Brian Niebuhr | 2010-11-18 | 1 | -0/+2 |
| | * | | spi: davinci: make chip-slect specific parameters really chip-select specific | Brian Niebuhr | 2010-11-18 | 3 | -11/+8 |
| | * | | spi: davinci: remove 'wait_enable' platform data member | Brian Niebuhr | 2010-11-18 | 1 | -1/+0 |
| | * | | spi: davinci: enable GPIO lines to be used as chip selects | Brian Niebuhr | 2010-11-18 | 1 | -0/+3 |
| | * | | spi: davinci: enable both activation and deactivation of chip-selects | Brian Niebuhr | 2010-11-18 | 3 | -3/+0 |
| | |/ |
|
* | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-01-07 | 1 | -1/+5 |
|\ \ \ |
|
| * \ \ | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 2010-12-16 | 1 | -1/+5 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | DA8xx: assign name to MUSB IRQ resource | Sergei Shtylyov | 2010-12-11 | 1 | -0/+1 |
| | * | | usb: musb: split da8xx to its own platform_driver | Felipe Balbi | 2010-12-10 | 1 | -0/+1 |
| | * | | usb: musb: split davinci to its own platform_driver | Felipe Balbi | 2010-12-10 | 1 | -1/+1 |
| | * | | usb: musb: trivial search and replace patch | Felipe Balbi | 2010-12-10 | 1 | -1/+1 |
| | * | | usb: musb: add names for IRQs in structure resource | Hema Kalliguddi | 2010-12-01 | 1 | -0/+2 |
| | |/ |
|
* | | | Merge branch 'devel-stable' into devel | Russell King | 2011-01-06 | 10 | -59/+462 |
|\ \ \ |
|
| * | | | davinci: am18x/da850/omap-l138 evm: add support for higher speed grades | Sekhar Nori | 2010-12-22 | 1 | -2/+23 |
| * | | | davinci: am18x/da850/omap-l138: add support for higher speed grades | Sekhar Nori | 2010-12-22 | 2 | -15/+67 |
| * | | | da850-evm: KEYBOARD_GPIO_POLLED Kconfig conditional | Ben Gardiner | 2010-12-22 | 1 | -0/+3 |
| * | | | da850-evm: add baseboard GPIO expander buttons, switches and LEDs | Ben Gardiner | 2010-12-22 | 1 | -0/+187 |
| * | | | da850-evm: extract defines for SEL{A,B,C} pins in UI expander | Ben Gardiner | 2010-12-22 | 1 | -12/+12 |
| * | | | da850-evm: add UI Expander pushbuttons | Ben Gardiner | 2010-12-22 | 1 | -0/+95 |
| * | | | davinci: kconfig: select at24 eeprom for selected boards | Kevin Hilman | 2010-12-10 | 1 | -0/+12 |
| * | | | da850-evm, trivial: use da850_evm prefix for consistency | Ben Gardiner | 2010-12-10 | 1 | -3/+3 |
| * | | | da850-evm: allow pca953x module build | Ben Gardiner | 2010-12-10 | 1 | -1/+3 |
| * | | | davinci: da850-evm: UI expander gpio_set_value can sleep, use _cansleep | Ben Gardiner | 2010-12-10 | 1 | -4/+4 |
| * | | | davinci: aemif: signedness bug in davinci_aemif_setup_timing() | Nicolas Kaiser | 2010-12-10 | 1 | -1/+1 |
| * | | | davinci: psc: simplify if-statement | Nicolas Kaiser | 2010-12-10 | 1 | -9/+4 |
| * | | | davinci: minor tnetv107x clock tree fixes | Cyril Chemparathy | 2010-12-10 | 2 | -12/+26 |
| * | | | davinci: use divide ratio limits from pll_data | Cyril Chemparathy | 2010-12-10 | 1 | -2/+2 |
| * | | | davinci: Implement sched_clock() | Andreas Gaeer | 2010-12-10 | 1 | -1/+23 |
| |/ / |
|
* | | | Merge branch 'misc' into devel | Russell King | 2011-01-06 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'smp' into misc | Russell King | 2011-01-06 | 3 | -8/+8 |
| |\ \ \
| | |/ / |
|
| * | | | ARM: 6483/1: arm & sh: factorised duplicated clkdev.c | Jean-Christop PLAGNIOL-VILLARD | 2010-11-26 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'clksrc' into devel | Russell King | 2011-01-05 | 1 | -5/+2 |
|\ \ \ |
|
| * | | | ARM: davinci: update clock source registration | Russell King | 2010-12-22 | 1 | -5/+2 |
| | |/
| |/| |
|
* | | | ARM: io: make iounmap() a simple macro | Russell King | 2010-12-08 | 1 | -2/+2 |
|/ / |
|
* | | ASoC: davinci: fixes for multi-component | Chris Paulson-Ellis | 2010-11-17 | 3 | -8/+8 |
|/ |
|
* | Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-10-25 | 34 | -149/+1240 |
|\ |
|