summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-next/mtd'Sascha Hauer2017-04-071-1/+3
|\ \
| * | mtd: when creating bitflips the offset has to be page alignedSascha Hauer2017-03-301-0/+2
| * | mtd: create bitflips in the correct pageSascha Hauer2017-03-301-1/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2017-04-0713-18/+261
|\ \
| * | usb: gadget: set otg to peripheral mode on autostartOleksij Rempel2017-04-061-0/+3
| * | watchdog: new driver for Armada XPUwe Kleine-König2017-03-313-0/+130
| * | clocksource: mvebu: don't request the used iomem resourceUwe Kleine-König2017-03-311-1/+1
| * | usb: gadget: start usbgadget automaticallyOleksij Rempel2017-03-313-0/+79
| * | video: edid.c: fix "no previous prototype" warningAntony Pavlov2017-03-301-1/+1
| * | net: phy: mdio-gpio.c: fix "no previous prototype" warningAntony Pavlov2017-03-301-1/+1
| * | ata: ide-sff: add LBA48 supportAntony Pavlov2017-03-302-11/+46
| * | clk: No-op CLK_OF_DECLARE if not enabledAndrey Smirnov2017-03-302-4/+0
| |/
* | Merge branch 'for-next/mips'Sascha Hauer2017-04-071-3/+3
|\ \
| * | clk: clk-gate-shared: fix "no previous prototype" warningAntony Pavlov2017-03-301-3/+3
| |/
* | Merge branch 'for-next/led'Sascha Hauer2017-04-073-60/+199
|\ \
| * | led-trigger: Allow multiple led triggers of the same typeSascha Hauer2017-03-301-28/+97
| * | led: trigger: Use led triggersSascha Hauer2017-03-301-35/+5
| * | led: add blinking/flashing and led_blink_pattern interfaceSascha Hauer2017-03-302-1/+101
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2017-04-073-4/+361
|\ \
| * | i.MX: hab: Add HAB fusebox related convenience functions / commandSascha Hauer2017-04-042-0/+359
| * | video: ipu: register framebuffer, even when no modes are foundSascha Hauer2017-04-031-3/+1
| * | video: ipu: convert "failed to get modes" message to dev_dbgSascha Hauer2017-04-031-1/+1
| |/
* | Merge branch 'for-next/hwrng'Sascha Hauer2017-04-077-29/+150
|\ \
| * | crypto: caam - fix RNG buffer cache alignmentOleksij Rempel2017-03-301-1/+3
| * | caamrng: port to hwrng frameworkOleksij Rempel2017-03-302-28/+13
| * | drivers: add simple hw_random implementationSteffen Trumtrar2017-03-305-0/+134
| |/
* | Merge branch 'for-next/efi'Sascha Hauer2017-04-071-5/+8
|\ \
| * | efi: only iterate over handles that provide the device path protocolMichael Olbrich2017-03-301-2/+4
| * | efi: load the protocol expected by the driverMichael Olbrich2017-03-301-3/+4
| |/
* | net: macb: Add DT supportAndrey Smirnov2017-03-301-14/+42
* | usb: echi-atmel: Add DT supportAndrey Smirnov2017-03-301-1/+10
* | usb/host: Allow USB_OHCI_AT91 even if USB_OHCI is disabledAndrey Smirnov2017-03-301-4/+1
* | usb: ohci-at91: Add DT supportAndrey Smirnov2017-03-301-2/+91
* | w1-gpio: Add DT supportAndrey Smirnov2017-03-301-0/+53
* | spi: atmel_spi: Add DT supportAndrey Smirnov2017-03-301-3/+26
* | mci: atmel_mci: Add DT supportAndrey Smirnov2017-03-301-31/+70
* | mci: Allow parsing for explicit DT nodeAndrey Smirnov2017-03-301-5/+8
* | clk: at91: Port at91 DT clock codeAndrey Smirnov2017-03-3018-0/+4145
* | serial: atmel: Add DT compatibility tableAndrey Smirnov2017-03-301-0/+7
* | clocksource: at91: Add DT compatibility tableAndrey Smirnov2017-03-301-0/+9
|/
* usb_kbd: release all keys on error / disconnectPeter Mamonov2017-03-241-0/+11
* mtd: fix reading data from page that needs cleanupSascha Hauer2017-03-231-4/+3
* ATA: mvebu: select DISK_ATALucas Stach2017-03-221-0/+1
* efi: clocksoure: make sure the meassured frequency is validMichael Olbrich2017-03-151-0/+4
* Merge branch 'for-next/video'Sascha Hauer2017-03-135-22/+682
|\
| * video: make enable/disable ops optionalJean-Christophe PLAGNIOL-VILLARD2017-03-101-2/+4
| * video: call fb_[en|dis]able instead of fops directlySascha Hauer2017-03-101-3/+5
| * video: add support for Solomon SSD1307 OLED controller familyBastian Stender2017-03-063-0/+572
| * fb: introduce flush for virtual framebufferBastian Stender2017-02-282-0/+29
| * console: replace set_active by open/closeBastian Stender2017-02-281-10/+18