summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/slot-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: slot-gpio: Use irq_handler_t typeAndy Shevchenko2024-04-261-3/+2
* mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede2024-04-261-0/+20
* mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein2024-02-061-1/+5
* mmc: core: support setting card detect interrupt from driversHeiner Kallweit2023-02-151-1/+16
* mmc: slot-gpio: Update default label when no con_id providedAndy Shevchenko2021-10-121-0/+8
* mmc: slot-gpio: Refactor mmc_gpio_alloc()Andy Shevchenko2021-10-121-17/+17
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-181-13/+2
* mmc: core: Rework cd-gpio handlingMichał Mirosław2019-12-181-9/+8
* mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-181-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-8/+1
* mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij2018-12-171-80/+1
* mmc: slot-gpio: Allocate GPIO labels dynamicallyLinus Walleij2018-12-171-6/+10
* mmc: slot-gpio: Fix debounce time to use miliseconds againMarek Szyprowski2018-09-281-1/+1
* mmc: core: cd_label must be last entry of mmc_gpio structAnson Huang2018-07-031-1/+1
* mmc: Allow non-sleeping GPIO cdEvan Green2018-05-291-4/+11
* mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin2018-05-031-2/+5
* mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeupAdrian Hunter2018-03-051-2/+0
* mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter2018-03-051-0/+21
* mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada2018-01-181-0/+8
* mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unsetMasahiro Yamada2017-12-111-8/+6
* mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter2017-06-201-0/+2
* mmc: slot-gpio: Don't override con_id when request descriptorAndy Shevchenko2017-02-131-6/+0
* mmc: core: expose the capability of gpio card detectShawn Lin2016-11-291-0/+8
* mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown2015-01-191-1/+17
* mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2015-01-191-49/+13
* mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson2015-01-191-1/+3
* mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson2015-01-191-4/+4
* mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson2015-01-191-88/+4
* mmc: core: restore detect line inversion semanticsLinus Walleij2014-10-021-2/+12
* mmc: Fix use of wrong device in mmc_gpiod_free_cd()Adrian Hunter2014-09-291-1/+1
* mmc: don't request CD IRQ until mmc_start_host()Stephen Warren2014-09-231-2/+0
* mmc: slot-gpio: add gpiod variant to get wp GPIOLinus Walleij2014-09-091-0/+48
* mmc: slot-gpio: switch to use flags when getting GPIOLinus Walleij2014-09-091-5/+1
* mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer2014-04-221-3/+1
* mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter2014-03-171-1/+80
* mmc: slot-gpio: Split out CD IRQ request into a separate functionAdrian Hunter2014-03-171-23/+35
* mmc: slot-gpio: Record GPIO descriptors instead of GPIO numbersAdrian Hunter2014-03-171-18/+27
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-241-1/+13
* mmc: slot-gpio: use devm_* managed functions to ease usersShawn Guo2013-02-111-6/+51
* mmc: extend the slot-gpio card-detection to use host's .card_event() methodGuennadi Liakhovetski2012-12-071-1/+7
* mmc: slot-gpio: Fix missing assignment to ctx->ro_gpioChris Ball2012-09-111-1/+7
* mmc: core: add WP pin handler to slot functionsGuennadi Liakhovetski2012-07-211-1/+51
* mmc: core: convert slot functions to managed allocationGuennadi Liakhovetski2012-07-211-13/+38
* mmc: add CD GPIO polling support to slot functionsGuennadi Liakhovetski2012-07-211-13/+43
* mmc: core: use a more generic name for slot function types and fieldsGuennadi Liakhovetski2012-07-211-4/+4
* mmc: extend and rename cd-gpio helpers to handle more slot GPIO functionsGuennadi Liakhovetski2012-07-101-0/+83