summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/imx'Sascha Hauer2017-03-132-6/+2
|\
| * drivers: clk: clk-imx6.c: Don't gate LDB and IPUsDavid Jander2017-03-091-4/+1
| * clk: imx: clk-imx6ul: Use anatop_base pointer for consistencyRobin van der Gracht2017-03-061-2/+1
* | Merge branch 'for-next/efi'Sascha Hauer2017-03-1321-6/+1471
|\ \
| * | efi: add veriable to report secure boot support and statusJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+33
| * | efi: clocksoure: add EFI event timerJean-Christophe PLAGNIOL-VILLARD2017-03-093-0/+115
| * | efi: move x86 clocksource to device/driverJean-Christophe PLAGNIOL-VILLARD2017-03-093-12/+30
| * | efi: move x86 clocksource init at core initcall levelJean-Christophe PLAGNIOL-VILLARD2017-03-091-1/+4
| * | efi: add serial driver supportJean-Christophe PLAGNIOL-VILLARD2017-03-093-0/+226
| * | video: add EFI Graphics Output Protocol supportJean-Christophe PLAGNIOL-VILLARD2017-03-093-0/+273
| * | efi: add efi handle dump commandJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+169
| * | efi: add minor and major to the bus and display it at bootJean-Christophe PLAGNIOL-VILLARD2017-03-091-1/+10
| * | efi: bus: add firmware vendor and resision and tables infoJean-Christophe PLAGNIOL-VILLARD2017-03-091-0/+23
| * | efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-274-4/+4
| * | efi: move bus driver to driver/efiJean-Christophe PLAGNIOL-VILLARD2017-02-249-6/+363
| * | efi: move clocksource out of archJean-Christophe PLAGNIOL-VILLARD2017-02-243-0/+63
| * | efi: move block io driver to driver/blockJean-Christophe PLAGNIOL-VILLARD2017-02-243-0/+176
| |/
* | Merge branch 'for-next/at91'Sascha Hauer2017-03-1316-65/+395
|\ \
| * | clocksource: at91: Move to 'drivers/clocksource'Andrey Smirnov2017-03-093-0/+119
| * | spi: atmel_spi: Use VERSION register instead of CPU typeAndrey Smirnov2017-03-092-6/+30
| * | spi: atmel_spi: Configure CS GPIO as outputAndrey Smirnov2017-03-091-1/+5
| * | usb: echi-atmel: Check result of ehci_register()Andrey Smirnov2017-03-091-3/+1
| * | usb: ehci-atmel: Zero ehci_data before using itAndrey Smirnov2017-03-091-1/+1
| * | usb: echi-atmel: Convert global variables to private dataAndrey Smirnov2017-03-091-16/+26
| * | usb: ehci-atmel: Check result of clk_enable()Andrey Smirnov2017-03-091-4/+17
| * | usb: ohci-at91: Check result of clk_enable()Andrey Smirnov2017-03-091-4/+20
| * | usb: ohci-at91: Convert global variables to private dataAndrey Smirnov2017-03-091-22/+37
| * | usb: ohci-at91: Check result of clk_get()Andrey Smirnov2017-03-091-0/+9
| * | serial: atmel: Check result of clk_get()Andrey Smirnov2017-03-091-0/+5
| * | of: base: Use scoring in DT device matchingAndrey Smirnov2017-03-091-16/+21
| * | clk: Make COMMON_CLK_OF_PROVIDER depend on OFTREEAndrey Smirnov2017-03-095-4/+5
| * | clk: Port two helper functions from LinuxAndrey Smirnov2017-03-091-0/+39
| * | pinctrl: at91: Implement .get_direction hookAndrey Smirnov2017-03-091-0/+16
| * | pinctrl: at91: Fix a bug in at91_pinctrl_set_state()Andrey Smirnov2017-03-091-0/+2
| * | pinctrl: at91: Fix a bug in at91_pinctrl_set_conf()Andrey Smirnov2017-03-091-1/+3
| * | regmap: Implement syscon_node_to_regmap()Andrey Smirnov2017-03-091-1/+53
| |/
* | usb: imx: Fix setting of dev->privSascha Hauer2017-03-091-1/+3
* | usb: imx: role_registered contains roleSascha Hauer2017-03-091-2/+2
* | video: sdl fix typoJean-Christophe PLAGNIOL-VILLARD2017-03-061-1/+1
* | dma: apbh_dma: add missing array terminationSascha Hauer2017-03-061-1/+3
* | clk: imx: clk-imx6ul: Fixed conditional for enabling USB phy clocksRobin van der Gracht2017-03-031-1/+1
* | nand-bb: fix writing to the end of a .bb deviceUwe Kleine-König2017-03-021-1/+1
|/
* i.MX: esdhc: fix imx-esdhc driver for non-OF boardsAlexander Kurz2017-02-141-15/+15
* i.MX: i2c: fix i2c-fsl for non-OF boardsAlexander Kurz2017-02-141-4/+10
* Merge branch 'for-next/net'Sascha Hauer2017-02-131-40/+313
|\
| * net/phy: marvell: add support for 88e1510 to marvell phy driverUwe Kleine-König2017-01-131-3/+201
| * net/phy: marvell: improve config_aneg for 88E1121R and 88E1318SUwe Kleine-König2017-01-131-2/+76
| * net/phy: marvell: align definition of MII_88E1121_PHY_MSCR to Linux driverUwe Kleine-König2017-01-131-3/+3
| * net/phy: marvell: change spacing to be more similar to the Linux driverUwe Kleine-König2017-01-131-28/+28
| * net/phy: marvell: rename phy_driver array to match Linux driverUwe Kleine-König2017-01-131-2/+3