| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 2011-03-29 | 2 | -4/+3 |
* | arm: Cleanup the irq namespace | Thomas Gleixner | 2011-03-29 | 3 | -10/+10 |
* | arm: at91: Cleanup irq chip | Thomas Gleixner | 2011-03-29 | 1 | -22/+9 |
* | arm: Use genirq lockdep helper to set lock class | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
* | arm: at91: at572d940hf: Fix SDRAMC define | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
* | Merge branch 'p2v' into devel | Russell King | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | ARM: P2V: separate PHYS_OFFSET from platform definitions | Russell King | 2011-02-17 | 1 | -1/+1 |
* | | ARM: 6665/1: Add Snapper9260 rtc wakeup interrupt pin | Ryan Mallon | 2011-02-19 | 1 | -0/+1 |
* | | ARM: 6664/1: AT91: Use macros for gpio_to_irq/irq_to_gpio | Ryan Mallon | 2011-02-19 | 1 | -9/+2 |
|/ |
|
* | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-01-15 | 8 | -36/+941 |
|\ |
|
| * | Merge branch 'for_rmk' of git://github.com/at91linux/linux-2.6-at91 into deve... | Russell King | 2011-01-14 | 6 | -1/+906 |
| |\ |
|
| | * | AT91: Support for gsia18s board | Igor Plyatov | 2011-01-14 | 4 | -0/+625 |
| | * | AT91: Acme Systems FOX Board G20 board files | Sergio Tanzilli | 2011-01-14 | 3 | -0/+281 |
| | * | AT91: board-sam9m10g45ek.c: Remove duplicate inclusion of mach/hardware.h | Jesper Juhl | 2011-01-14 | 1 | -1/+0 |
| * | | ARM: at91: irq_data conversion. | Lennert Buytenhek | 2011-01-13 | 2 | -35/+35 |
| |/ |
|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 13 | -261/+95 |
| |\ |
|
| * | | suspend: constify platform_suspend_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
| * | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -3/+3 |
* | | | Merge branch 'clksrc' into devel | Russell King | 2011-01-05 | 2 | -6/+2 |
|\ \ \ |
|
| * | | | ARM: AT91: update clock source registration | Russell King | 2010-12-19 | 2 | -6/+2 |
| |/ / |
|
* | | | mmc: at91_mci: fix multiblock SDIO transfers | Yauhen Kharuzhy | 2010-12-21 | 1 | -0/+2 |
| |/
|/| |
|
* | | at91: Refactor Stamp9G20 and PControl G20 board file | Christian Glindkamp | 2010-12-17 | 4 | -135/+54 |
* | | at91: Fix uhpck clock rate in upll case | Ryan Mallon | 2010-12-17 | 1 | -1/+1 |
* | | at91/board-yl-9200: fix typo in video support | Jean-Christophe PLAGNIOL-VILLARD | 2010-11-30 | 1 | -1/+1 |
* | | at91/picotux200: remove commenting usb device and dataflash support | Jean-Christophe PLAGNIOL-VILLARD | 2010-11-30 | 1 | -30/+0 |
* | | at91: rename rm9200ek and rm9200dk board file name | Jean-Christophe PLAGNIOL-VILLARD | 2010-11-30 | 3 | -4/+4 |
* | | at91rm9200ek: fix warning: 'ek_mmc_data' defined but not used | Jean-Christophe PLAGNIOL-VILLARD | 2010-11-30 | 1 | -0/+2 |
* | | at91rm9200dk: fix warning: 'dk_mmc_data' defined but not used | Jean-Christophe PLAGNIOL-VILLARD | 2010-11-30 | 1 | -0/+2 |
* | | at91: Convert remaining boards to new-style UART initialization | Jean-Christophe PLAGNIOL-VILLARD | 2010-11-30 | 5 | -90/+31 |
|/ |
|
* | at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board | Nicolas Ferre | 2010-10-26 | 2 | -0/+189 |
* | AT91: pm: make sure that r0 is 0 when dealing with cache operations | Nicolas Ferre | 2010-10-26 | 3 | -3/+10 |
* | AT91: pm: use plain cpu_do_idle() for "wait for interrupt" | Nicolas Ferre | 2010-10-26 | 2 | -2/+8 |
* | AT91: reset: extend alternate reset procedure to several chips | Nicolas Ferre | 2010-10-26 | 6 | -35/+12 |
* | AT91: reset routine cleanup, remove not needed icache flush | Nicolas Ferre | 2010-10-26 | 4 | -58/+51 |
* | AT91: trivial: align comment of at91sam9g20_reset with one more tab | Nicolas Ferre | 2010-10-26 | 1 | -7/+7 |
* | AT91: Fix AT91SAM9G20 reset as per the errata in the data sheet | Peter Horton | 2010-10-26 | 3 | -2/+63 |
* | AT91: add board support for Pcontrol_G20 | Peter Gsellmann | 2010-10-26 | 3 | -0/+329 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -3/+3 |
|\ |
|
| * | Update broken web addresses in arch directory. | Justin P. Mattock | 2010-10-18 | 1 | -3/+3 |
* | | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 33 | -70/+0 |
* | | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 2010-10-20 | 1 | -5/+3 |
* | | Merge branch 'devel-stable' into devel | Russell King | 2010-10-19 | 8 | -346/+92 |
|\ \ |
|
| * \ | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene... | Russell King | 2010-10-19 | 1 | -4/+3 |
| |\ \ |
|
| | * | | ARM: 6436/1: AT91: Fix power-saving in idle-mode on 926T processors | Anders Larsen | 2010-10-08 | 1 | -4/+3 |
| * | | | net: atmel_macb Kconfig: remove long dependency line | Jean-Christophe PLAGNIOL-VILLARD | 2010-10-07 | 1 | -0/+4 |
| * | | | AT91: fix use of clock disable on idle for AT91x40 devices | Greg Ungerer | 2010-10-07 | 2 | -0/+10 |
| * | | | AT91: at91sam9g20ek: merge 2mmc version in one board | Jean-Christophe PLAGNIOL-VILLARD | 2010-10-07 | 4 | -336/+69 |
| * | | | AT91: Correct configuration define value | Nicolas Ferre | 2010-10-07 | 2 | -2/+2 |
| * | | | AT91: at91sam9m10g45ek: use the right machine id | Jean-Christophe PLAGNIOL-VILLARD | 2010-10-07 | 3 | -4/+4 |
| |/ / |
|