summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/zynqmp'Sascha Hauer2019-11-073-0/+418
|\
| * firmware: zynqmp-fpga: print Xilinx bitstream headerMichael Tretter2019-10-281-0/+51
| * firmware: zynqmp-fpga: introduce driver to load bitstream to FPGAThomas Haemmerle2019-10-283-0/+367
* | Merge branch 'for-next/watchdog'Sascha Hauer2019-11-075-27/+63
|\ \
| * | mfd: da9063: fix watchdog ping executionMarco Felsch2019-11-051-0/+12
| * | mfd: da9063: fix TWDSCALE debug messageMarco Felsch2019-11-051-1/+1
| * | watchdog: add timeout_cur parameter only when poller is enabledAhmad Fatoum2019-10-291-8/+9
| * | watchdog: rename timeout_curr to poller_timeout_curr internallyAhmad Fatoum2019-10-291-5/+5
| * | watchdog: remove wrong uses of timeout_curAhmad Fatoum2019-10-292-2/+0
| * | watchdog: export API to configure watchdogs by nameAhmad Fatoum2019-10-291-16/+24
| * | watchdog: export priority as device parameterAhmad Fatoum2019-10-241-0/+16
| * | watchdog: efi: bump down priority below defaultAhmad Fatoum2019-10-241-0/+1
| |/
* | Merge branch 'for-next/stm32'Sascha Hauer2019-11-0722-90/+3466
|\ \
| * | regulator: add driver for stpmic1-regulatorsAhmad Fatoum2019-11-063-1/+447
| * | mfd: stpmic1: use dev_get_regmap instead of priv memberAhmad Fatoum2019-11-062-2/+4
| * | regulator: import linear voltage range helpersAhmad Fatoum2019-11-061-0/+186
| * | regulator: port Linux of_regulator_matchAhmad Fatoum2019-11-062-0/+230
| * | net: eqos: extend Designware Ethernet QoS for Tegra 186 supportAhmad Fatoum2019-11-063-0/+354
| * | net: add Designware Ethernet QoS for STM32MPAhmad Fatoum2019-11-065-1/+1227
| * | mci: stm32_sdmmc2: parse generic MCI oftree propertiesAhmad Fatoum2019-11-061-0/+7
| * | nvmem: add read support for STM32MP1 bsec OTPAhmad Fatoum2019-11-063-1/+233
| * | pinctrl: stm32: parse pinctrl nodes without subnodes as wellAhmad Fatoum2019-11-061-81/+99
| * | pinctrl: demote dev_info on successful probes to dev_dbgAhmad Fatoum2019-11-063-4/+4
| * | pinctrl: stm32: fix debug print of uninitialized variableAhmad Fatoum2019-11-061-3/+3
| * | mci: add support for stm32mp sd/mmc controllerOleksij Rempel2019-11-063-0/+675
* | | Merge branch 'for-next/socfpga'Sascha Hauer2019-11-072-16/+118
|\ \ \
| * | | net: designware: socfpga: fix phy setup for Arria10Steffen Trumtrar2019-10-182-16/+118
| | |/ | |/|
* | | Merge branch 'for-next/misc'Sascha Hauer2019-11-075-10/+13
|\ \ \
| * | | usb: storage: Increase retries for usb_stor_transport()Robert Karszniewicz2019-11-041-3/+4
| * | | of: of_path: fix return in case of EPROBE_DEFERMarco Felsch2019-11-041-1/+1
| * | | OF: gpio: don't warn if ignored GPIO flag matches the behaviorLucas Stach2019-11-041-2/+4
| * | | mfd: superio: use strerrorp helper instead of open-codingAhmad Fatoum2019-10-281-1/+1
| * | | hwrng: dev-random: always use /dev/urandomAhmad Fatoum2019-10-231-3/+3
| |/ /
* | | Merge branch 'for-next/efi'Sascha Hauer2019-11-074-17/+146
|\ \ \ | |_|/ |/| |
| * | efi: populate boot source instanceAhmad Fatoum2019-10-282-5/+20
| * | serial: efi-stdio: Add simple_text_input_ex_protocol backendAhmad Fatoum2019-10-232-10/+123
| * | serial: efi-stdio: replace globals with handles in priv structAhmad Fatoum2019-10-231-2/+3
| * | efi: use efi_guidcmp helper where appropriateAhmad Fatoum2019-10-181-1/+1
| |/
* / serial: cadence: fix serial_flushLucas Stach2019-11-041-1/+1
|/
* Merge branch 'for-next/usb'Sascha Hauer2019-10-171-25/+159
|\
| * usb: Change power-on / scanning timeout handlingPrimoz Fiser2019-10-021-19/+152
| * usb: usb_hub_port_connect_change(): Remove unnecessary delaysPrimoz Fiser2019-10-021-4/+0
| * usb: hub_port_reset(): Speedup hub reset handlingPrimoz Fiser2019-10-021-2/+7
* | Merge branch 'for-next/remoteproc'Sascha Hauer2019-10-179-1/+723
|\ \
| * | port reduced version of remoteproc framework from linuxOleksij Rempel2019-09-268-0/+721
| * | of: base: don't try to read cells_name property if no cells_name setOleksij Rempel2019-09-261-1/+2
* | | Merge branch 'for-next/of-overlay'Sascha Hauer2019-10-175-0/+638
|\ \ \
| * | | dtc: optionally add add __symbols__ to build-in devicetreeMichael Tretter2019-09-161-0/+16
| * | | firmware: add support to load firmware from dt overlayMichael Tretter2019-09-162-1/+87
| * | | of: add iterator for overlaysMichael Tretter2019-09-161-0/+38