Age | Commit message (Expand) | Author | Files | Lines |
2009-09-22 | pcmcia: cleanup/fixup patch for sa1100_jornada_pcmcia driver | Kristoffer Ericson | 1 | -71/+85 |
2009-09-22 | pcmcia: switch /proc/bus/pccard/drivers to seq_file | Alexey Dobriyan | 1 | -16/+20 |
2009-09-22 | pcmcia: yenta: add missing __devexit marking | Mike Frysinger | 1 | -1/+1 |
2009-09-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pcmcia-2.6 | Linus Torvalds | 6 | -8/+9 |
2009-09-15 | pcmcia: document return value of pcmcia_loop_config | Wolfram Sang | 1 | -2/+2 |
2009-09-15 | pcmcia: drop non-existant includes | Wolfram Sang | 2 | -2/+0 |
2009-09-15 | pcmcia: disable prefetch/burst for OZ6933 | Tomas Kovacik | 1 | -0/+4 |
2009-09-15 | pcmcia: fix incorrect argument order to list_add_tail() | Wolfram Sang | 1 | -2/+1 |
2009-09-15 | pcmcia: drivers/pcmcia/pcmcia_resource.c: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-09-15 | pcmcia: drivers/pcmcia: Make static | Roel Kluin | 1 | -1/+1 |
2009-09-10 | yenta: Use pci_claim_resource | Matthew Wilcox | 1 | -8/+8 |
2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -1/+2 |
2009-07-03 | Update Yoichi Yuasa's e-mail address | Yoichi Yuasa | 3 | -5/+5 |
2009-06-17 | Merge branch 'akpm' | Linus Torvalds | 1 | -6/+3 |
2009-06-17 | use printk_once() in several places | Minchan Kim | 1 | -6/+3 |
2009-06-16 | pcmcia: remove driver_data direct access of struct device | Greg Kroah-Hartman | 1 | -4/+4 |
2009-06-16 | firmware: pcmcia/ds: prepare for FIRMWARE_NAME_MAX removal | Samuel Ortiz | 1 | -11/+1 |
2009-06-05 | [ARM] pxa/stargate2: add support for Compact Flash/PCMCIA | Jonathan Cameron | 3 | -1/+176 |
2009-04-24 | [ARM] 5458/1: pcmcia: pxa2xx-sharpsl: check if we do have Scoop config | Dmitry Baryshkov | 1 | -0/+3 |
2009-04-02 | [ARM] 5442/1: pxa/cm-x255: fix reverse RDY gpios in PCMCIA driver | Mike Rapoport | 1 | -1/+1 |
2009-03-28 | Merge branch 'origin' into devel | Russell King | 8 | -69/+160 |
2009-03-28 | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 2 | -4/+4 |
2009-03-28 | [ARM] pxa: fix the bad assumption that PCMCIA sockets always start with 0 | Marek Vasut | 2 | -4/+4 |
2009-03-25 | [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h | Russell King | 2 | -2/+2 |
2009-03-25 | platform driver: fix incorrect use of 'platform_bus_type' with 'struct device... | Ming Lei | 7 | -68/+159 |
2009-03-25 | pcmcia: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-03-15 | [ARM] 5426/1: h3600: remove clr_h3600_egpio/set_h3600_egpio helpers | Dmitry Artamonow | 1 | -13/+10 |
2009-03-09 | [ARM] pxa: move pxa2xx chip selects definitions out of pxa-regs.h | Eric Miao | 2 | -4/+2 |
2009-03-09 | [ARM] pxa: move PCMCIA definitions out of pxa-regs.h into pxa2xx_base.c | Eric Miao | 4 | -55/+140 |
2009-03-09 | [ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h | Eric Miao | 6 | -7/+0 |
2009-01-13 | powerpc: Change u64/s64 to a long long integer type | Ingo Molnar | 1 | -1/+1 |
2008-12-17 | Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l... | Russell King | 1 | -1/+1 |
2008-12-16 | pcmcia: blackfin: fix bug - add missing ; to MODULE macro | Mike Frysinger | 1 | -1/+1 |
2008-12-15 | [PCMCIA] e740 PCMCIA socket driver. | Ian Molton | 3 | -1/+178 |
2008-11-09 | pcmcia: ensure correct logging in do_io_probe | Dominik Brodowski | 1 | -6/+6 |
2008-11-02 | pcmcia: add braces in error path | Dominik Brodowski | 1 | -1/+2 |
2008-11-02 | pcmcia: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 3 | -9/+8 |
2008-11-02 | pcmcia: setup resource information for pseudo multifunction devices. | Komuro | 1 | -0/+2 |
2008-11-02 | pcmcia: fix indentation & braces disagreement - add braces | Ilpo Järvinen | 1 | -1/+2 |
2008-10-31 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | Paul Mundt | 1 | -1/+2 |
2008-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 1 | -1/+2 |
2008-10-28 | sh: Kill off long-dead HD64465 cchip support. | Paul Mundt | 3 | -944/+0 |
2008-10-23 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2008-10-21 | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -5/+11 |
2008-10-18 | pcmcia: Whine harder about use of EXCLUSIVE | Alan Cox | 1 | -1/+2 |
2008-10-17 | [ARM] pxa: fix trizeps PCMCIA build | Russell King | 1 | -1/+1 |
2008-10-16 | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 1 | -3/+9 |
2008-10-16 | drivers/pcmcia: use nr_irqs | Yinghai Lu | 2 | -2/+2 |
2008-10-15 | [ARM] 5307/1: pxa: fix CM-X2XX PCMCIA build error | Mike Rapoport | 1 | -1/+2 |
2008-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 27 | -710/+943 |