summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pcf857x: fix CONFIG_OF to OFDEVICEMichael Grzeschik2019-06-171-1/+1
* Merge branch 'for-next/usb-phy'Sascha Hauer2019-06-112-26/+62
|\
| * usb: imx-usb-phy: Disable charger detect during initializationAndrey Smirnov2019-05-271-0/+37
| * usb: imx-usb-phy: Use stmp_reset_block() to reset PHYAndrey Smirnov2019-05-272-10/+6
| * usb: imx-usb-phy: Wrap lines to silence checkpatchAndrey Smirnov2019-05-211-2/+4
| * usb: imx-usb-phy: Import register definitions from Linux driverAndrey Smirnov2019-05-211-17/+18
* | Merge branch 'for-next/usb-ehci'Sascha Hauer2019-06-112-187/+242
|\ \
| * | usb: host: ehci: Allocate only NUM_QH queue heads for qh_listAndrey Smirnov2019-05-231-1/+1
| * | ush: host: ehci: Simplify QH initialization in ehci_submit_async()Andrey Smirnov2019-05-231-12/+9
| * | usb: host: ehci: Treat ehci->qh_list as an arrayAndrey Smirnov2019-05-231-7/+8
| * | usb: host: ehci: Drop explicit memset() in ehci_init()Andrey Smirnov2019-05-231-2/+0
| * | usb: host: ehci: Replace explicit printf() with dev_err()Andrey Smirnov2019-05-231-3/+7
| * | usb: host: ehci: Add a comment explaing IOC setting for dataAndrey Smirnov2019-05-231-0/+9
| * | usb: host: ehci: Use bool to simplify ehci_submit_async()Andrey Smirnov2019-05-231-3/+3
| * | usb: host: ehci: Drop needless assignments in ehci_submit_async()Andrey Smirnov2019-05-231-2/+1
| * | usb: host: ehci: Simplify ehci_submit_async()'s epilogueAndrey Smirnov2019-05-231-38/+38
| * | usb: host: ehci: Initialize qTDs explicitlyAndrey Smirnov2019-05-231-1/+5
| * | usb: host: ehci: Simplify ehci_td_buffer()Andrey Smirnov2019-05-231-7/+7
| * | usb: host: ehci: Simplify qTD buffer synchronizationAndrey Smirnov2019-05-232-43/+49
| * | usb: host: ehci: Introduce ehci_prepare_qtd()Andrey Smirnov2019-05-231-31/+35
| * | usb: host: ehci: Drop unnecessary cleanup codeAndrey Smirnov2019-05-231-15/+8
| * | usb: host: ehci: Replace magic number with macrosAndrey Smirnov2019-05-232-49/+96
| * | usb: host: ehci: Use to USBSTS to wait for transfer completionAndrey Smirnov2019-05-232-14/+8
| * | usb: host: ehci: Share code to enable/disable async scheduleAndrey Smirnov2019-05-231-19/+20
| * | usb: host: ehci: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-231-2/+0
| |/
* | Merge branch 'for-next/ubootenv'Sascha Hauer2019-06-113-0/+373
|\ \
| * | misc: Add a driver to expose U-Boot environment variable dataAndrey Smirnov2019-06-073-0/+373
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2019-06-1112-31/+319
|\ \
| * | net: macb: dma_sync_* receive buffersLadislav Michl2019-06-041-7/+20
| * | gpio: add driver for PCF857x, PCA{85, 96}7x, and MAX732[89] I2C GPIO expandersMichael Grzeschik2019-06-043-0/+274
| * | of: partition: use NULL instead of never-read argumentAhmad Fatoum2019-05-241-3/+3
| * | usb: storage: Fix TEST_UNIT_READY command sizeAndrey Smirnov2019-05-231-1/+1
| * | usb: storage: Default to a single LUNAndrey Smirnov2019-05-231-1/+1
| * | usb: storage: Zero CDB out before sending itAndrey Smirnov2019-05-231-0/+1
| * | treewide: replace '---help---' with 'help' in Kconfig filesMasahiro Yamada2019-05-175-19/+19
* | | Merge branch 'for-next/imx'Sascha Hauer2019-06-112-7/+39
|\ \ \
| * | | nvmem: ocotp: Change TIMING calculation algorithmRouven Czerwinski2019-06-111-4/+34
| * | | nvmem: ocotp: Ensure WAIT bits are preservedRouven Czerwinski2019-06-111-1/+3
| * | | nvmem: ocotp: Elongate OCOTP_CTRL_ADDR fieldRouven Czerwinski2019-06-111-1/+1
| * | | clk: imx: vf610: correct __iomem 'qualifier' placementAhmad Fatoum2019-05-241-1/+1
| | |/ | |/|
* | | Merge branch 'for-next/dma'Sascha Hauer2019-06-117-20/+6
|\ \ \
| * | | usb: ohci: Add dependency on HAS_DMAAndrey Smirnov2019-05-281-1/+1
| * | | usb: fsl_udc: Use dma_alloc_coherent() to get DMA addressAndrey Smirnov2019-05-281-4/+2
| * | | apbh: Use dma_alloc_coherent() to get DMA addressAndrey Smirnov2019-05-281-2/+3
| * | | ahci: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-4/+0
| * | | apbh: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-1/+0
| * | | nand: nand_mxs: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-3/+0
| * | | net: rtl8169: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-3/+0
| * | | usb: ohci-hcd: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-2/+0
| |/ /
* | | Merge branch 'for-next/at91'Sascha Hauer2019-06-1114-250/+79
|\ \ \