Commit Graph

  • 7aa5ddffe7 regmap: Allow left shifting register offset before access Pratyush Yadav 2020-09-24 10:04:13 +05:30
  • 78aaedba9f regmap: Allow specifying read/write width Pratyush Yadav 2020-09-24 10:04:12 +05:30
  • 97d8a6970a regmap: zero out the regmap on allocation Pratyush Yadav 2020-09-24 10:04:11 +05:30
  • ffb22f6b84 regmap: Add devm_regmap_init() Jean-Jacques Hiblot 2020-09-24 10:04:10 +05:30
  • 88e6a60e4a test: gpio: Add tests for the managed API Jean-Jacques Hiblot 2020-09-11 13:43:35 +05:30
  • d4b722e3a8 drivers: gpio: Add a managed API to get a GPIO from the device-tree Jean-Jacques Hiblot 2020-09-11 13:43:34 +05:30
  • bad2433151 test: reset: Add tests for the managed API Jean-Jacques Hiblot 2020-09-09 15:37:04 +05:30
  • 139e4a1cbe drivers: reset: Add a managed API to get reset controllers from the DT Jean-Jacques Hiblot 2020-09-09 15:37:03 +05:30
  • 5f9070a4a4 optee: copy FDT OP-TEE related nodes before generic FDT changes Etienne Carriere 2020-06-05 09:22:54 +02:00
  • 01114adfc1 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next Tom Rini 2020-09-30 09:21:43 -04:00
  • 527fad0b24 Merge branch '2020-09-29-dev_xxx-print-improvement' into next Tom Rini 2020-09-30 09:07:06 -04:00
  • ceb70bb870 dm: Print device name in dev_xxx like Linux Sean Anderson 2020-09-15 10:45:22 -04:00
  • 4d14600bf6 dm: Use symbolic constants for log levels in dev_xxx Sean Anderson 2020-09-15 10:45:21 -04:00
  • 4723fd58dc video: stm32: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:45:20 -04:00
  • 7fe8cfdc77 usb: musb-new: sunxi: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:19 -04:00
  • 2667dacb42 usb: dwc3: Don't include asm-generic/io.h Sean Anderson 2020-09-15 10:45:18 -04:00
  • 44003f88a9 usb: dwc3: ti: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:17 -04:00
  • df5eabcbf7 usb: dwc3: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:45:16 -04:00
  • 046ade8103 usb: dwc2: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:45:15 -04:00
  • df8395a01f usb: cdns3: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:45:14 -04:00
  • 9c610289b6 sysreset: ti: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:13 -04:00
  • 49dfbe924c spi: zynqmp_gqspi: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:12 -04:00
  • 32bbe5b5d3 spi: sunxi: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:11 -04:00
  • cc6c2904b2 soc: qualcomm: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:10 -04:00
  • d7bd29c912 remoteproc: k3: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:45:09 -04:00
  • 44f1c38a32 remoteproc: k3-r5: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:45:08 -04:00
  • b608c54b52 remoteproc: Remove unused function rproc_elf_sanity_check Sean Anderson 2020-09-15 10:45:07 -04:00
  • 0aeaca622a phy: usbphyc: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:06 -04:00
  • 29e0969bbd phy: ti: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:05 -04:00
  • 7334517310 phy: sun4i-usb: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:04 -04:00
  • e9e1bd1f75 phy: rockchip: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:03 -04:00
  • b9442a01f5 phy: marvell: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:45:02 -04:00
  • 143d81dc86 net: ti: cpsw: Fix not calling dev_dbg with a device Sean Anderson 2020-09-15 10:45:01 -04:00
  • ef043693c6 net: sun8i_emac: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:45:00 -04:00
  • e2f7421522 net: sunxi: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:44:59 -04:00
  • 69876c54de linux/compat.h: Remove netdev_xxx functions Sean Anderson 2020-09-15 10:44:58 -04:00
  • 9db60ee470 net: mvpp2: Convert netdev_xxx to dev_xxx Sean Anderson 2020-09-15 10:44:57 -04:00
  • ddc48c1355 net: mvpp2: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:44:56 -04:00
  • c519cbf5c2 net: mvneta: Convert netdev_xxx to dev_xxx Sean Anderson 2020-09-15 10:44:55 -04:00
  • 13cbe299d0 net: mvneta: Fix not always calling dev_err with a device Sean Anderson 2020-09-15 10:44:54 -04:00
  • 0851bd1e75 net: mdio: Fix not calling dev_dbg with a device Sean Anderson 2020-09-15 10:44:53 -04:00
  • 1485d64923 net: bcm6368: Fix not calling dev_info with a device Sean Anderson 2020-09-15 10:44:52 -04:00
  • 7f36806c9b nand: vybrid: Re-introduce vf610_nfc.dev Sean Anderson 2020-09-15 10:44:51 -04:00
  • 15b6ab4cee nand: brcmnand: Fix not calling dev_err() with a device Sean Anderson 2020-09-15 10:44:50 -04:00
  • 2e8c907aba nand: atmel: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:44:49 -04:00
  • fe6e209a27 mailbox: k3: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:44:48 -04:00
  • e1ce790128 mmc: mtk-sd: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:44:47 -04:00
  • 48a4eb802a mmc: bcm2835-host: Fix not calling dev_dbg with a device Sean Anderson 2020-09-15 10:44:46 -04:00
  • 68fd602662 mmc: Add mmc_dev() Sean Anderson 2020-09-15 10:44:45 -04:00
  • 6dcc2819ae mtd: spi-nand: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:44:44 -04:00
  • 8985e1cf91 mtd: spi: Fix logging in spi-nor-tiny Sean Anderson 2020-09-15 10:44:43 -04:00
  • c64633644e mtd: spi: Include dm.h in spi-nor-core.c Sean Anderson 2020-09-15 10:44:42 -04:00
  • 75eed1a113 mtd: nand: sunxi: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:44:41 -04:00
  • 661c98121d mtd: nand: pxa3xx: Fix not calling dev_xxx with a device Sean Anderson 2020-09-15 10:44:40 -04:00
  • b4f11dfcbd i2c: mxc: Fix dev_err being called on a nonexistant variable Sean Anderson 2020-09-15 10:44:39 -04:00
  • e579230b37 firmware: ti_sci: Fix not calling dev_err with a device Sean Anderson 2020-09-15 10:44:38 -04:00
  • 46df2f87bd dm: syscon: Fix calling dev_dbg with an uninitialized device Sean Anderson 2020-09-15 10:44:37 -04:00
  • 924de3216e riscv: Add some comments to start.S Sean Anderson 2020-09-21 07:51:41 -04:00
  • 85768134b4 riscv: Ensure gp is NULL or points to valid data Sean Anderson 2020-09-21 07:51:40 -04:00
  • 309995b315 riscv: Consolidate fences into AMOs for available_harts_lock Sean Anderson 2020-09-21 07:51:39 -04:00
  • 768502e2a7 riscv: Clear pending IPIs on initialization Sean Anderson 2020-09-21 07:51:38 -04:00
  • f760c9a1fd riscv: Use a valid bit to ignore already-pending IPIs Sean Anderson 2020-09-21 07:51:37 -04:00
  • d4990a4648 riscv: Match memory barriers between send_ipi_many and handle_ipi Sean Anderson 2020-09-21 07:51:36 -04:00
  • c41045411b Revert "riscv: Clear pending interrupts before enabling IPIs" Sean Anderson 2020-09-21 07:51:35 -04:00
  • 422c3c5edf riscv: Update SiFive device tree for new CLINT driver Sean Anderson 2020-09-28 10:52:29 -04:00
  • e89e8983dc riscv: Update Kendryte device tree for new CLINT driver Sean Anderson 2020-09-28 10:52:28 -04:00
  • a952c3a454 riscv: clk: Add CLINT clock to kendryte clock driver Sean Anderson 2020-09-28 10:52:27 -04:00
  • e5ca9a7523 riscv: Rework Sifive CLINT as UCLASS_TIMER driver Sean Anderson 2020-09-28 10:52:26 -04:00
  • 15943bb558 riscv: Clean up initialization in Andes PLIC Sean Anderson 2020-09-28 10:52:25 -04:00
  • e86463f8e3 riscv: Rework Andes PLMT as a UCLASS_TIMER driver Sean Anderson 2020-09-28 10:52:24 -04:00
  • 7616e3687e timer: Add a test for timer_timebase_fallback Sean Anderson 2020-09-28 10:52:23 -04:00
  • 3576121687 timer: Add helper for drivers using timebase fallback Sean Anderson 2020-09-28 10:52:22 -04:00
  • c33efafaf9 riscv: Rework riscv timer driver to only support S-mode Sean Anderson 2020-09-28 10:52:21 -04:00
  • 9981a8009e ram: sifive: Remove regmap dependency Bin Meng 2020-09-15 16:05:07 +08:00
  • f8c9660bfe ram: sifive: Check return value on clk_enable() Bin Meng 2020-09-15 16:05:06 +08:00
  • 08bff30d5d doc/sipeed/maix: describe RESET and BOOT button Heinrich Schuchardt 2020-09-05 12:46:46 +02:00
  • d53a95ba5e doc: correct kflash settings for Maix One Dock Heinrich Schuchardt 2020-09-05 12:37:49 +02:00
  • c5a7e5b3dd cmd: irq: disable CMD_IRQ for riscv arch Pragnesh Patel 2020-08-24 20:38:55 +05:30
  • 421ebb713b Merge branch '2020-09-29-assorted-fixes' Tom Rini 2020-09-29 13:24:50 -04:00
  • f644081d38 video: typo Normlly Heinrich Schuchardt 2020-09-29 02:27:41 +02:00
  • 499696e40a README: Fix typo in Board Initialisation Flow Naoki Hayama 2020-09-24 15:57:19 +09:00
  • 0ed375ebb1 fs/squashfs: parameter check sqfs_read_metablock() Heinrich Schuchardt 2020-09-23 21:13:51 +02:00
  • 5558af16a0 mtd: fix typos in drivers/mtd/Kconfig, drivers/mtd/renesas_rpc_hf.c Heinrich Schuchardt 2020-09-17 18:07:44 +02:00
  • 324d77998e Define default CONFIG_PREBOOT with right config option Peter Robinson 2020-09-29 10:48:14 +01:00
  • d44d46e9fa Merge tag 'efi-2020-10-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2020-09-28 08:26:49 -04:00
  • 114c0ebcc1 Merge tag 'u-boot-amlogic-20200928' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic Tom Rini 2020-09-28 08:26:34 -04:00
  • 96b9a5cdf8 MAINTAINERS: add Microchip PIT64B timer Claudiu Beznea 2020-09-23 13:17:21 +03:00
  • ed1b726683 timer: mchp-pit64b: add support for pit64b Claudiu Beznea 2020-09-07 18:36:33 +03:00
  • c48e9f310b riscv: restore global data pointer in trap handler Heinrich Schuchardt 2020-09-26 07:50:36 +02:00
  • 02d249f99e rng: meson: make core clock optional Neil Armstrong 2020-09-25 09:19:20 +02:00
  • b59c13d42f efi_loader: installation of EFI_RNG_PROTOCOL Heinrich Schuchardt 2020-09-25 12:50:19 +02:00
  • 796933510f efi_loader: efidebug display RNG protocol Heinrich Schuchardt 2020-09-27 14:50:25 +02:00
  • d03ad060fe board: renesas: ebisu: Drop CA57 check in reset_cpu() Lad Prabhakar 2020-09-17 15:28:22 +01:00
  • 9275a963d4 net: ravb: Remove writeext function call Biju Das 2020-09-22 07:51:41 +01:00
  • 3ee840cce4 board: renesas: draak: Drop CA57 reset Biju Das 2020-09-22 09:54:29 +01:00
  • cb1b6795df board: renesas: remove empty board_early_init_f function Biju Das 2020-09-22 09:46:32 +01:00
  • 5157b011da arm: rmobile: Use imply for BOARD_EARLY_INIT_F Biju Das 2020-09-22 13:06:49 +01:00
  • e6c8e763e9 board: renesas: Remove empty s_init function Biju Das 2020-09-22 09:41:50 +01:00
  • aead065e0e arm: mach-rmobile: Mark the default s_init function as weak Biju Das 2020-09-22 09:09:17 +01:00
  • 3afde5aab6 arm: dts: r8a774e1: Import DTS from Linux 5.9-rc4 Biju Das 2020-09-16 11:38:04 +01:00