summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/dts'Sascha Hauer2021-02-2275-130/+392
|\
| * dts: update to v5.11Sascha Hauer2021-02-221-1/+0
| * dts: update to v5.11-rc7Sascha Hauer2021-02-2220-40/+60
| * dts: update to v5.11-rc6Sascha Hauer2021-02-0150-84/+316
| * dts: update to v5.11-rc5Sascha Hauer2021-01-281-2/+2
| * dts: update to v5.11-rc4Sascha Hauer2021-01-255-4/+15
* | Merge branch 'for-next/dfu'Sascha Hauer2021-02-221-135/+253
|\ \
| * | usb: gadget: dfu: Wrap fs operation in workqueueJules Maselbas2021-02-161-129/+246
| * | usb: gadget: dfu: Rework print messagesJules Maselbas2021-02-161-5/+6
| * | usb: gadget: dfu: Use func_to_dfuJules Maselbas2021-02-101-2/+2
* | | Merge branch 'for-next/asm-io'Sascha Hauer2021-02-229-28/+104
|\ \ \
| * | | printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-046-24/+45
| * | | ppc: <asm/io.h>: remove duplicate definitionAhmad Fatoum2021-02-041-4/+0
| * | | asm-generic: define fallback memcpy and memset for device I/OAhmad Fatoum2021-02-041-0/+55
| * | | ARM: <asm/io.h>: define macros for I/O memcpy/memsetAhmad Fatoum2021-02-041-0/+4
* | | | Merge branch 'for-next/asm-generic'Sascha Hauer2021-02-2258-110/+270
|\ \ \ \
| * | | | drivers: replaces references to <asm-generic/*.h>Ahmad Fatoum2021-02-193-3/+3
| * | | | lib: remove duplicate __div64_32Ahmad Fatoum2021-02-193-56/+1
| * | | | include: asm-generic: don't do 64-bit soft division on 64-bit platformsAhmad Fatoum2021-02-191-1/+215
| * | | | treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-1950-50/+50
| * | | | include: <linux/math64.h>: include header for __always_inline definitionAhmad Fatoum2021-02-191-0/+1
* | | | | Merge branch 'for-next/aiodev'Sascha Hauer2021-02-2213-0/+965
|\ \ \ \ \
| * | | | | aiodev: add support for STM32 ADCAhmad Fatoum2021-02-106-0/+648
| * | | | | regulator: add driver for stm32-vrefbufAhmad Fatoum2021-02-106-0/+264
| * | | | | regulator: add support for struct regulator_desc::off_on_delayAhmad Fatoum2021-02-102-0/+5
| * | | | | regulator: add regulator_get_voltage() to APIAhmad Fatoum2021-02-102-0/+48
* | | | | | Release v2021.02.0v2021.02.0Sascha Hauer2021-02-221-1/+1
| |/ / / / |/| | | |
* | | | | nvmem: avoid false positive in of_nvmem_find() and simplify itEnrico Scholz2021-02-121-1/+1
* | | | | imx8:pinfunc: fix definitionEnrico Scholz2021-02-121-1/+1
* | | | | sandbox: fix unreliable block device detectionAhmad Fatoum2021-02-121-1/+1
* | | | | commands: Kconfig: setenv: fix reference to unknown symbolAhmad Fatoum2021-02-121-1/+1
* | | | | watchdog: stpmic1-wdt: don't modify global turn-off behaviour in probeLeonard Göhrs2021-02-121-4/+0
| |_|/ / |/| | |
* | | | of: partitions: fix NULL pointer dereference in of_partition_fixup()Edoardo Scaglia2021-02-101-0/+3
|/ / /
* | | of: base: call of_set_root_node() before of_fix_tree()Sascha Hauer2021-02-041-1/+1
* | | gpio: orion: Do not overwrite device idSascha Hauer2021-02-041-5/+7
|/ /
* | sandbox: Kconfig: select all of PARTITION_DISK's dependenciesAhmad Fatoum2021-02-041-0/+1
* | common: Kconfig: improve defaultenv help textsRoland Hieber2021-02-011-6/+22
* | of: overlay: fix warning about format specifier in debug messageAhmad Fatoum2021-02-011-1/+1
|/
* mtd: nand: omap_gpmc: Fix wrong length check for realSascha Hauer2021-01-251-1/+1
* startup: Execute init scripts in alphabetical orderSascha Hauer2021-01-211-12/+17
* Merge branch 'for-next/video'Sascha Hauer2021-01-1913-17/+343
|\
| * video: sdl: delete useless debug outputAhmad Fatoum2021-01-051-9/+0
| * MIPS: qemu-malta_defconfig: enable VGA outputAhmad Fatoum2021-01-052-2/+6
| * 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