1. a6f707b Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia by Linus Torvalds · 12 years ago
  2. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  3. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  4. 9e4db1c Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  5. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  6. 374da9d Merge branch 'sa1111' into sa11x0 by Russell King · 12 years ago
  7. ea8c00a ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.c by Russell King · 13 years ago
  8. 24613ff Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  9. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  10. 263a5c8 Merge 3.3-rc6 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  11. a58f67e Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dt by Olof Johansson · 12 years ago
  12. 80af9e6 pcmcia at91_cf: fix raw gpio number usage by Joachim Eastwood · 13 years ago
  13. f24fa8a ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probe by Axel Lin · 13 years ago
  14. 2b2c5d8 pcmcia: Convert to DEFINE_PCI_DEVICE_TABLE by Axel Lin · 13 years ago
  15. 5d95f8e pcmcia: convert drivers/pcmcia/* to use module_platform_driver() by Axel Lin · 13 years ago
  16. d571c79 pcmcia: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  17. 7eca30a Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91 into at91/staging/base2+cleanup by Arnd Bergmann · 12 years ago
  18. 6754b9e PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge by Yinghai Lu · 12 years ago
  19. f363c40 ARM: at91: make sdram/ddr register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  20. ff80aa5 PCMCIA: sa1111: rename sa1111 socket drivers to have sa1111_ prefix. by Russell King · 12 years ago
  21. 11990b2 PCMCIA: make lubbock socket driver part of sa1111_cs by Russell King · 12 years ago
  22. 136b758 PCMCIA: add Kconfig control for building sa11xx_base.c by Russell King · 12 years ago
  23. e2adbecfc PCMCIA: sa1111: jornada720: no need to disable IRQs around sa1111_set_io by Russell King · 13 years ago
  24. 65c77dc PCMCIA: sa1111: pass along sa1111_pcmcia_configure_socket() failure code by Russell King · 13 years ago
  25. 1c3d038 PCMCIA: soc_common: remove explicit wrprot initialization in socket drivers by Russell King · 13 years ago
  26. a767015 PCMCIA: soc_common: remove soc_pcmcia_*_irqs functions by Russell King · 13 years ago
  27. 65474b4 PCMCIA: sa11x0: h3600: convert to use new irq/gpio management by Russell King · 13 years ago
  28. b1d8a5f PCMCIA: sa11x0: simpad: convert to use new irq/gpio management by Russell King · 13 years ago
  29. 3b61436 PCMCIA: sa11x0: shannon: convert to use new irq/gpio management by Russell King · 13 years ago
  30. 8fb2823 ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probe by Axel Lin · 13 years ago
  31. ae99ddb ARM: sa1111: add platform enable/disable functions by Russell King · 12 years ago
  32. 6ad1b61 ARM: sa11x0: neponset: provide function to manipulate NCR_0 by Russell King · 13 years ago
  33. 025e4ab pcmcia: fix socket refcount decrementing on each resume by Russell King · 12 years ago
  34. 76346a4 PCMCIA: sa11x0: nanoengine: convert reset handling to use GPIO subsystem by Russell King · 12 years ago
  35. 7cf779c PCMCIA: sa11x0: nanoengine: convert to use new irq/gpio management by Russell King · 13 years ago
  36. bbb58a1 PCMCIA: sa11x0: cerf: convert reset handling to use GPIO subsystem by Russell King · 12 years ago
  37. f793e3a PCMCIA: sa11x0: cerf: convert to use new irq/gpio management by Russell King · 13 years ago
  38. 03e0092 PCMCIA: sa11x0: assabet: convert to use new irq/gpio management by Russell King · 13 years ago
  39. 81f33c6 PCMCIA: sa1111: use new per-socket irq/gpio infrastructure by Russell King · 13 years ago
  40. a9bb5a4 PCMCIA: pxa: convert PXA socket drivers to use new irq/gpio management by Russell King · 13 years ago
  41. bd1d462 Merge 3.3-rc2 into the driver-core-next branch. by Greg Kroah-Hartman · 12 years ago
  42. ed283e9 USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines by Alan Stern · 12 years ago
  43. d9dc878 PCMCIA: soc_common: add GPIO support for card status signals by Russell King · 13 years ago
  44. e0d2117 PCMCIA: soc_common: move common initialization into soc_common by Russell King · 13 years ago
  45. cef9bc5 Dynamic ID addition doesn't need get_driver() by Alan Stern · 12 years ago
  46. 171cf94 PCMCIA: fix sa1111 oops on remove by Russell King · 12 years ago
  47. 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  48. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  49. 34641de pcmcia: pxa: replace IRQ_GPIO() with gpio_to_irq() by Axel Lin · 13 years ago
  50. 64cd04d MIPS: Alchemy: Basic support for the DB1300 board. by Manuel Lauss · 13 years ago
  51. 3f72408 MIPS: Alchemy: remove PB1000 support by Manuel Lauss · 13 years ago
  52. 951c486 driver: pcmcia: replace IRQ_GPIO() with gpio_to_irq() by Haojian Zhuang · 13 years ago
  53. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  54. 7a3f8de ARM: PXA: fix includes in pxa2xx_cm_x2xx PCMCIA driver by Russell King · 13 years ago
  55. d5240df ARM: PXA: fix lubbock PCMCIA driver build error by Russell King · 13 years ago
  56. 68e24ba Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  57. 402b20d pcmcia: Add export.h to drivers/pcmcia as required. by Paul Gortmaker · 13 years ago
  58. 3bf8d64 pcmcia: add module.h to db1xxx_ss.c since it is modular. by Paul Gortmaker · 13 years ago
  59. 43872fa Merge branch 'depends/rmk/gpio' into next/fixes by Arnd Bergmann · 13 years ago
  60. ca90666 Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  61. de0bc0d ARM: 7024/1: simpad: Cleanup CS3 accessors. by Jochen Friedrich · 13 years ago
  62. 97b09da ARM: pxa: use correct __iomem annotations by Arnd Bergmann · 13 years ago
  63. 50ac01f ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.h by Russell King · 13 years ago
  64. f33c596 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  65. 5be56a6 pxa2xx pcmcia - stargate 2 use gpio array. by Jonathan Cameron · 13 years ago
  66. 7594549 pcmcia: pxa2xx: remove empty socket_init / socket_resume functions. by Jonathan Cameron · 13 years ago
  67. a747ce8 drivers:pcmcia:soc_common: make socket_init and socket_suspend optional by Jonathan Cameron · 13 years ago
  68. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  69. ae4c42e Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  70. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  71. 226d3a1 pcmcia: pxa2xx/trizeps4: remove unnecessary ifdefs by Jonathan Cameron · 13 years ago
  72. b34e7b4 ARM: scoop: drop pcmcia_init callback by Dmitry Eremin-Solenikov · 13 years ago
  73. 512b793 pcmcia: pxa2xx/vpac270: free gpios on exist rather than requesting by Jonathan Cameron · 13 years ago
  74. 158f1e9 gpio: include linux/gpio.h where needed by Randy Dunlap · 13 years ago
  75. 28f65c1 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  76. e9fb13b pcmcia: Make declaration and uses of struct pcmcia_device_id const by Joe Perches · 13 years ago
  77. 37fac4b pcmcia/sa1100: put sa11x0_pcmcia_hw_init[] to .devinit.data by Uwe Kleine-König · 13 years ago
  78. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 13 years ago
  79. 7db6a7f ARM: pxa: convert incorrect IRQ_TO_IRQ() to irq_to_gpio() by Eric Miao · 13 years ago
  80. 735443f pcmcia: limit pxa2xx_trizeps4 subdriver to trizeps4 platform by Dmitry Eremin-Solenikov · 13 years ago
  81. af21cbb pcmcia: limit pxa2xx_balloon3 subdriver to balloon3 platform by Dmitry Eremin-Solenikov · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  83. 85eb151 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  84. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  85. 938c0ace Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 13 years ago
  86. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  87. 9ed3fbf ARM: pxa: Update copyright notices for Palm devices by Marek Vasut · 14 years ago
  88. e27af7e ARM: pxa: Use gpio arrays in vpac270_pcmcia driver by Marek Vasut · 14 years ago
  89. 235a175 ARM: pxa: Use gpio arrays in palmtx_pcmcia driver by Marek Vasut · 14 years ago
  90. ba38830 ARM: pxa: Use gpio arrays in palmtc_pcmcia driver by Marek Vasut · 14 years ago
  91. 2070417 ARM: pxa: Use gpio arrays in palmld_pcmcia driver by Marek Vasut · 14 years ago
  92. e593106 ARM: pxa: Use gpio arrays in colibri_pcmcia driver by Marek Vasut · 14 years ago
  93. 34d4ade Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  94. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 13 years ago
  95. 8d9bd90 ARM: pxa/colibri: don't register pxa2xx-pcmcia nodes on non-colibri platforms by Dmitry Eremin-Solenikov · 13 years ago
  96. 33619f0 pcmcia: re-enable Zoomed Video support by Dominik Brodowski · 13 years ago
  97. 5b70368 pcmcia vs. MECR on pxa25x/sa1111 by Pavel Machek · 13 years ago
  98. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  99. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  100. 404a02c Merge branch 'devel-stable' into devel by Russell King · 14 years ago