summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2022.01.0v2022.01.0Sascha Hauer2022-01-181-2/+2
* clk: ignore of_device_ensure_probed error in clock lookupLucas Stach2022-01-181-4/+2
* usb:chipidea-imx: honor "phys" dtree propertyEnrico Scholz2022-01-171-2/+14
* of: add trailing 0 in of_property_sprintf()Ahmad Fatoum2022-01-141-0/+2
* pinctrl: Rockchip: abort GPIO probe gracefully on out-of-range alias idAhmad Fatoum2022-01-141-0/+2
* pinctrl: rockchip: use alias rather than full of nameMichael Riesch2022-01-141-2/+8
* x86: <asm/io.h>: fix outl/outsl access sizeAhmad Fatoum2022-01-101-2/+2
* Revert "ARM: beaglebone: init MPU speed to 800Mhz"Ahmad Fatoum2022-01-071-1/+1
* net: cpsw: add support for new binding in Linux v5.15-rc1 DTsAhmad Fatoum2022-01-071-31/+89
* RISC-V: cpu: fix build with CONFIG_RISCV_EXCEPTIONS=nAhmad Fatoum2022-01-051-0/+2
* regulator: respect "regulator-always-on" propertyEnrico Jorns2022-01-052-2/+4
* regulator: fix broken reference counting on disableAhmad Fatoum2022-01-051-0/+5
* imx-bbu-nand-fcb: suppress compiler warning about uninitialized useAhmad Fatoum2022-01-051-1/+1
* clk: fixed: record parent name in clk_register_fixed_rateAhmad Fatoum2022-01-051-0/+4
* pwm: atmel: point MMIO accesses at correct addressAhmad Fatoum2022-01-051-1/+1
* Merge branch 'for-next/x86'Sascha Hauer2021-12-156-26/+12
|\
| * x86_64: do not pass the EFI image handle or system table to relocationMasahiro Yamada2021-11-172-7/+3
| * x86: reuse cmd_objcopy to generate barebox.efiMasahiro Yamada2021-11-171-6/+5
| * x86: stop copying unneeded sections to barebox.efiMasahiro Yamada2021-11-171-2/+1
| * x86: remove x86-specific cmd_barebox__Masahiro Yamada2021-11-171-8/+3
| * kbuild: remove unneeded -nostdlib flagMasahiro Yamada2021-11-174-5/+2
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-12-1512-7/+140
|\ \
| * | phy: rockchip-inno-usb2: add support for older rockchip SoC bindingsAhmad Fatoum2021-12-071-1/+6
| * | ARM: rockchip_v8_defconfig: Enable Quartz64 boardSascha Hauer2021-11-171-0/+1
| * | arm: rockchip: add support for the quartz64 boardMichael Riesch2021-11-1710-6/+133
* | | Merge branch 'for-next/misc'Sascha Hauer2021-12-15607-682/+1639
|\ \ \
| * | | misc: sram: remove duplicated resource handling codeAhmad Fatoum2021-12-131-8/+1
| * | | crypto: crc32: add big endian CRC implementationAhmad Fatoum2021-12-132-0/+13
| * | | include: <linux/build_bug.h>: define static_assertAhmad Fatoum2021-12-131-0/+19
| * | | commands: of_diff: don't mix tabs and spaces for indentationAhmad Fatoum2021-12-131-13/+5
| * | | of: make of_dump abortable by ctrlc()Ahmad Fatoum2021-12-132-4/+14
| * | | clk: bulk: improve error message on failure to getAhmad Fatoum2021-12-131-2/+2
| * | | RISC-V: qemu-virt: add overlay for environment and stateAhmad Fatoum2021-12-076-0/+27
| * | | common: boards: qemu-virt: genericize to support non-ARM architecturesAhmad Fatoum2021-12-072-7/+26
| * | | ARM: qemu: move board code to central locationAhmad Fatoum2021-12-0710-2/+15
| * | | ARM: qemu: enable deep probe supportAhmad Fatoum2021-12-071-30/+7
| * | | of: overlay: rescan aliases calling of_overlay_apply_tree on live treeAhmad Fatoum2021-12-071-0/+4
| * | | state: make first boot less verboseAhmad Fatoum2021-12-074-8/+23
| * | | state: mark state init errors speciallyAhmad Fatoum2021-12-074-9/+12
| * | | RISC-V: virt: add DEBUG_LL supportAhmad Fatoum2021-12-073-2/+14
| * | | ARM: Rockchip rk3568 EVB: git ignore sdram-init.binAhmad Fatoum2021-12-071-0/+1
| * | | mci: bcm2835: Don't send MMC_CMD_GO_IDLE_STATE at the end of .init()Uwe Kleine-König2021-12-071-4/+1
| * | | scripts/kwboot: Fix normalizing timevalUwe Kleine-König2021-12-071-5/+4
| * | | of: base: improve documentation of global exportsAhmad Fatoum2021-11-301-4/+8
| * | | of: skip machine device creation on subsequent of_probeAhmad Fatoum2021-11-301-1/+4
| * | | test: emulate.pl: fix typo in help textAhmad Fatoum2021-11-301-1/+1
| * | | envfs-core: write to log where appropriateAhmad Fatoum2021-11-301-5/+9
| * | | commands: devinfo: Omit parent if direct descendent of busAhmad Fatoum2021-11-301-1/+1
| * | | nvmem: bsec.c: add optional permanent write supportOleksij Rempel2021-11-302-5/+31
| * | | driver: implement dev_err_probe()Ahmad Fatoum2021-11-252-0/+61