1. e58c5de drivers/ide/ide-cs.c: adjust suspicious bit operation by Julia Lawall · 12 years ago
  2. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  3. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  4. 2262054 pcmcia: remove obsolete and wrong comments by Dominik Brodowski · 14 years ago
  5. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  6. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  7. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  8. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  9. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  10. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  11. e8405f0 pcmcia: move Vpp setup to struct pcmcia_device by Dominik Brodowski · 14 years ago
  12. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  13. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  14. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  15. ded6a1a pcmcia: dev_node removal (drivers with updated printk call) by Dominik Brodowski · 14 years ago
  16. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 14 years ago
  17. 85ea2d3 pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs by Kristoffer Ericson · 14 years ago
  18. f25798e pata_pcmcia/ide-cs: add IDs for transcend and kingston cards by Kristoffer Ericson · 14 years ago
  19. d4ae541 ide/ide-cs: fix order of releasing resources by Wolfram Sang · 14 years ago
  20. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  21. 444486a pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ide) by Dominik Brodowski · 15 years ago
  22. c9a2bfd pcmcia: add CNF-CDROM-ID for ide by Wolfram Sang · 15 years ago
  23. 9f36d31 ide: remove hw_regs_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  24. dca3983 ide: pass number of ports to ide_host_{alloc,add}() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 29e52cf ide: remove chipset field from hw_regs_t by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 255115fb ide: allow host drivers to specify IRQ flags by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 980fc29 pcmcia: add another pata/ide ID by Marc Pignat · 16 years ago
  28. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/legacy/ide-cs.c]
  29. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  30. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  31. ff08705 Merge branches 'pcmcia-config-loop' and 'pcmcia-printk' into pcmcia by Dominik Brodowski · 16 years ago
  32. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  33. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  34. 0bac660 pcmcia: use pcmcia_loop_config in pata and ide drivers by Dominik Brodowski · 16 years ago
  35. 795659e pcmcia: uniform device IDs of pata_pcmcia and ide-cs by Dominik Brodowski · 16 years ago
  36. 6f904d0 ide: add ide_host_add() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 48c3c10 ide: add struct ide_host (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  38. c97c6ac ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  39. f39548a Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 by Linus Torvalds · 16 years ago
  40. dccdf52 ide-cs: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 256c5f8 ide: fix hwif-s initialization by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 417e149 pcmcia: ide-cs: Remove outdated comment by Larry Finger · 16 years ago
  43. 42c5920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  44. 727c674 pcmcia: Fix ide-cs sparse warning by Larry Finger · 16 years ago
  45. 8152242 pcmcia: ide-cs debugging bugfix by Larry Finger · 16 years ago
  46. a49c06b pcmcia ide kingston compactflash's have a new manufacturer id by Christophe Niclaes · 16 years ago
  47. a17bf22 pcmcia: add another pata/ide ID by Kristoffer Ericson · 16 years ago
  48. 74e2338 pcmcia: add an pata/ide ID by Matt Reimer · 16 years ago
  49. fbc69fd ide-cs: fix releasing I/O resources by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 792a1a9 ide-cs: fix probing and add warm-plug support by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 387750c ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  53. bf64b7a ide: sanitize ide_unregister() usage by Bartlomiej Zolnierkiewicz · 16 years ago
  54. d703b79 ide-cs: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  55. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 59bff5b ide: cleanup ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 2304dc6 ide: remove ->hold field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 93de00f ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 4f0eee4 ide: use ide_find_port() instead of ide_deprecated_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. dcb425f5 ide-cs: use ide_std_init_ports() by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 909f436 ide: fix ide_unregister() usage in host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 9e016a7 ide: add ide_deprecated_find_port() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  63. f82c2b1 ide: add 'init_default' and 'restore' arguments to ide_unregister() by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  65. cbb010c ide: drop 'initializing' argument from ide_register_hw() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. fd9bb53 ide: add ->fixup method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 7b1dec5 ide-cs: Add additional id string (corsair, 1GB) by Kristoffer Ericson · 17 years ago
  68. 363f7e4 PCMCIA: Add another MemoryCard to ide-cs/pata_pcmcia by Marcin Juszkiewicz · 17 years ago
  69. 869c56e ide: add "initializing" argument to ide_register_hw() by Bartlomiej Zolnierkiewicz · 17 years ago
  70. aa12b28 ide-cs: recognize 2GB CompactFlash from Transcend by Fabrice Aeschbacher · 17 years ago
  71. ed89616 ide-cs: Update device table by Magnus Damm · 17 years ago
  72. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  73. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  74. efd5058 [PATCH] pcmcia: remove manf_id and card_id indirection by Dominik Brodowski · 18 years ago
  75. 0517793 [PATCH] pcmcia: yet another IDE ID by Marcin Juszkiewicz · 18 years ago
  76. bf4e182 [PATCH] pcmcia: Add an id to ide-cs.c by Matt Reimer · 18 years ago
  77. 53a04c6 [PATCH] ide-cs (CompactFlash) driver, rm irq warning by David Brownell · 18 years ago
  78. 4fa902a [PATCH] PCMCIA: Add few IDs into ide-cs by Marcin Juszkiewicz · 18 years ago
  79. 2f1b925 Revert "[PATCH] pcmcia: Make ide_cs work with the memory space of CF-Cards if IO space is not available" by Linus Torvalds · 18 years ago
  80. 5040cb8 [PATCH] pcmcia: Make ide_cs work with the memory space of CF-Cards if IO space is not available by Thomas Kleffel · 18 years ago
  81. 264a341 [PATCH] ide_cs: Add IBM microdrive to known IDs by Thomas Kleffel · 18 years ago
  82. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 18 years ago
  83. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 18 years ago
  84. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 18 years ago
  85. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 18 years ago
  86. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 18 years ago
  87. 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 18 years ago
  88. 5f2a71f [PATCH] pcmcia: add pcmcia_disable_device by Dominik Brodowski · 18 years ago
  89. 4293565 [PATCH] pcmcia: add another ide-cs CF card id by David Brownell · 18 years ago
  90. 725a6ab [PATCH] pcmcia: add some IDs for ide-cs and dtl1_cs by Richard Purdie · 18 years ago
  91. f8cfa61 [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback by Dominik Brodowski · 19 years ago
  92. b463581 [PATCH] pcmcia: remove dev_list from drivers by Dominik Brodowski · 19 years ago
  93. cc3b486 [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback by Dominik Brodowski · 19 years ago
  94. 98e4c28 [PATCH] pcmcia: new suspend core by Dominik Brodowski · 19 years ago
  95. 4349d5c [PATCH] ide: incorrect device link for ide-cs by Hannes Reinecke · 19 years ago
  96. f5e3c2f [PATCH] ide: kmalloc + memset -> kzalloc conversion by Deepak Saxena · 19 years ago
  97. 2570b74 [PATCH] pcmcia: update ID for NinjaATA by Dominik Brodowski · 19 years ago
  98. 2aad5f0 [PATCH] janitor: ide/ide-cs: replace schedule_timeout() with msleep() by Nishanth Aravamudan · 19 years ago
  99. d3feb18 [PATCH] pcmcia: more IDs for ide_cs by Dominik Brodowski · 19 years ago
  100. 2b8d466 [PATCH] pcmcia: defer ide-cs initialization after other IDE drivers started up by Dominik Brodowski · 19 years ago