
This serie contains fixes for the Rockchip NFC driver, which was ported to U-boot and merged with little review and testing it seems. Part 1 aims at passing the probe function without errors.
Fixed are: 64bit FDT parsing compatible string removal add missing layout structure add missing flash_node pointer add missing chip ID
Johan Jonker (9): include: fdtdec: decouple fdt_addr_t and phys_addr_t size include: dm: ofnode: fix headers core: remap: convert regmap_init_mem_plat() input to phys_addr_t rockchip: adc: rockchip-saradc: convert dev_read_addr output to phys_addr_t rockchip: timer: dw-apb-timer: convert dev_read_addr output to phys_addr_t rockchip: mtd: raw: rockchip_nfc convert dev_read_addr output to phys_addr_t mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc" mtd: nand: raw: rockchip_nfc: add layout structure mtd: nand: raw: rockchip_nfc: add flash_node to chip stucture
Paweł Jarosz (1): mtd: nand: add support for the Sandisk SDTNQGAMA chip
Kconfig | 8 ++++ drivers/adc/rockchip-saradc.c | 2 +- drivers/core/regmap.c | 2 +- drivers/core/syscon-uclass.c | 2 +- drivers/mtd/nand/raw/nand_ids.c | 3 ++ drivers/mtd/nand/raw/rockchip_nfc.c | 68 ++++++++++------------------- drivers/ram/rockchip/sdram_rk3066.c | 2 +- drivers/ram/rockchip/sdram_rk3188.c | 2 +- drivers/ram/rockchip/sdram_rk322x.c | 2 +- drivers/ram/rockchip/sdram_rk3288.c | 2 +- drivers/ram/rockchip/sdram_rk3328.c | 2 +- drivers/ram/rockchip/sdram_rk3399.c | 2 +- drivers/timer/dw-apb-timer.c | 4 +- include/dm/ofnode.h | 16 +++---- include/fdtdec.h | 13 ++++-- include/regmap.h | 2 +- 16 files changed, 62 insertions(+), 70 deletions(-)
-- 2.20.1