summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/include
AgeCommit message (Expand)AuthorFilesLines
2011-10-17ARM: 7024/1: simpad: Cleanup CS3 accessors.Jochen Friedrich1-23/+58
2011-10-17ARM: 7027/1: simpad: Add ucb1x00 GPIO definitions and register GPIOJochen Friedrich1-0/+13
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+0
2011-07-18ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre1-4/+0
2011-07-12ARM: convert PCI defines to variablesRob Herring1-7/+0
2011-07-12ARM: pci: make pcibios_assign_all_busses use pci_has_flagRob Herring1-1/+0
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King1-11/+1
2011-05-12ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King1-9/+0
2011-05-12ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESSRussell King1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King1-1/+1
2010-12-21ARM: 6459/2: sa1100: Add nanoEngine PCI support.Marcelo Roberto Jimenez2-0/+30
2010-12-21ARM: 6458/1: pcmcia: Adds nanoEngine PCMCIA support.Marcelo Roberto Jimenez1-0/+30
2010-10-20arm: return both physical and virtual addresses from addruartJeremy Kerr1-16/+20
2010-08-06Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King1-1/+1
2010-08-05[ARM] pxa: replacing dead SHARPSL_LOCOMO with SHARP_LOCOMOChristoph Egger1-1/+1
2010-07-16ARM: Remove 'node' argument form arch_adjust_zones()Russell King1-3/+3
2010-03-08Merge branch 'origin' into devel-stableRussell King2-2/+2
2010-03-02[ARM] sa1111: allow cascaded IRQs to be used by platformsEric Miao1-53/+1
2010-03-02[ARM] locomo: allow cascaded IRQ base to be specified by platformsEric Miao1-10/+3
2010-03-02[ARM] locomo: remove unused IRQs and avoid unnecessary cascadeEric Miao1-24/+1
2010-03-02[ARM] locomo: avoid unnecessary cascaded keyboard IRQEric Miao1-2/+1
2010-03-02[ARM] sa1100: remove unreferenced IRQ definitionsEric Miao1-7/+0
2010-02-25Merge branch 'misc2' into develRussell King1-1/+1
2010-02-15ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan1-1/+1
2010-02-12ARM: 5910/1: ARM: Add tmp register for addruart and loadspTony Lindgren1-1/+1
2009-12-06Merge branch 'for-lak' of git://git.linuxtogo.org/home/thesing/collie into sa...Russell King3-48/+49
2009-12-06ARM: 5821/1: SA1100: h3100/h3600: revise copyright boilerplatesDmitry Artamonow1-16/+6
2009-12-06ARM: 5820/1: SA1100: h3100/h3600: split h3600.cDmitry Artamonow1-0/+14
2009-12-06ARM: 5819/1: SA1100: h3100/h3600: merge h3600.h and h3600_gpio.h into h3xxx.hDmitry Artamonow2-39/+13
2009-12-06ARM: 5818/1: SA1100: h3100/h3600: drop old GPIO definitionsDmitry Artamonow2-48/+7
2009-12-06ARM: 5816/1: SA1100: h3600: remove IRQ_GPIO_* definitionsDmitry Artamonow2-14/+0
2009-12-06ARM: 5815/1: SA1100: h3100/h3600: remove now unused assign_h3600_egpio handlersDmitry Artamonow2-45/+0
2009-12-06ARM: 5813/1: SA1100: h3100/h3600: add htc-egpio driverDmitry Artamonow1-0/+24
2009-12-06ARM: 5798/1: SA1100: h3600: remove unused cruft from h3600.hDmitry Artamonow1-8/+0
2009-12-06ARM: iPAQ: move serial port support functionsRussell King1-0/+14
2009-12-06ARM: iPAQ: convert H3100 IrDA to use generic gpio supportRussell King1-0/+9
2009-11-27collie: convert to gpiolib for ucb1x00Thomas Kunze1-17/+18
2009-11-27add gpiolib support to ucb1x00Thomas Kunze1-0/+1
2009-11-27SA1100: make gpio_to_irq and reverse a macroThomas Kunze1-15/+4
2009-11-27collie: prepare for gpiolib useThomas Kunze1-16/+26
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre6-6/+6
2009-03-25[ARM] 5430/1: collie_pm: use new GPIO API to control chargerDmitry Baryshkov1-4/+3
2009-03-25[ARM] 5429/1: collie: start scoop converton to new apiDmitry Baryshkov1-3/+4
2009-03-19[ARM] pass reboot command line to arch_reset()Russell King1-1/+1
2009-03-15[ARM] 5427/1: h3600: ipaq_model_ops final cleanupDmitry Artamonow1-11/+1
2009-03-15[ARM] 5426/1: h3600: remove clr_h3600_egpio/set_h3600_egpio helpersDmitry Artamonow1-13/+0
2009-03-15[ARM] 5425/1: h3600: first stage of ipaq_model_ops cleanupDmitry Artamonow1-46/+0
2009-02-21[ARM] 5407/1: SA1100: drop broken for ages iPAQ h3800 supportDmitry Artamonow3-486/+1
2008-12-29Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-0/+4