summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add function to parse a string in dfu formatSascha Hauer2014-07-222-26/+44
* USB: gadget: DFU: Move locally used defines/structs to dfu driverSascha Hauer2014-07-221-0/+66
* USB: gadget: DFU: Use usb_assign_descriptors/usb_free_all_descriptorsSascha Hauer2014-07-221-15/+7
* USB: gadget: DFU: remove unused codeSascha Hauer2014-07-221-14/+0
* USB: gadget: specify vendor/product id with device parametersSascha Hauer2014-07-223-18/+40
* USB: gadget: usbserial: Always enable consoleSascha Hauer2014-07-221-0/+2
* USB: gadget: fsl_udc: Warn about freeing queued descriptorsSascha Hauer2014-07-221-0/+5
* USB: gadget: composite: Break out of potential endless loopSascha Hauer2014-07-221-1/+6
* USB: gadget: dequeue descriptor before freeing itSascha Hauer2014-07-221-0/+1
* USB: gadget: Update to 3.15Sascha Hauer2014-07-2220-903/+2451
* Merge branch 'for-next/console' into for-next/usb-gadgetSascha Hauer2014-07-222-1/+10
|\
| * usb: usbserial gadget: Add persistent device nameSascha Hauer2014-07-111-1/+6
| * serial: imx: Determine device name from device treeSascha Hauer2014-07-111-0/+4
* | Merge branch 'for-next/misc' into for-next/usb-gadgetSascha Hauer2014-07-224-12/+20
|\ \
| * | mtd: atmel_nand: enable PMECC for 8k page nandRaphael Poggi2014-07-181-0/+1
| * | mtd: atmel_nand: fix bit error correctionRaphael Poggi2014-07-181-1/+2
| * | mtd: atmel_nand: increase chip_delayRaphael Poggi2014-07-181-1/+1
| * | mtd: atmel_nand: add SOFT_BCH supportRaphael Poggi2014-07-171-0/+5
| * | i2c: omap: fix typo in dt_idsRaphael Poggi2014-07-171-2/+2
| * | introduce verbose debugSascha Hauer2014-07-171-8/+0
| * | regulator: fixed: add always-on propertySteffen Trumtrar2014-07-111-0/+9
| |/
* | USB: Remove conflicting USB_SPEED_* definitionsSascha Hauer2014-07-182-3/+16
* | USB: Use descriptors from ch9.hSascha Hauer2014-07-181-5/+0
* | USB: introduce usb_interface/usb_configuration structsSascha Hauer2014-07-183-44/+44
* | USB: Kconfig: introduce USB_HOST symbolSascha Hauer2014-07-184-5/+10
|/
* pci: pci_alloc_bus(): use xzalloc() instead of kzalloc()Antony Pavlov2014-07-091-8/+8
* drivers/mtd: fix NULL pointer dereference in partition lock/unlockZahari Doychev2014-07-091-0/+6
* Merge branch 'for-next/net'Sascha Hauer2014-07-049-2/+1547
|\
| * net: add ENC28J60 supportAntony Pavlov2014-07-024-0/+1334
| * net: phy: add support for Marvell PHY driversSebastian Hesselbarth2014-06-253-0/+205
| * net: orion-gbe: extend RGMII detection to delayed modesSebastian Hesselbarth2014-06-251-1/+4
| * net: orion: generate unique port device namesSebastian Hesselbarth2014-06-251-1/+2
| * of: net: respect phy-connection-type propertySebastian Hesselbarth2014-06-251-0/+2
* | Merge branch 'for-next/mips'Sascha Hauer2014-07-0415-3/+1480
|\ \
| * | net: add RealTek RTL-8139 PCI Ethernet driverAntony Pavlov2014-07-043-0/+614
| * | PCI: initial commitAntony Pavlov2014-07-047-0/+470
| * | gpio: add jz4740-gpio driver for Ingenic MIPS SoCsAntony Pavlov2014-06-273-0/+147
| * | i2c: i2c_gpio: add devicetree supportAntony Pavlov2014-06-251-3/+52
| * | gpio: add Malta CBUS FPGA I2C driverAntony Pavlov2014-06-243-0/+197
| |/
* | Merge branch 'for-next/marvell'Sascha Hauer2014-07-0412-27/+1598
|\ \
| * | pinctrl: mvebu: add pinctrl drivers for Dove and KirkwoodSebastian Hesselbarth2014-06-268-0/+1470
| * | drivers: of: import PCI bus specific translatorSebastian Hesselbarth2014-06-252-0/+86
| * | clocksource: mvebu: split initialization for Armada 370/XPSebastian Hesselbarth2014-06-241-25/+40
| * | clk: mvebu: fix Armada 370 TCLK frequenciesSebastian Hesselbarth2014-06-241-2/+2
| |/
* | Merge branch 'for-next/arm-versatile'Sascha Hauer2014-07-041-0/+7
|\ \
| * | i2c: versatile: add devicetree supportAntony Pavlov2014-06-231-0/+7
| |/
* / mtd: delete partition erase size initialisationRenaud Barbier2014-07-031-1/+0
|/
* mtd: use long long dev param for sizeHerve Codina2014-06-131-1/+1
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-1129-119/+0
* mtd: partition: implement lock/unlockSascha Hauer2014-06-101-0/+28