public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Fixes for Rockchip NFC driver part 1
@ 2023-02-07 14:49 Johan Jonker
  2023-02-07 14:51 ` [PATCH v2 01/10] include: fdtdec: decouple fdt_addr_t and phys_addr_t size Johan Jonker
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Johan Jonker @ 2023-02-07 14:49 UTC (permalink / raw)
  To: dario.binacchi, michael, sjg
  Cc: philipp.tomsich, kever.yang, u-boot, yifeng.zhao

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


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2023-02-16  7:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 14:49 [PATCH v2 00/10] Fixes for Rockchip NFC driver part 1 Johan Jonker
2023-02-07 14:51 ` [PATCH v2 01/10] include: fdtdec: decouple fdt_addr_t and phys_addr_t size Johan Jonker
2023-02-16  7:41   ` Kever Yang
2023-02-07 14:52 ` [PATCH v2 02/10] include: dm: ofnode: fix headers Johan Jonker
2023-02-16  7:41   ` Kever Yang
2023-02-07 14:52 ` [PATCH v2 03/10] core: remap: convert regmap_init_mem_plat() input to phys_addr_t Johan Jonker
2023-02-16  7:41   ` Kever Yang
2023-02-07 14:53 ` [PATCH v2 04/10] rockchip: adc: rockchip-saradc: convert dev_read_addr output " Johan Jonker
2023-02-16  7:42   ` Kever Yang
2023-02-07 14:53 ` [PATCH v2 05/10] rockchip: timer: dw-apb-timer: " Johan Jonker
2023-02-16  7:42   ` Kever Yang
2023-02-07 14:54 ` [PATCH v2 06/10] rockchip: mtd: raw: rockchip_nfc " Johan Jonker
2023-02-16  7:34   ` Michael Nazzareno Trimarchi
2023-02-16  7:43   ` Kever Yang
2023-02-07 14:54 ` [PATCH v2 07/10] mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc" Johan Jonker
2023-02-16  7:29   ` Michael Nazzareno Trimarchi
2023-02-16  7:42   ` Kever Yang
2023-02-07 14:54 ` [PATCH v2 08/10] mtd: nand: raw: rockchip_nfc: add layout structure Johan Jonker
2023-02-16  7:26   ` Michael Nazzareno Trimarchi
2023-02-16  7:43   ` Kever Yang
2023-02-07 14:55 ` [PATCH v2 09/10] mtd: nand: raw: rockchip_nfc: add flash_node to chip stucture Johan Jonker
2023-02-16  7:24   ` Michael Nazzareno Trimarchi
2023-02-16  7:43   ` Kever Yang
2023-02-07 14:56 ` [PATCH v2 10/10] mtd: nand: add support for the Sandisk SDTNQGAMA chip Johan Jonker
2023-02-16  7:43   ` Kever Yang
2023-02-13 14:18 ` [PATCH v1] mtd: nand: raw: rockchip_nfc: fix oobfree offset and description Johan Jonker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox