summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mci: imx-esdhc: factor out common sdhci registersSascha Hauer2013-05-303-185/+175
* param: Add info functionSascha Hauer2013-05-231-2/+6
* fdt: Fix dt memreserve entrySascha Hauer2013-05-211-2/+1
* nand_base: sync flash detection functions with linux 3.9's codeEric Bénard2013-05-171-120/+266
* MCI/MXS: fix signed/unsigned mismatchJuergen Beisert2013-05-081-1/+1
* qt1070: drop non used bufJean-Christophe PLAGNIOL-VILLARD2013-05-081-1/+0
* Merge branch 'for-next/tegra'Sascha Hauer2013-05-063-0/+222
|\
| * tegra: add GPIO controller driverLucas Stach2013-04-143-0/+222
* | Merge branch 'for-next/param'Sascha Hauer2013-05-0614-238/+134
|\ \
| * | USB gadget at91: Use dev_add_param_bool for vbus parameterSascha Hauer2013-04-111-16/+7
| * | mtd: Nand: Use dev_add_param_bool for erasebad parameterSascha Hauer2013-04-111-10/+12
| * | console: Use dev_add_param_int for baudrate parameterSascha Hauer2013-04-111-7/+8
| * | pwm: Use dev_add_param_int for pwm parametersSascha Hauer2013-04-111-59/+30
| * | fb: imx-ipu-fb: Use dev_add_param_int for alpha parameterSascha Hauer2013-04-111-17/+10
| * | fb: imxfb: Use dev_add_param_int for alpha parameterSascha Hauer2013-04-111-17/+9
| * | fb: Use dev_add_param_bool for enable parameterSascha Hauer2013-04-111-21/+12
| * | ata: Use dev_add_param_bool for probe parameterSascha Hauer2013-04-111-11/+10
| * | mci: Use dev_add_param_int for probe parameterSascha Hauer2013-04-111-28/+10
| * | treewide: Use dev_add_param_int_ro where possibleSascha Hauer2013-04-115-35/+20
| * | net: ksz8864: Use dev_add_param_bool for enable parameterSascha Hauer2013-04-111-19/+11
* | | Merge branch 'for-next/of'Sascha Hauer2013-05-0611-29/+783
|\ \ \
| * | | pinctrl: move imx-iomux-v1 to drivers/pinctrl/Sascha Hauer2013-04-233-0/+122
| * | | pinctrl: move imx-iomux-v2 to drivers/pinctrl/Sascha Hauer2013-04-233-0/+158
| * | | pinctrl: switch i.MX iomux-v3 support to pinctrlSascha Hauer2013-04-233-0/+219
| * | | Add initial pinctrl supportSascha Hauer2013-04-236-0/+167
| * | | of: partitions: create bb device for nand flashesSascha Hauer2013-04-221-0/+4
| * | | of: partitions: pass struct cdev as argumentSascha Hauer2013-04-221-5/+4
| * | | of: read resource names from devicetreeSascha Hauer2013-04-221-1/+9
| * | | of: Allow multiple resources in 'reg' propertySascha Hauer2013-04-221-17/+38
| * | | of: Add of_property_read_string_index()Sascha Hauer2013-04-221-0/+46
| * | | of: parse phandles before probing devicesSascha Hauer2013-04-221-7/+17
| | |/ | |/|
* | | Merge branch 'for-next/mxs'Sascha Hauer2013-05-062-15/+76
|\ \ \
| * | | MXS/MCI: simplify reset of the MCI device blockJuergen Beisert2013-04-271-14/+2
| * | | ARM/MXS: add more ROM code related documentationJuergen Beisert2013-04-091-1/+74
| | |/ | |/|
* | | Merge branch 'for-next/mtd'Sascha Hauer2013-05-062-8/+9
|\ \ \
| * | | mtd: update NAND manufacturer names from the kernelJan Luebbe2013-04-111-1/+3
| * | | nand_base: detect more ONFI flashEric Bénard2013-04-111-7/+6
* | | | Merge branch 'for-next/misc'Sascha Hauer2013-05-064-7/+12
|\ \ \ \
| * | | | NAND: imx: Fix memory leakAlexander Shiyan2013-04-301-3/+6
| * | | | MCI: imx: Fix possible null pointer dereferenceAlexander Shiyan2013-04-301-2/+3
| * | | | MCI: atmel: Fix possible null pointer dereferenceAlexander Shiyan2013-04-301-1/+3
| * | | | ata: Remove wrong DISK_DRIVE symbolAlexander Shiyan2013-04-301-1/+0
| | |/ / | |/| |
* | | | Merge branch 'for-next/mci'Sascha Hauer2013-05-063-11/+9
|\ \ \ \
| * | | | MCI/MXS: report a better matching error code when the transfer failsJuergen Beisert2013-04-271-2/+2
| * | | | MCI/Core: honor transmission limits at the card's sideJuergen Beisert2013-04-271-1/+5
| * | | | MCI/Core: increase the transmission frequency while card detectionJuergen Beisert2013-04-271-1/+2
| * | | | mci: imx-esdhc: remove cache snoop register accessSascha Hauer2013-04-261-7/+0
* | | | | Merge branch 'for-next/gpio'Sascha Hauer2013-05-064-1/+213
|\ \ \ \ \
| * | | | | ARM: i.MX: Move GPIO driver to drivers/gpioAlexander Shiyan2013-04-223-0/+211
| * | | | | GPIO: Rename "drivers/gpio.c" to "drivers/gpiolib.c"Alexander Shiyan2013-04-222-1/+2
| | |_|_|/ | |/| | |