summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'for-next/marvell'Sascha Hauer2014-10-021-1/+5
|\ \ \ \ \
| * | | | | ARM: mvebu: Add machine compatible to mbus rangesSebastian Hesselbarth2014-09-191-1/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-next/imx'Sascha Hauer2014-10-021-16/+1
|\ \ \ \ \
| * | | | | phy: marvell: move IDs to own headerLucas Stach2014-09-171-16/+1
| |/ / / /
* | | | | Merge branch 'for-next/firmware'Sascha Hauer2014-10-026-0/+773
|\ \ \ \ \
| * | | | | Firmware: socfpga: Add SoCFPGA FPGA program supportSascha Hauer2014-09-093-0/+444
| * | | | | Firmware: provide a handler to program Altera FPGAsJuergen Beisert2014-09-095-0/+329
| | |/ / / | |/| | |
* | | | | Merge branch 'for-next/dmesg'Sascha Hauer2014-10-021-22/+0
|\ \ \ \ \
| * | | | | Introduce message logging supportSascha Hauer2014-09-301-22/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-next/at91'Sascha Hauer2014-10-024-33/+193
|\ \ \ \ \
| * | | | | I2C: at91: fix the method for interruptBo Shen2014-09-251-15/+23
| * | | | | i2c: at91: add support of device treeRaphaël Poggi2014-09-251-7/+34
| * | | | | i2c: at91: add at91sam9x5 configRaphaël Poggi2014-09-251-5/+14
| * | | | | i2c: at91: fix coding style issueRaphaël Poggi2014-09-251-2/+2
| * | | | | net: macb: enable GEM with only FE featureBo Shen2014-09-241-2/+4
| * | | | | mci: atmel: add new ip version 0x600 supportBo Shen2014-09-221-0/+1
| * | | | | nand: atmel: runtime to generate galois tableBo Shen2014-09-221-4/+117
| | |/ / / | |/| | |
* | | | | i2c: omap: fix dts property "clock-frequency" usageTeresa Gámez2014-10-021-10/+10
| |/ / / |/| | |
* | | | USB: gadget: dfu: Add max_speed to dfu_driverSascha Hauer2014-09-251-0/+1
* | | | USB: gadget: fastboot: Add missing includeSascha Hauer2014-09-251-0/+1
| |/ / |/| |
* | | net: dm9k: fix copy-paste typoAntony Pavlov2014-09-111-1/+1
|/ /
* | pinctrl: at91: retrieve device id in non dtb probeRaphaël Poggi2014-09-091-3/+8
* | pinctrl: at91: fix the pin_to_controller functionRaphaël Poggi2014-09-091-2/+2
* | pinctrl: at91: add driver dataRaphaël Poggi2014-09-091-0/+10
* | serial: imx: Fix for non-devicetree boardsPhilipp Zabel2014-09-051-3/+5
* | Merge branch 'for-next/marvell'Sascha Hauer2014-09-053-0/+168
|\ \
| * | nand: Add Marvell Orion NAND driverEzequiel Garcia2014-09-013-0/+168
* | | pinctrl: at91: add pinctrl driverRaphaël Poggi2014-09-043-0/+690
* | | mtd: atmel_nand: add support for device treeRaphaël Poggi2014-09-031-1/+110
* | | mtd: atmel_nand: retrieve ecc_mode from pdataRaphaël Poggi2014-09-021-1/+1
* | | mtd: nand: add has_pmecc memberRaphaël Poggi2014-09-021-1/+1
| |/ |/|
* | pinctrl: rockchip: add support for new DT bindingsBeniamino Galvani2014-09-012-36/+18
* | mfd: syscon: add device tree supportBeniamino Galvani2014-09-011-0/+6
|/
* Merge branch 'for-next/usb-host'Sascha Hauer2014-08-0714-591/+4227
|\
| * usb: ehci: use linux-way ehci_readl and ehci_writelAntony Pavlov2014-07-281-8/+11
| * USB: host: add xHCI PCI driverSebastian Hesselbarth2014-07-283-0/+53
| * USB: host: add xHCI HCD, Hub, and platform driverSebastian Hesselbarth2014-07-285-0/+3447
| * USB: EHCI: use min3 from LinuxSebastian Hesselbarth2014-07-281-11/+1
| * USB: improve error paths and tear-downSebastian Hesselbarth2014-07-283-27/+41
| * USB: Count detected USB devices independent of dev_indexSebastian Hesselbarth2014-07-281-1/+4
| * USB: Fix stale usb devices in usb_device_listSebastian Hesselbarth2014-07-281-0/+1
| * USB: Use descriptors from ch11.hSebastian Hesselbarth2014-07-242-7/+7
| * USB: EHCI: use descriptor length fieldsSebastian Hesselbarth2014-07-241-3/+3
| * USB: EHCI: make use of defines for descriptorsSebastian Hesselbarth2014-07-241-52/+52
| * USB: EHCI: reuse ch9.h config and interface descriptorsSebastian Hesselbarth2014-07-242-27/+2
| * USB: Move FooRequest defines and add class requestsSebastian Hesselbarth2014-07-241-16/+0
| * USB: fix PowerPowerCtrlMask assignmentSebastian Hesselbarth2014-07-241-1/+1
| * USB: host: drop force rescanSascha Hauer2014-07-182-28/+13
| * USB: host: detect port change only once in usb_hub_configure_portSascha Hauer2014-07-181-2/+8
| * USB: host: implement usb_remove_deviceSascha Hauer2014-07-183-0/+21