aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/pwrseq_simple.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-28mmc: pwrseq: Use bitmap_free() to free bitmapChristophe JAILLET1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2018-10-15mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmapJanusz Krzysztofik1-2/+11
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-1/+1
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-9/+4
2018-05-02mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding1-5/+9
2017-05-23mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson1-0/+7
2016-09-26mmc: pwrseq-simple: Add an optional post-power-on-delayHans de Goede1-0/+9
2016-05-02mmc: pwrseq: convert to proper platform deviceSrinivas Kandagatla1-35/+44
2016-05-02mmc: pwrseq_simple: add to_pwrseq_simple() macroSrinivas Kandagatla1-8/+6
2016-02-29mmc: core: pwrseq_simple: remove unused header filePeter Chen1-1/+0
2016-01-21mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey1-8/+14
2015-12-22mmc: pwrseq: constify mmc_pwrseq_ops structuresJulia Lawall1-1/+1
2015-10-26mmc: pwrseq_simple: use GPIO descriptors array APIJavier Martinez Canillas1-30/+15
2015-03-23mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot1-6/+5
2015-03-19mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown1-1/+1
2015-01-30mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas1-2/+36
2015-01-30mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas1-15/+40
2015-01-28mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson1-0/+38
2015-01-28mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson1-0/+48