mbox series

[v4,0/3] Add Rockchip NFC drivers for RK3308 and others

Message ID 20200320093342.15470-1-yifeng.zhao@rock-chips.com (mailing list archive)
Headers show
Series Add Rockchip NFC drivers for RK3308 and others | expand

Message

Yifeng Zhao March 20, 2020, 9:33 a.m. UTC
Rockchp's NFC(Nand Flash Controller) has three versions: V6, V8 and V9.
This series patch can support all  three versions.


Changes in v4:
- Define platform data structure for the register offsets.
- The compatible define with rkxx_nfc.
- Use SET_SYSTEM_SLEEP_PM_OPS to define PM_OPS.
- Use exec_op instead of legacy hooks.
- The compatible define with rkxx_nfc
- Add assigned-clocks
- Fix some wrong define

Changes in v3:
- Change the title for the dt-bindings

Changes in v2:
- Fix compile error.
- Include header files sorted by file name

Yifeng Zhao (3):
  mtd: rawnand: rockchip: NFC drivers for RK3308, RK3188 and others
  dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller
  MAINTAINERS: add maintainers to rockchip nfc

 .../bindings/mtd/rockchip,nand.yaml           |  101 ++
 MAINTAINERS                                   |    2 +
 drivers/mtd/nand/raw/Kconfig                  |    7 +
 drivers/mtd/nand/raw/Makefile                 |    1 +
 drivers/mtd/nand/raw/rockchip_nand.c          | 1315 +++++++++++++++++
 5 files changed, 1426 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mtd/rockchip,nand.yaml
 create mode 100644 drivers/mtd/nand/raw/rockchip_nand.c

Comments

Miquel Raynal March 20, 2020, 10:18 a.m. UTC | #1
Hi Yifeng,

Yifeng Zhao <yifeng.zhao@rock-chips.com> wrote on Fri, 20 Mar 2020
17:33:39 +0800:

> Rockchp's NFC(Nand Flash Controller) has three versions: V6, V8 and V9.
> This series patch can support all  three versions.
> 
> 
It looks like it's the third time you send a v4 for this series, if you
change things in the series, please increase the version number. If
it is a mistake, please tell us so, because it is not easy to follow :)


Thanks,
Miquèl
Yifeng Zhao March 23, 2020, 1:33 a.m. UTC | #2
Hi Miquel,

Do you mean you have received V4 series three times? 

I only send v4 for this series one time.
 
Thanks,
Yifeng

>Hi Yifeng,
>
>Yifeng Zhao <yifeng.zhao@rock-chips.com> wrote on Fri, 20 Mar 2020
>17:33:39 +0800:
>
>> Rockchp's NFC(Nand Flash Controller) has three versions: V6, V8 and V9.
>> This series patch can support all  three versions.
>>
>>
>It looks like it's the third time you send a v4 for this series, if you
>change things in the series, please increase the version number. If
>it is a mistake, please tell us so, because it is not easy to follow :)
>
>
>Thanks,
>Miquèl
>
>
>
Miquel Raynal March 23, 2020, 10:37 a.m. UTC | #3
Hi Yifeng,

赵仪峰 <yifeng.zhao@rock-chips.com> wrote on Mon, 23 Mar 2020 09:33:35
+0800:

> Hi Miquel,
> 
> Do you mean you have received V4 series three times? 
> 
> I only send v4 for this series one time.

Yes, I did receive the v4 three times.
On 19/03/2020 at 09:45, 10:03, 10:33.

Thanks,
Miquèl