summaryrefslogtreecommitdiffstats
path: root/drivers/mci/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mmc'Sascha Hauer2019-01-151-6/+0
|\
| * mci: omap_hsmmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-6/+0
* | mci: omap: use IS_ENABLED() rather than #ifdefSascha Hauer2018-12-141-9/+12
* | mci: omap: Improve error handlingSascha Hauer2018-12-141-5/+11
|/
* mci: omap: Add devicetree options parsing by MCI core.Alexander Shiyan2017-01-101-0/+2
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-3/+3
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+3
* Merge branch 'for-next/omap-drivers'Sascha Hauer2013-12-061-0/+13
|\
| * mmc: omap: Add devicetree supportSascha Hauer2013-11-271-0/+13
* | mmc: omap: name mmc device after devicetree aliasSascha Hauer2013-11-251-0/+6
|/
* mci: omap: Fix default value of mci.f_maxTeresa Gámez2013-10-021-3/+1
* mci: omap: Allow to set mmc devname via platformdataSascha Hauer2013-08-271-4/+10
* mci: omap: implement device detect callbackSascha Hauer2013-08-271-0/+10
* mci: omap: advertise 8 bit supportSascha Hauer2013-08-271-1/+1
* mci: rename capabilities flagsSascha Hauer2013-06-031-1/+2
* mfd: Using MFD_xx prefix for symbolsAlexander Shiyan2013-02-181-2/+2
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-8/+1
* ARM omap / mci: Fix register offsetsSascha Hauer2013-01-081-1/+33
* mci omap_hsmmc: Fix whitespacesSascha Hauer2013-01-071-5/+4
* ARM omap hsmmc: Fix register offsetSascha Hauer2012-12-191-1/+3
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | mmc_omap: improve error messagevicencb@gmail.com2012-10-021-1/+1
|/
* mci: remove unused device argument from set_iosSascha Hauer2012-02-091-2/+1
* mci core: replace discrete ios values with struct iosSascha Hauer2012-02-091-9/+10
* omap_hsmmc: setup mmc voltage on twl6030Alexander Aring2011-12-211-0/+17
* mci omap: do not fail on nonexistent pdataSascha Hauer2011-10-131-1/+1
* introduce io.hSascha Hauer2011-09-221-1/+1
* Add omap_hsmmc platform data.Juergen Kilb2011-09-121-1/+9
* mci: parent fixupsSascha Hauer2011-08-171-0/+1
* mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-231-1/+1
* mci omap: make write support optionalSascha Hauer2011-04-121-1/+4
* mci omap: rename functions from mxc to omapSascha Hauer2011-04-121-6/+6
* mci: Add omap hsmmc driverSascha Hauer2011-04-041-0/+582