summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: Fix cpu_info for armv8Sascha Hauer2019-03-041-5/+2
| * | | include/phy: Add missing modesSascha Hauer2019-03-041-0/+2
| * | | fs: ubifs: Remove unused crc16 functionsSascha Hauer2019-03-044-91/+1
| * | | drivers: Drop dummy_probe()Andrey Smirnov2019-02-272-9/+0
| * | | include: Drop mem_memmap()Andrey Smirnov2019-02-271-1/+0
| * | | commands: uimage: Drop needless variable in uimage_flush()Andrey Smirnov2019-02-271-5/+1
| * | | MIPS: ath79: increase malloc size to 8 MiBOleksij Rempel2019-02-271-0/+1
| * | | common: console_common: do not store color additions to the log bufferOleksij Rempel2019-02-271-17/+18
| * | | commands: dmesg: add -l option to restrict output levelOleksij Rempel2019-02-273-9/+64
| * | | commands: dmesg: add print raw parameterOleksij Rempel2019-02-273-2/+10
| * | | firmware-zynqmp: port from linuxThomas Haemmerle2019-02-274-1/+669
| * | | LICENSES: adopt Linux-like LICENSES directory structureAhmad Fatoum2019-02-275-295/+340
| * | | commands: nandtest: provide readonly testJan Remmet2019-02-271-42/+83
| * | | watchdog: fix WATCHDOG_POLLER menuconfigOleksij Rempel2019-02-271-1/+1
* | | | Merge branch 'for-next/imx8-usb'Sascha Hauer2019-03-0729-247/+4377
|\ \ \ \
| * | | | 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
| * | | | lib: Port basic Linux kernel NLS functionsAndrey Smirnov2019-02-224-0/+175
| * | | | 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-223-1/+202
| * | | | include/usb: Import USB_SPEED_SUPER_PLUS from LinuxAndrey Smirnov2019-02-221-0/+1
| * | | | clk: Drop separate definitions of clk_put()Andrey Smirnov2019-02-222-22/+4
| * | | | 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
| * | | | 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-076-186/+462
|\ \ \ \ \
| * | | | | i2c: i.MX: Add early driver for use in PBLSascha Hauer2019-03-044-0/+324
| * | | | | 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