summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* console: respect baudrate specified in device-tree stdout-pathAhmad Fatoum2021-06-282-6/+15
* string: implement strchrnulAhmad Fatoum2021-06-281-4/+1
* of: Fix deep-probe triggering when removing nodesSascha Hauer2021-06-251-5/+0
* of: refuse to delete root node of live treeSascha Hauer2021-06-251-3/+5
* of: Add dummy driverSascha Hauer2021-06-251-0/+9
* phy: Add deep probe supportSascha Hauer2021-06-251-0/+4
* pinctrl: Add deep probe supportSascha Hauer2021-06-251-2/+5
* common: Explicitly probe consoles earlier with deep probeSascha Hauer2021-06-251-0/+17
* pinctrl: Find controller node firstSascha Hauer2021-06-251-3/+6
* common: add initial barebox deep-probe supportMarco Felsch2021-06-259-5/+219
* of: implement of_get_stdoutpath()Sascha Hauer2021-06-251-5/+10
* of: Set of_chosen and of_model earlierSascha Hauer2021-06-251-9/+9
* of: base: move clock init from of_probe() to barebox_register_of()Marco Felsch2021-06-251-2/+3
* of: base: move memory init from DT to initcallLucas Stach2021-06-251-4/+5
* of: platform: Keep track of populated platform devicesMarco Felsch2021-06-251-1/+19
* of: platform: remove check of already added devicesMarco Felsch2021-06-251-30/+1
* watchdog: dw_wdt: fix resource reservation error checkAhmad Fatoum2021-06-211-2/+3
* nvmem: regmap: fix use of uninitialized space with nvmem_regmap_registerAhmad Fatoum2021-06-211-1/+1
* Merge branch 'for-next/wdt'Sascha Hauer2021-06-161-4/+11
|\
| * watchdog: dw_wdt: denote message to debug levelSascha Hauer2021-06-111-1/+1
| * watchdog: dw_wdt: set maximum timeoutSascha Hauer2021-06-111-4/+5
| * watchdog: dw_wdt: Detect if running initiallySascha Hauer2021-06-111-0/+3
| * watchdog: dw_wdt: Write counter restart registerSascha Hauer2021-06-111-0/+3
* | Merge branch 'for-next/pinctrl'Sascha Hauer2021-06-161-24/+766
|\ \
| * | pinctrl: Rockchip: Move to core_initcall levelSascha Hauer2021-06-111-1/+1
| * | pinctrl: Rockchip: Add RK3568 supportSascha Hauer2021-06-111-7/+358
| * | pinctrl: Rockchip: implement drive strength settingSascha Hauer2021-06-111-1/+125
| * | pinctrl: Rockchip: Update from LinuxSascha Hauer2021-06-111-8/+275
| * | pinctrl: Rockchip: print resource_size_t with %paSascha Hauer2021-06-091-2/+2
| * | pinctrl: Rockchip: rename mux_offset to grf_mux_offsetSascha Hauer2021-06-091-6/+6
| |/
* | Merge branch 'for-next/overlapping-memory-banks'Sascha Hauer2021-06-162-15/+30
|\ \
| * | of: warn about of_add_memory_bank errorsAhmad Fatoum2021-06-022-8/+21
| * | of: propagate errors inside barebox_register_{of, fdt} into initcallsAhmad Fatoum2021-06-021-7/+9
| |/
* | Merge branch 'for-next/net'Sascha Hauer2021-06-166-9/+381
|\ \
| * | net: eqos: Rockchip supportSascha Hauer2021-06-093-0/+324
| * | net: designware: eqos: set mdio bus device nodeSascha Hauer2021-06-091-0/+1
| * | net: designware: eqos: reset phySascha Hauer2021-06-092-0/+35
| * | gpio: allow -gpio suffix for gpio property namesSascha Hauer2021-06-091-9/+21
| |/
* | Merge branch 'for-next/mmc'Sascha Hauer2021-06-1615-440/+1097
|\ \
| * | mci: arasan: wait for XFER_COMPLETE for busy responseMichael Tretter2021-06-161-0/+2
| * | mci: arasan: remove duplicate stop clockMichael Tretter2021-06-161-3/+0
| * | mci: arasan: fix most checkpatch warningsMichael Tretter2021-06-161-19/+27
| * | mci: mci-core: respect disable-wp propertyMichael Tretter2021-06-161-1/+3
| * | mci: dw_mmc: set dma mask to work correctly on 64bit platformsSascha Hauer2021-06-111-22/+31
| * | mci: imx-esdhc: Use common DMA helpersSascha Hauer2021-06-111-64/+24
| * | mci: Add support for Rockchip variant of the dwcmshcSascha Hauer2021-06-113-0/+385
| * | mci: sdhci: Add DMA transfer helpersSascha Hauer2021-06-116-6/+130
| * | mci: sdhci: Get rid of many register opsSascha Hauer2021-06-118-167/+51
| * | mci: sdhci: arasan: Use sdhci_set_clock()Sascha Hauer2021-06-101-38/+2
| * | mci: sdhci: arasan: Use sdhci_set_bus_width()Sascha Hauer2021-06-101-11/+3