Age | Commit message (Expand) | Author |
2017-06-12 | pcmcia: ds: convert to use DRIVER_ATTR_RO | Greg Kroah-Hartman |
2017-05-10 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-04-20 | Annotate hardware config module parameters in drivers/pcmcia/ | David Howells |
2017-03-21 | drivers/pcmcia: NO_IRQ removal for electra_cf.c | Michael Ellerman |
2016-12-12 | drivers/pcmcia/m32r_pcc.c: check return from add_pcc_socket | Sudip Mukherjee |
2016-12-12 | drivers/pcmcia/m32r_pcc.c: use common error path | Sudip Mukherjee |
2016-12-12 | drivers/pcmcia/m32r_pcc.c: check return from request_irq | Sudip Mukherjee |
2016-11-11 | pcmcia: fix return value of soc_pcmcia_regulator_set | Arnd Bergmann |
2016-09-22 | pcmcia: soc_common: add driver-data pointer | Russell King |
2016-09-22 | pcmcia: soc_common: add support for voltage sense GPIOs | Russell King |
2016-09-22 | pcmcia: soc_common: constify pcmcia_low_level ops pointer | Russell King |
2016-09-22 | pcmcia: soc_common: switch to a per-socket cpufreq notifier | Russell King |
2016-09-22 | pcmcia: soc_common: add support for Vcc and Vpp regulators | Russell King |
2016-09-22 | pcmcia: soc_common: add CF socket state helper | Russell King |
2016-09-22 | pcmcia: soc_common: restore previous socket state on error | Russell King |
2016-09-22 | pcmcia: soc_common: add support for reset and bus enable GPIOs | Russell King |
2016-09-22 | pcmcia: soc_common: request legacy detect GPIO with active low | Russell King |
2016-09-22 | pcmcia: soc_common: ignore invalid interrupts | Russell King |
2016-09-22 | pcmcia: soc_common: switch to using gpio_descs | Russell King |
2016-09-22 | pcmcia: soc_common: use devm_gpio_request_one() | Russell King |
2016-09-12 | pcmcia: lubbock: fix sockets configuration | Robert Jarzmik |
2016-09-12 | pcmcia: sa1111: fix propagation of lowlevel board init return code | Russell King |
2016-09-12 | pcmcia: soc_common: fix SS_STSCHG polarity | Russell King |
2016-09-12 | pcmcia: sa11xx_base: add units to the timing information | Russell King |
2016-09-12 | pcmcia: sa11xx_base: fix reporting of timing information | Russell King |
2016-09-12 | pcmcia: ds: fix suspend/resume | Russell King |
2016-05-01 | powerpc/mm: Use a helper for finding pte bits mapping I/O area | Aneesh Kumar K.V |
2016-03-29 | pcmcia: db1xxx_ss: fix last irq_to_gpio user | Manuel Lauss |
2016-02-16 | gpio: Include linux/gpio.h instead of asm/gpio.h | Bjorn Helgaas |
2015-10-05 | pcmcia: use kstrdup() in pcmcia_device_query() | Geliang Tang |
2015-09-03 | pcmcia: soc_common: remove skt_dev_info's clk pointer | Russell King |
2015-09-03 | pcmcia: sa11xx_base.c: remove useless init/exit functions | Russell King |
2015-09-03 | pcmcia: sa1111: simplify clk handing in sa1111_pcmcia_add() | Russell King |
2015-09-03 | pcmcia: sa1111: update socket driver to use devm_clk_get() API | Russell King |
2015-09-03 | pcmcia: pxa2xx: convert memory allocation to devm_* API | Russell King |
2015-09-03 | pcmcia: pxa2xx: update socket driver to use devm_clk_get() API | Russell King |
2015-07-08 | pcmcia: sa11x0: convert memory allocation to devm_* API | Russell King |
2015-07-08 | pcmcia: sa11x0: fix missing clk_put() in sa11x0 socket drivers | Russell King |
2015-07-02 | Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-06-26 | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-06-26 | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2015-06-16 | drivers/pcmcia: include <module.h> for modular xxs1500_ss code | Paul Gortmaker |
2015-06-16 | pcmcia: do not break rsrc_nonstatic when handling anonymous cards | Dominik Brodowski |
2015-06-14 | pcmcia: Fix resource leaks in yenta_probe() and _close() | Takeshi Yoshimura |
2015-06-13 | Disable write buffering on Toshiba ToPIC95 | Ryan Underwood |
2015-05-30 | pcmcia: Convert dev_printk to dev_<level> | Joe Perches |
2015-05-30 | pcmcia/vrc4171: Remove typedefs for enums and struct | Himangi Saraogi |
2015-05-30 | pcmcia: Remove typedef in structs and emum | Himangi Saraogi |
2015-05-30 | pcmcia: Remove typedef tuple_flags | Himangi Saraogi |
2015-05-30 | drivers: pcmcia: electra_cf.c fix checkpatch error and warnings | Laurent Navet |