summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-22147-710/+824
|\
| * driver core: platform: Drop of_device_node_put() wrapperRob Herring2021-02-132-8/+1
| * of: Remove of_dev_{get,put}()Rob Herring2021-02-138-38/+14
| * dt-bindings: usb: Change descibe to describe in usbmisc-imx.txtBhaskar Chowdhury2021-02-101-1/+1
| * dt-bindings: can: rcar_canfd: Group tuples in pin control propertiesGeert Uytterhoeven2021-02-091-1/+1
| * dt-bindings: power: renesas,apmu: Group tuples in cpus propertiesGeert Uytterhoeven2021-02-091-1/+1
| * dt-bindings: mtd: spi-nor: Convert to DT schema formatRob Herring2021-02-092-91/+102
| * dt-bindings: Use portable sort for version cmpIskren Chernev2021-02-091-1/+1
| * dt-bindings: ethernet-controller: fix fixed-link specificationRussell King2021-02-091-0/+5
| * dt-bindings: irqchip: Add node name to PRUSS INTCSuman Anna2021-02-091-0/+3
| * dt-bindings: interconnect: Fix the expected number of cellsGeorgi Djakov2021-02-091-1/+1
| * Merge branch 'dt/dtc-sync' into dt/nextRob Herring2021-02-0422-237/+372
| |\
| | * kbuild: Add support to build overlays (%.dtbo)Viresh Kumar2021-02-044-1/+13
| | * scripts: dtc: Remove the unused fdtdump.c fileViresh Kumar2021-02-041-163/+0
| | * scripts: dtc: Build fdtoverlay toolViresh Kumar2021-02-041-1/+7
| | * scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9Rob Herring2021-02-0415-71/+350
| | * scripts: dtc: Fetch fdtoverlay.c from external DTC projectViresh Kumar2021-02-031-1/+2
| * | dt-bindings: Fix errors in 'if' schemasRob Herring2021-02-048-16/+12
| * | dt-bindings: iommu: renesas,ipmmu-vmsa: Make 'power-domains' conditionally re...Rob Herring2021-02-041-1/+11
| * | dt-bindings: Fix undocumented compatible strings in examplesRob Herring2021-02-0411-16/+14
| * | dt-bindings: thermal: sun8i: Fix misplaced schema keyword in compatible stringsRob Herring2021-02-031-6/+6
| * | dt-bindings: iio: dac: Fix AD5686 referencesRob Herring2021-02-031-5/+5
| * | of/device: Don't NULLify match table in of_match_device() with CONFIG_OF=nStephen Boyd2021-01-281-3/+1
| * | hwmon: (lm70) Use device_get_match_data()Stephen Boyd2021-01-281-15/+5
| * | usb: usb251xb: Use of_device_get_match_data()Stephen Boyd2021-01-261-7/+5
| * | serial: stm32: Use of_device_get_match_data()Stephen Boyd2021-01-262-38/+35
| * | drivers: net: davinci_mdio: Use of_device_get_match_data()Stephen Boyd2021-01-261-8/+4
| * | media: renesas-ceu: Use of_device_get_match_data()Stephen Boyd2021-01-261-1/+1
| * | dt-bindings: gpu: Convert v3d to json-schemaStefan Wahren2021-01-252-33/+75
| * | of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat2021-01-151-1/+9
| * | fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed2021-01-151-1/+1
| * | of: base: improve error msg in of_phandle_iterator_next()Enrico Weigelt, metux IT consult2021-01-151-2/+2
| * | dt-bindings: Remove plain text OF graph bindingRob Herring2021-01-121-128/+1
| * | dt-bindings: usb: Use OF graph schemaRob Herring2021-01-122-7/+8
| * | dt-bindings: usb-connector: Use OF graph schemaRob Herring2021-01-121-8/+9
| * | dt-bindings: Add missing array size constraintsRob Herring2021-01-1274-35/+118
| * | dt-bindings:iio:health:ti,afe4404: Fix wrong compatible value.Jonathan Cameron2021-01-111-1/+1
| |/
* | Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-2244-1397/+1811
|\ \
| * | gpio: pcf857x: Fix missing first interruptMaxim Kiselev2021-02-181-1/+1
| * | gpio: ep93xx: refactor base IRQ numberNikita Shubin2021-02-151-5/+7
| * | gpio: ep93xx: refactor ep93xx_gpio_add_bankNikita Shubin2021-02-151-5/+4
| * | gpio: ep93xx: Fix typo s/hierarchial/hierarchicalNikita Shubin2021-02-151-1/+1
| * | gpio: ep93xx: drop to_irq bindingNikita Shubin2021-02-151-6/+0
| * | gpio: ep93xx: Fix wrong irq numbers in port FNikita Shubin2021-02-151-0/+1
| * | gpio: uapi: use the preferred SPDX license identifierBartosz Golaszewski2021-02-151-1/+1
| * | gpio: gpio-xilinx: Add check if width exceeds 32Srinivas Neeli2021-02-151-0/+5
| * | gpio: gpio-xilinx: Add support for suspend and resumeSrinivas Neeli2021-02-151-3/+89
| * | gpio: gpio-xilinx: Add interrupt supportSrinivas Neeli2021-02-152-4/+244
| * | gpio: gpio-xilinx: Reduce spinlock array to arraySrinivas Neeli2021-02-151-13/+12
| * | gpio: gpio-xilinx: Simplify with dev_err_probe()Srinivas Neeli2021-02-151-5/+2