summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/stm32'Sascha Hauer2019-07-127-0/+745
|\
| * watchdog: stm32_iwdg: remove left-over commentAhmad Fatoum2019-07-111-5/+0
| * pinctrl: stm32: fix error path when gpio chip is not foundAhmad Fatoum2019-07-091-2/+3
| * pinctrl: stm32: add debug output in set_state callbackAhmad Fatoum2019-07-091-0/+3
| * pinctrl: add driver for STM32 GPIO and pin multiplexerAhmad Fatoum2019-06-203-0/+432
| * gpiolib: add gpio_get_chip helperAhmad Fatoum2019-06-201-0/+7
| * watchdog: add stm32 watchdog and reset driverAhmad Fatoum2019-06-193-0/+307
* | Merge branch 'for-next/misc'Sascha Hauer2019-07-127-19/+65
|\ \
| * | f_fastboot: remove only image from bootm variablesRouven Czerwinski2019-07-041-1/+1
| * | serial: ns16550: support reg-offset device-tree propertyMarcin Niestroj2019-07-021-0/+3
| * | mfd: syscon: add syscon_regmap_lookup_by_phandle()Marcin Niestroj2019-07-021-0/+19
| * | i2c: gpio: add sda/scl-gpios property supportMarco Felsch2019-06-261-10/+17
| * | usb: usb251xb: fix optional reset gpio requestMarco Felsch2019-06-171-5/+1
| * | mtd: spi-nor: Add support for ISSI flashes from LinuxUwe Kleine-König2019-06-171-0/+21
| * | treewide: remove stale mentions of CONFIG_OF in commentsAhmad Fatoum2019-06-132-3/+3
| |/
* | Merge branch 'for-next/mips'Sascha Hauer2019-07-121-0/+1
|\ \
| * | serial: ar933x: set linux_console_nameAntony Pavlov2019-06-261-0/+1
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2019-07-121-1/+1
|\ \
| * | i.MX: HABv4: use min_t instead of minRouven Czerwinski2019-06-261-1/+1
* | | Merge branch 'for-next/clk'Sascha Hauer2019-07-121-41/+97
|\ \ \
| * | | clk: divider: export clk_div_mask() helperMarcin Niestroj2019-07-041-9/+7
| * | | clk: divider: Make generic for usage elsewhereMarcin Niestroj2019-07-021-45/+71
| * | | clk: divider: Fix best div calculation for power-of-two and table dividersMarcin Niestroj2019-07-021-1/+35
| * | | clk: divider: Remove unused variable in clk_divider_recalc_rateMarcin Niestroj2019-07-021-3/+1
* | | | usb: imx-usb-phy: select syscon driverSascha Hauer2019-07-111-0/+1
* | | | net: cpsw: adopt to upstream device tree changesSascha Hauer2019-07-101-6/+10
|/ / /
* / / i.MX: HABv4: Reset index variable after error typeRouven Czerwinski2019-06-271-0/+2
|/ /
* / 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