summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: xhci-hcd: Convert xhci_submit_control() to use dma_map_single()Andrey Smirnov2019-02-221-7/+10
| * | | | usb: xhci-hcd: Convert xhci_submit_normal() to use dma_map_single()Andrey Smirnov2019-02-221-7/+10
| * | | | usb: xhci-hcd: Don't try to DMA sync if buffer is NULLAndrey Smirnov2019-02-221-8/+13
| * | | | usb: xhci-hcd: Always wait for "Response Data" completionAndrey Smirnov2019-02-221-1/+1
| * | | | usb: xhci-hcd: Add support for 64-byte context sizeAndrey Smirnov2019-02-222-81/+188
| * | | | usb: xhci-hcd: Drop pointless bitwise orAndrey Smirnov2019-02-221-1/+1
| * | | | usb: xhci-hcd: Make sure to initialize xhci->rings_listAndrey Smirnov2019-02-221-0/+1
| * | | | usb: xhci-hcd: Cast ~XHCI_IRQS to u32Andrey Smirnov2019-02-221-1/+1
| * | | | usb: xhci-hcd: Do not zero out DMA coherent memoryAndrey Smirnov2019-02-221-2/+0
| * | | | usb: xhci-hcd: Tabify the fileAndrey Smirnov2019-02-221-68/+68
| | |/ / | |/| |
* | | | Merge branch 'for-next/imx-i2c'Sascha Hauer2019-03-075-186/+452
|\ \ \ \
| * | | | i2c: i.MX: Add early driver for use in PBLSascha Hauer2019-03-043-0/+314
| * | | | i2c: i.MX: Create header file for register definesSascha Hauer2019-02-272-46/+53
| * | | | i2c: i.MX: Read clock-frequency from device treeSascha Hauer2019-02-271-6/+6
| * | | | i2c: i.MX: remove unused defineSascha Hauer2019-02-271-3/+0
| * | | | i2c: i.MX: stop after read only in last transfer of a messageSascha Hauer2019-02-271-3/+4
| * | | | i2c: i.MX: Consolidate status polling loopsSascha Hauer2019-02-271-42/+31
| * | | | i2c: i.MX: remove unnecessary ifdefSascha Hauer2019-02-271-8/+0
| * | | | i2c: i.MX: Fix FSL_I2C_DFSRR register offsetSascha Hauer2019-02-271-1/+1
| * | | | i2c: i.MX: remove unnecessary ifdefSascha Hauer2019-02-271-2/+0
| * | | | i2c: i.MX: remove unnecesary defineSascha Hauer2019-02-271-4/+1
| * | | | i2c: i.MX: fix variable nameSascha Hauer2019-02-271-14/+14
| * | | | i2c: i.MX: consolidate codeSascha Hauer2019-02-271-33/+21
| * | | | i2c: i.MX: Track stopped status in I2CR_MSTA bitSascha Hauer2019-02-271-28/+15
| * | | | i2c: i.MX: move disabling of controller out of i2c_fsl_stopSascha Hauer2019-02-271-4/+4
| * | | | i2c: i.MX: Do not call i2c_fsl_bus_busy twiceSascha Hauer2019-02-271-4/+0
| | |/ / | |/| |
* | | | Merge branch 'for-next/imx'Sascha Hauer2019-03-076-9/+434
|\ \ \ \
| * | | | esdhc-xload: check for PRSSTAT_BREN only after each blockSascha Hauer2019-03-051-9/+16
| * | | | esdhc-xload: Add bigendian supportSascha Hauer2019-03-051-3/+10
| * | | | esdhc-xload: Use static inline io wrappersSascha Hauer2019-03-051-27/+33
| * | | | esdhc-xload: move some register defines to header fileSascha Hauer2019-03-053-10/+8
| * | | | esdhc-xload: Move to drivers/mciSascha Hauer2019-03-053-0/+391
| * | | | PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov2019-02-271-0/+16
| | |/ / | |/| |
* | | | Merge branch 'for-next/efi'Sascha Hauer2019-03-077-5/+76
|\ \ \ \ | |_|_|/ |/| | |
| * | | watchdog: add (U)EFI driverOleksij Rempel2019-02-183-0/+71
| * | | efi: cleanupsOleksij Rempel2019-02-184-5/+5
| |/ /
* | | i.MX habv3: add missing includes and make locally used function staticMichael Olbrich2019-03-041-1/+3
* | | Merge branch 'for-next/at91-pmc-clk'Sascha Hauer2019-02-2724-971/+3143
|\ \ \ | |_|/ |/| |
| * | clk: at91: update to PMC bindingsSam Ravnborg2019-02-2516-970/+567
| * | clk: at91: add dt-compat to PMC bindingsAhmad Fatoum2019-02-251-0/+961
| * | clk: at91: add sama5d4Sam Ravnborg2019-02-251-0/+270
| * | clk: at91: add sama5d2Sam Ravnborg2019-02-251-0/+342
| * | clk: at91: add at91sam9x5Sam Ravnborg2019-02-251-0/+315
| * | clk: at91: add at91sam9rlSam Ravnborg2019-02-251-0/+177
| * | clk: at91: add at91sam9260Sam Ravnborg2019-02-251-0/+497
| * | clocksource: Do not mix depends and select for ATMEL_PITSam Ravnborg2019-02-251-1/+0
| * | regmap: Implement syscon_regmap_lookup_by_compatible()Ahmad Fatoum2019-02-251-0/+14
| |/
* / usb: imx: Do not disable VBUS on ehci_register()'s successAndrey Smirnov2019-02-271-3/+3
|/
* Merge branch 'for-next/rpi'Sascha Hauer2019-02-132-28/+56
|\
| * mci: bcm2835: make locally used functions staticRoland Hieber2019-02-051-5/+5