summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mxs.c
Commit message (Expand)AuthorAgeFilesLines
* mci: mxs: add support for dt aliases to name devicesUwe Kleine-König2016-04-121-1/+9
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* mci: mxs: Add devicetree supportSascha Hauer2015-01-281-23/+27
* drivers: remove unnecessary mach/imx-regs.h includeSascha Hauer2015-01-051-1/+0
* mci: mxs-mci: add f_min/f_max fields unconditionallySascha Hauer2014-11-281-2/+0
* Typoes: "whith" -> "with"Antony Pavlov2014-11-031-1/+1
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+2
* mci: mxs: support overwriting the device name via platform dataUwe Kleine-König2013-11-111-0/+1
* ARM: MXS: introduce stmp device supportSascha Hauer2013-07-231-2/+2
* mci: mxs: use common clk APISascha Hauer2013-06-201-41/+19
* mci: mxs: Use dev_*Sascha Hauer2013-06-201-17/+20
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-9/+5
* MCI/MXS: fix signed/unsigned mismatchJuergen Beisert2013-05-081-1/+1
* Merge branch 'for-next/mxs'Sascha Hauer2013-05-061-14/+2
|\
| * MXS/MCI: simplify reset of the MCI device blockJuergen Beisert2013-04-271-14/+2
* | Merge branch 'for-next/mci'Sascha Hauer2013-05-061-2/+2
|\ \
| * | MCI/MXS: report a better matching error code when the transfer failsJuergen Beisert2013-04-271-2/+2
| |/
* / MXS/MCI: don't touch variables in the host structureJuergen Beisert2013-04-261-5/+5
|/
* Merge branch 'for-next/mxs'Sascha Hauer2013-03-041-117/+1
|\
| * ARM mxs: ssp move to common register layoutMichael Grzeschik2013-02-111-117/+1
* | Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-8/+1
|/
* treewide: fix format specifiersSascha Hauer2013-01-271-1/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* 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-6/+8
* mci mxs: do not use external define for internal useSascha Hauer2012-02-091-1/+1
* Merge branch 'next'Sascha Hauer2011-10-091-1/+1
|\
| * introduce io.hSascha Hauer2011-09-221-1/+1
* | mci: mxs: fix 'use resources' conversionWolfram Sang2011-09-141-1/+1
|/
* mci mxs: fix line endingsSascha Hauer2011-08-151-3/+3
* mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-231-2/+2
* mci mxs: no need to call mxs_mci_setup_clock_speed in initSascha Hauer2011-03-081-3/+2
* mci mxs: make the mci_host a member of mxs_mci_hostSascha Hauer2011-03-081-98/+98
* mci mxs: rename mci_pdata to hostSascha Hauer2011-03-081-8/+6
* mci mxs: give functions a uniq mxs_mci_ namespaceSascha Hauer2011-03-081-61/+61
* mci mxs: put only once used function inlineSascha Hauer2011-03-081-19/+8
* mci i.MX23/28: rename driver to mxs.cSascha Hauer2011-03-081-0/+787