summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ARM: stm32mp1: Add serial driverSascha Hauer2019-03-114-0/+299
* ARM: stm32mp1: Add clk driverSascha Hauer2019-03-112-0/+1989
* clk: mux: Support CLK_SET_RATE_NO_REPARENT flagSascha Hauer2019-03-112-4/+0
* clk: mux: Support CLK_MUX_READ_ONLY flagSascha Hauer2019-03-111-0/+7
* clk: mux: Support mux specific flagsSascha Hauer2019-03-116-24/+27
* clk: divider: Support CLK_DIVIDER_READ_ONLY flagSascha Hauer2019-03-113-2/+7
* clk: divider: pass divider flagsSascha Hauer2019-03-114-21/+29
* clk: Support CLK_IS_CRITICAL flagSascha Hauer2019-03-111-0/+3
* clk: Make CLK_IGNORE_UNUSED genericSascha Hauer2019-03-111-1/+0
* clk: export clk_gate_is_enabled()Sascha Hauer2019-03-111-1/+1
* clk: parent_names should be constSascha Hauer2019-03-112-3/+3
* clk: clk-composite: return parent_rate if no rate clkSascha Hauer2019-03-111-1/+4
* Merge branch 'for-next/spd'Sascha Hauer2019-03-072-3/+3
|\
| * crc: import crc_itu_t() from kernelSascha Hauer2019-03-042-3/+3
* | Merge branch 'for-next/rpi'Sascha Hauer2019-03-077-7/+71
|\ \
| * | mci: bcm2835: parse other device tree properties.Tomaz Solc2019-02-191-0/+3
| * | mci: bcm2835: use device_initcall(), not coredev.Tomaz Solc2019-02-191-1/+1
| * | pinctrl: bcm2835: register the pin controller.Tomaz Solc2019-02-191-1/+51
| * | pinctrl: bcm2835: move existing code from gpio.Tomaz Solc2019-02-195-5/+7
| * | Kconfig: add pin controllers submenu.Tomaz Solc2019-02-191-0/+4
| * | watchdog: bcm2835: set timeout_max.Tomaz Solc2019-02-181-0/+5
* | | Merge branch 'for-next/nvme'Sascha Hauer2019-03-0713-24/+1491
|\ \ \
| * | | drivers: Import a very basic NVME implementation from LinuxAndrey Smirnov2019-02-189-0/+1487
| * | | drivers: Make use of device_pci_driver()Andrey Smirnov2019-02-184-24/+4
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2019-03-073-8/+2
|\ \ \
| * | | PCI: dwc: tune down link up messagesLucas Stach2019-03-071-1/+1
| * | | drivers: Drop dummy_probe()Andrey Smirnov2019-02-271-6/+0
| * | | watchdog: fix WATCHDOG_POLLER menuconfigOleksij Rempel2019-02-271-1/+1
* | | | Merge branch 'for-next/imx8-usb'Sascha Hauer2019-03-0723-236/+4105
|\ \ \ \
| * | | | usb: usb251xb: add usb data lane port swap featureAndrey Smirnov2019-02-221-2/+13
| * | | | usb: Port Microchip USB251x USB hub driver from LinuxAndrey Smirnov2019-02-225-0/+695
| * | | | usb: Import DWC3 USB controller driver from LinuxAndrey Smirnov2019-02-229-0/+2783
| * | | | clk: Import a subset of clk_bulk API from LinuxAndrey Smirnov2019-02-222-1/+104
| * | | | clk: Drop separate definitions of clk_put()Andrey Smirnov2019-02-221-5/+0
| * | | | phy: Port i.MX8MQ USB PHY driver from LinuxAndrey Smirnov2019-02-225-0/+138
| * | | | phy: core: Assume EPROBE_DEFER in of_phy_provider_lookup()Andrey Smirnov2019-02-221-2/+2
| * | | | usb: xhci-hcd: Make use of lo_hi_readq/writeq()Andrey Smirnov2019-02-221-10/+4
| * | | | usb: xhci-hcd: Simplify route string building loopAndrey Smirnov2019-02-221-4/+6
| * | | | usb: xhci-hcd: Initialize TRT flag for xHCI >= 1.0Andrey Smirnov2019-02-221-1/+1
| * | | | usb: xhci-hcd: Check usb_pipein(pipe) only once in xhci_submit_normal()Andrey Smirnov2019-02-221-12/+16
| * | | | usb: xhci-hcd: Drop 'dma' field from struct xhci_hcdAndrey Smirnov2019-02-222-2/+1
| * | | | usb: xhci-hcd: Simplify TRB initialization codeAndrey Smirnov2019-02-221-50/+78
| * | | | 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