summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc' into masterSascha Hauer2020-10-1411-18/+432
|\
| * usb: dwc2: Uninitialize host and device on removeJules Maselbas2020-10-094-14/+25
| * of: implement of_property_write_strings for multiple stringsAhmad Fatoum2020-10-021-0/+48
| * aiodev: am335x_adc: Driver for ADC on TI AM335x SoCsTrent Piepho2020-09-294-0/+355
| * aiodev: Name channels with device instance nameTrent Piepho2020-09-291-2/+2
| * USB: musb: host: fix mismatched format specifier in dev_dbg()Ahmad Fatoum2020-09-281-2/+2
* | Merge branch 'for-next/magicvar-unique-id' into masterSascha Hauer2020-10-142-15/+10
|\ \
| * | magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-022-15/+10
| |/
* | Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-14100-561/+123
|\ \
| * | net: phy: Add and use driver register macroSascha Hauer2020-10-0112-68/+13
| * | regulator: pfuze: Use device_i2c_driver() macroSascha Hauer2020-09-291-12/+1
| * | treewide: Use driver macroSascha Hauer2020-09-2987-481/+109
| |/
* | Merge branch 'for-next/dev-drvdata' into masterSascha Hauer2020-10-1412-94/+75
|\ \
| * | driver: migrate some from dev_get_drvdata to device_get_match_dataAhmad Fatoum2020-10-096-14/+10
| * | video: imx-hdmi: fix dev_get_drvdata misuseAhmad Fatoum2020-10-091-31/+8
| * | mtd: nand-mxs: fix out-of-bounds write on 64-bit SoCsAhmad Fatoum2020-10-091-3/+1
| * | aiodev: lm75: fix out-of-bounds write on 64-bit SoCsAhmad Fatoum2020-10-091-3/+4
| * | dma: apbh: fix out-of-bounds write on 64-bit SoCsAhmad Fatoum2020-10-091-3/+4
| * | led: pca955x: fix probing from device treeAhmad Fatoum2020-10-091-40/+37
| * | driver: introduce less error-prone dev_get_drvdata alternativeAhmad Fatoum2020-10-091-0/+11
* | | Merge branch 'for-next/deep-probe-prepare' into masterSascha Hauer2020-10-149-23/+32
|\ \ \
| * | | of: platform: fix of_amba_device_create stub return valueMarco Felsch2020-09-291-1/+1
| * | | regulator: treewide: drop local device_d referenceMarco Felsch2020-09-293-20/+11
| * | | regulator: add device reference to regulator_devMarco Felsch2020-09-295-0/+5
| * | | regulator: stpmic1: fix registering missed regulatorsMarco Felsch2020-09-291-0/+5
| * | | regulator: test of_regulator_register input before accessing itMarco Felsch2020-09-291-0/+3
| * | | regulator: improve of_regulator_register error handlingMarco Felsch2020-09-291-0/+3
| * | | spi: core: don't ignore register_device failuresMarco Felsch2020-09-291-1/+3
| * | | video: ssd1307fb: fix VBAT supply idMarco Felsch2020-09-291-1/+1
| | |/ | |/|
* | | Merge branch 'for-next/clang-analyzer' into masterSascha Hauer2020-10-147-27/+57
|\ \ \ | |_|/ |/| |
| * | reset: remove dead initializationAhmad Fatoum2020-10-021-1/+1
| * | USB: musb: remove dead storesAhmad Fatoum2020-10-021-4/+3
| * | net: usb: asix: propagate errors from MDIO accessorsAhmad Fatoum2020-10-021-7/+24
| * | watchdog: fix division-by-zero when clock rate == 0Ahmad Fatoum2020-10-023-14/+28
| * | hw_random: mxc-rngc: fix read of uninitialized variableAhmad Fatoum2020-10-021-1/+1
| |/
* | net: macb: fix wrong return values on some errorsAhmad Fatoum2020-10-021-1/+1
* | treewide: fix unterminated of_device_id[] reported by CoccinelleAhmad Fatoum2020-10-023-0/+3
|/
* Merge branch 'for-next/protonic' into masterSascha Hauer2020-09-253-0/+60
|\
| * of: of_device_get_match_compatible() helperOleksij Rempel2020-08-241-0/+12
| * gpiolib: add gpio_array_to_id helper to get ID out of GPIO arrayOleksij Rempel2020-08-241-0/+31
| * of: base: register DT root as deviceOleksij Rempel2020-08-241-0/+17
* | Merge branch 'for-next/powerpc' into masterSascha Hauer2020-09-251-1/+1
|\ \
| * | powerpc: Make locally used functions staticSascha Hauer2020-09-151-1/+1
* | | Merge branch 'for-next/net' into masterSascha Hauer2020-09-254-15/+99
|\ \ \
| * | | usb: fastboot: execute commands in command contextSascha Hauer2020-08-191-7/+45
| * | | fastboot: init list head in commonSascha Hauer2020-08-191-2/+0
| * | | usbnet: shorten timeout when polling for receive packetsSascha Hauer2020-08-191-1/+1
| * | | usbnet: Add sliceSascha Hauer2020-08-191-0/+3
| * | | usb: Add a slice to usb host controllersSascha Hauer2020-08-191-5/+7
| * | | net: mdiobus: Add sliceSascha Hauer2020-08-191-0/+43