summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7158/1: add new MFP implement for NUC900wanzongshun2011-11-123-8/+45
* ARM: 7157/1: fix a building WARNING for nuc900wanzongshun2011-11-121-2/+2
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-284-26/+0
|\
| * ARM: mach-w90x900: remove mach/memory.hNicolas Pitre2011-10-131-23/+0
| * ARM: mach-w90x900: remove useless boot_params entriesNicolas Pitre2011-08-213-3/+0
* | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-5/+1
|\ \
| * | ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-121-2/+0
| * | ARM: gpio: consolidate gpio_to_irqRussell King2011-08-121-0/+1
| * | ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-121-4/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2011-09-151-7/+0
| |\|
| * | treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-1/+1
* | | ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer2011-10-171-1/+1
| |/ |/|
* | ARM: Consolidate the clkdev header filesKyungmin Park2011-07-191-7/+0
|/
* Merge branch 'devel-stable' into for-linusRussell King2011-05-231-1/+1
|\
| * ARM: zImage: remove the static qualifier from global data variablesNicolas Pitre2011-05-071-1/+1
* | clocksource: convert W90x900 24-bit down counting clocksourceRussell King2011-05-231-15/+2
|/
* arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-291-2/+2
* arm: Cleanup the irq namespaceThomas Gleixner2011-03-291-2/+2
* ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-171-1/+1
* ARM: w90x900: irq_data conversion.Lennert Buytenhek2011-01-131-10/+10
* Merge branch 'misc' into develRussell King2011-01-061-1/+1
|\
| * ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD2010-11-261-1/+1
* | ARM: nuc: update clock source registrationRussell King2010-12-221-4/+1
|/
* arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre2010-10-203-6/+0
* i2c/nuc900: add i2c driver support for nuc900Wan ZongShun2010-08-111-0/+9
*-. Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-315-63/+120
|\ \
| | * ARM: 6274/1: add global control registers definition header file for nuc900wanzongshun2010-07-291-0/+39
| | * ARM: 6250/1: patch for modifying spi flash configurationwanzongshun2010-07-221-2/+2
| | * ARM: 6249/1: add nuc900 kpi platform_device structure to nuc910_devwanzongshun2010-07-221-0/+1
| | * ARM: 6232/1: add nuc900 keypad arch platform datawanzongshun2010-07-221-0/+37
| | * ARM: 6231/1: re-organize the nuc900 lcd arch platform data settingwanzongshun2010-07-224-61/+41
| |/
* / ARM: 6230/1: fix nuc900 touchscreen clk definition bugwanzongshun2010-07-221-1/+1
|/
* ARM: 6141/1: Add audio support part in arch/arm/mach-w90x900wanzongshun2010-05-243-0/+58
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* NUC900 LCD Controller DriverWang Qiang2010-03-126-0/+430
* Merge branches 'clks' and 'pnx' into develRussell King2010-02-253-11/+1
|\
| * ARM: Consolidate clks_register() and similarRussell King2010-02-123-11/+1
* | Merge branch 'misc2' into develRussell King2010-02-251-1/+1
|\ \
| * | ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan2010-02-151-1/+1
| |/
| |
| \
| \
| \
| \
| \
*-----. | Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King2010-02-253-28/+62
|\ \ \ \|
| | | | * ARM: 5864/1: Implement arch_reset() in NUC900Li Jie2010-01-051-1/+14
| | | | * ARM: 5863/1: fix bugs of clock source of NUC900Li Jie2010-01-051-27/+37
| |_|_|/ |/| | |
| | | * ARM: 5949/1: NUC900 add gpio virtual memory mapwanzongshun2010-02-211-0/+1
| | | * ARM: 5948/1: Enable timer0 to time4 clock support for nuc910wanzongshun2010-02-211-0/+10
| |_|/ |/| |
* | | ARM: 5856/1: Fix bug of uart0 platfrom data for nuc900wanzongshun2009-12-221-0/+1
* | | ARM: 5855/1: putc support for nuc900wanzongshun2009-12-221-0/+10
* | | ARM: 5854/1: fix compiling error for NUC900wanzongshun2009-12-221-1/+1
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-141-0/+35
|\ \ \ | |/ / |/| |
| * | ARM: NUC900: Add spi driver support for nuc900Wan ZongShun2009-12-131-0/+35
| |/