summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* of: overlay: split debug messages for of_overlay_apply_symbolsMarco Felsch2021-01-191-3/+8
* Merge branch 'for-next/video'Sascha Hauer2021-01-1911-15/+337
|\
| * video: sdl: delete useless debug outputAhmad Fatoum2021-01-051-9/+0
| * video: implement bochs dispi / QEMU VGA driver for PCI and ISAAhmad Fatoum2021-01-058-1/+320
| * video: edid: make edid_check_header externally visibleAhmad Fatoum2021-01-052-4/+14
| * video: edid: make accessible without i2cAhmad Fatoum2021-01-052-1/+3
* | Merge branch 'for-next/usb'Sascha Hauer2021-01-197-30/+235
|\ \
| * | regulator: stm32-pwr: don't propagate regulator turn-off to supplyAhmad Fatoum2021-01-061-4/+2
| * | usb: dwc2: swap order of phy_init and phy_power_on to what Linux doesAhmad Fatoum2021-01-061-6/+7
| * | usb: dwc2: add support to force gadget modeMichael Grzeschik2021-01-061-0/+144
| * | usb: dwc2: update the dr_mode on set_mode callbackMichael Grzeschik2021-01-061-0/+6
| * | usb: dwc2: add reset controller dependency for probe via oftreeMichael Grzeschik2021-01-061-0/+5
| * | usb: dwc2: add clk dependency for probe via oftreeMichael Grzeschik2021-01-062-2/+18
| * | usb: dwc2: cleanup on error for deferred probingMichael Grzeschik2021-01-061-3/+4
| * | regulator: stm32-pwr: release resources to properly support EPROBE_DEFERAhmad Fatoum2020-12-161-3/+10
| * | phy: stm32-usphyc: release resources to properly support EPROBE_DEFERAhmad Fatoum2020-12-161-2/+7
| * | usb: dwc2: Rename dwc2_core_snpsid to dwc2_check_core_versionJules Maselbas2020-12-163-5/+3
| * | usb: dwc2: Fix dr_mode check in dwc2_get_dr_modeJules Maselbas2020-12-162-8/+8
| * | usb: dwc2: Remove unnecessary functions declarationJules Maselbas2020-12-162-8/+4
| * | usb: dwc2: Add support for optional usb phyJules Maselbas2020-12-163-0/+28
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-01-194-4/+16
|\ \
| * | of: overlay: do not parse phandles as propertiesRouven Czerwinski2021-01-181-0/+3
| * | eeprom: at24: add support for 24cs64Steffen Trumtrar2021-01-071-0/+1
| * | net: mdio:gpio: fix typos in dev_dbgSteffen Trumtrar2021-01-071-2/+2
| * | driver: provide dev_request_mem_resource_by_name() helperAhmad Fatoum2021-01-051-2/+10
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2021-01-194-25/+178
|\ \
| * | net: phy: at803x: sync RX/TX delay setup with LinuxLucas Stach2021-01-061-12/+76
| * | ddr: imx8m: implement i.MX8MQ supportLucas Stach2021-01-063-13/+102
| |/
* | mtd: nand: fix NAND_ECC_HW modeSascha Hauer2021-01-141-17/+18
* | mtd:nand_mxs: Add missing includeSascha Hauer2021-01-071-0/+2
* | mtd:nand_mxs:update get/set features legacy function calljameszxj2021-01-071-4/+2
* | overlay: return error if target for firmware is missingMichael Tretter2021-01-062-5/+11
|/
* Merge branch 'for-next/spdx'Sascha Hauer2020-12-1120-305/+96
|\
| * mci: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2020-12-0719-285/+95
| * LICENSES: exceptions: factor out eCos-exception-2.0 for GPLAhmad Fatoum2020-11-271-20/+1
* | Merge branch 'for-next/rpi'Sascha Hauer2020-12-111-0/+15
|\ \
| * | ARM: rpi: Add Raspberry Pi Zero W mini-uart supportAhmad Fatoum2020-12-101-0/+15
* | | Merge branch 'for-next/mtd'Sascha Hauer2020-12-117-20/+139
|\ \ \
| * | | mtd: nand: Make software ECC support optionalSascha Hauer2020-12-112-0/+8
| * | | mtd: nand: Make support for syndrome hardware ecc optionalSascha Hauer2020-12-112-0/+8
| * | | mtd: spi-nor: Make write support optionalSascha Hauer2020-12-111-0/+9
| * | | mtd: nand: omap: Bail out when omap_gpmc_eccmode() failsSascha Hauer2020-12-111-1/+3
| * | | mtd: nand: omap: print error when ELM config failedSascha Hauer2020-12-111-1/+4
| * | | mtd: nand: denali: cope with kernel device trees without chip subnodesSascha Hauer2020-11-251-0/+57
| * | | mtd: Add hook to fix up kernel partitionsSascha Hauer2020-11-251-1/+29
| * | | of: partitions: export of_fixup_partitionsSascha Hauer2020-11-251-16/+21
| * | | mtd: Remove set but not used of_pathSascha Hauer2020-11-251-1/+0
| | |/ | |/|
* | | Merge branch 'for-next/misc'Sascha Hauer2020-12-115-38/+129
|\ \ \
| * | | usb: host: ehci: fix mismatch in format stringAhmad Fatoum2020-12-071-1/+1
| * | | watchdog: implement watchdog_get_alias_id_fromAhmad Fatoum2020-11-302-15/+81