summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix format specifiersSascha Hauer2013-01-273-6/+14
* mtd m25p80: consistenly switch to dev_* messagesSascha Hauer2013-01-271-5/+6
* gpio_keys: fix loop on buttons for request and configurationJean-Christophe PLAGNIOL-VILLARD2013-01-261-1/+1
* atmel_mci: gpio: request and configure card detectJean-Christophe PLAGNIOL-VILLARD2013-01-251-2/+25
* atmel_mci: drop board host capsJean-Christophe PLAGNIOL-VILLARD2013-01-251-1/+0
* atmel_mci: update the SD/SDIO Card Register at request timeJean-Christophe PLAGNIOL-VILLARD2013-01-251-5/+11
* atmel_mci: support the SD highspeed since IP version 0x300Jean-Christophe PLAGNIOL-VILLARD2013-01-251-0/+24
* atmel_mci: after a software timeout the IP need to be resetJean-Christophe PLAGNIOL-VILLARD2013-01-251-1/+4
* atmel_mci: on version 0x0 we need to reset the IP at each requestJean-Christophe PLAGNIOL-VILLARD2013-01-251-0/+10
* atmel_mci: rwproof is only needed up to IP version 0x200Jean-Christophe PLAGNIOL-VILLARD2013-01-251-1/+9
* atmel_mci: fix host initJean-Christophe PLAGNIOL-VILLARD2013-01-251-8/+6
* atmel_mci: version 0x5xx of the IP have a different clk divJean-Christophe PLAGNIOL-VILLARD2013-01-251-18/+47
* atmel_mci: detect IP versionJean-Christophe PLAGNIOL-VILLARD2013-01-251-0/+32
* atmel_mci: use linux regs defineJean-Christophe PLAGNIOL-VILLARD2013-01-253-187/+221
* atmel_mci: rename all function to start with atmciJean-Christophe PLAGNIOL-VILLARD2013-01-251-47/+46
* atmel_mci: rename atmel_mci_readl/writel to atmci_readl/writelJean-Christophe PLAGNIOL-VILLARD2013-01-251-22/+21
* atmel_mci: rename atmel_mci_host tp atmel_mciJean-Christophe PLAGNIOL-VILLARD2013-01-251-21/+21
* of: Fix of_find_node_by_path breakageAlexander Shiyan2013-01-251-2/+2
* ohci: only enable drivers if ohci is enabledJean-Christophe PLAGNIOL-VILLARD2013-01-231-0/+4
* ohci: make it depends on !MMUJean-Christophe PLAGNIOL-VILLARD2013-01-231-0/+1
* mtd-core: fix compiler warningAlexander Aring2013-01-171-0/+2
* Merge branch 'delivery/at91_fixes' of git://git.jcrosoft.org/bareboxSascha Hauer2013-01-152-2/+3
|\
| * qt1070: init default key code firstJean-Christophe PLAGNIOL-VILLARD2013-01-151-1/+2
| * atmel_spi: fix spi cs gpio request loopJean-Christophe PLAGNIOL-VILLARD2013-01-151-1/+1
* | led: test for led->set callback before calling itSascha Hauer2013-01-141-0/+3
|/
* Merge branch 'for-next/ubi'Sascha Hauer2013-01-094-407/+38
|\
| * devfs & mtd: add MEMERASE ioctl supportWolfram Sang2012-12-191-33/+35
| * ubi: consolidate ubi-media.hWolfram Sang2012-12-192-370/+2
| * mtd: drop custom is_power_of_2()Wolfram Sang2012-12-191-4/+1
* | Merge branch 'for-next/omap'Sascha Hauer2013-01-094-46/+78
|\ \
| * | ARM omap / mci: Fix register offsetsSascha Hauer2013-01-081-1/+33
| * | mci omap_hsmmc: Fix whitespacesSascha Hauer2013-01-071-5/+4
| * | ARM OMAP AM33XX: create new ARCH for AM33xxTeresa Gámez2012-12-201-1/+1
| * | ARM omap3: Add change OMAP_ prefix to OMAP3_ for registersSascha Hauer2012-12-201-38/+38
| * | ARM omap hsmmc: Fix register offsetSascha Hauer2012-12-191-1/+3
| * | ARM omap: include individual SoC filesSascha Hauer2012-12-191-1/+0
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2013-01-0911-29/+608
|\ \
| * | USB ehci: Add powerup fixup for EfikaSBSascha Hauer2012-12-171-0/+24
| * | mci i.MX esdhc: Allow to specify devicename from platformdataSascha Hauer2012-12-171-0/+3
| * | mci: Allow to specify device nameSascha Hauer2012-12-171-3/+7
| * | ata sff: set device pointer in ata portSascha Hauer2012-12-171-0/+1
| * | USB ULPI: Add more register/bit definesSascha Hauer2012-12-171-8/+8
| * | USB ULPI: Add missing ulpi_write functionSascha Hauer2012-12-171-0/+17
| * | USB i.MX: Add chipidea driver supportSascha Hauer2012-12-136-0/+520
| * | USB ehci: Allow to register independently from deviceSascha Hauer2012-12-131-18/+28
* | | Merge branch 'for-next/gpio-request'Sascha Hauer2013-01-091-4/+63
|\ \ \
| * | | led-gpio: use gpio_request and gpio_freeJean-Christophe PLAGNIOL-VILLARD2013-01-021-4/+63
* | | | spi: atmel: request cs pin via gpiolibJean-Christophe PLAGNIOL-VILLARD2013-01-021-0/+8
* | | | usb: at91_udc: request and configure vbus pin via gpiolibJean-Christophe PLAGNIOL-VILLARD2013-01-021-0/+7
* | | | mtd: atmel_nand: request and configure pio via gpiolibJean-Christophe PLAGNIOL-VILLARD2013-01-021-2/+51