From: 赵仪峰 <yifeng.zhao@rock-chips.com>
To: "Johan Jonker" <jbx6244@gmail.com>,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
richard <richard@nod.at>, vigneshr <vigneshr@ti.com>,
robh+dt <robh+dt@kernel.org>
Cc: devicetree <devicetree@vger.kernel.org>,
HeikoStübner <heiko@sntech.de>,
linux-kernel <linux-kernel@vger.kernel.org>,
linux-rockchip <linux-rockchip@lists.infradead.org>,
linux-mtd <linux-mtd@lists.infradead.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: Re: [PATCH v15 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others
Date: Tue, 8 Dec 2020 15:23:54 +0800 [thread overview]
Message-ID: <2020120815225461228793@rock-chips.com> (raw)
In-Reply-To: 259fe1ce-6bcb-3a26-493d-87bbd2eaff5e@gmail.com
Hi Johan,
Yes, I will post NFC code to Uboot,but it may take a while to modify the code for Uboot.
--------------
yifeng
>Hi Yifeng,
>
>Meanwhile, could you post a RFC version for Uboot based on this version
>plus comments, so people can test the whole process from programming,
>booting and kernel?
>
>On 11/30/20 1:49 PM, Johan Jonker wrote:
>> Hi,
>>
>> Looks good to me.
>> Do the maintainers or someone else have any major issues?
>> Could Miquel indicate if a version 16 must be send for that 'ret'
>> variable alone or is it OK now?
>>
>>
>> On 11/30/20 11:00 AM, Yifeng Zhao wrote:
>>> This driver supports Rockchip NFC (NAND Flash Controller) found on RK3308,
>>> RK2928, RKPX30, RV1108 and other SOCs. The driver has been tested using
>>> 8-bit NAND interface on the ARM based RK3308 platform.
>
>[..]
>
>>> +/**
>>> + * struct rk_ecc_cnt_status: represent a ecc status data.
>
>represent the ECC status data.
>
>>> + * @err_flag_bit: error flag bit index at register.
>>> + * @low: ECC count low bit index at register.
>>> + * @low_mask: mask bit.
>>> + * @low_bn: ECC count low bit number.
>>> + * @high: ECC count high bit index at register.
>>> + * @high_mask: mask bit
>>> + */
>
>
>
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: 赵仪峰 <yifeng.zhao@rock-chips.com>
To: "Johan Jonker" <jbx6244@gmail.com>,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
richard <richard@nod.at>, vigneshr <vigneshr@ti.com>,
robh+dt <robh+dt@kernel.org>
Cc: devicetree <devicetree@vger.kernel.org>,
HeikoStübner <heiko@sntech.de>,
linux-kernel <linux-kernel@vger.kernel.org>,
linux-rockchip <linux-rockchip@lists.infradead.org>,
linux-mtd <linux-mtd@lists.infradead.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: Re: [PATCH v15 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others
Date: Tue, 8 Dec 2020 15:23:54 +0800 [thread overview]
Message-ID: <2020120815225461228793@rock-chips.com> (raw)
In-Reply-To: 259fe1ce-6bcb-3a26-493d-87bbd2eaff5e@gmail.com
Hi Johan,
Yes, I will post NFC code to Uboot,but it may take a while to modify the code for Uboot.
--------------
yifeng
>Hi Yifeng,
>
>Meanwhile, could you post a RFC version for Uboot based on this version
>plus comments, so people can test the whole process from programming,
>booting and kernel?
>
>On 11/30/20 1:49 PM, Johan Jonker wrote:
>> Hi,
>>
>> Looks good to me.
>> Do the maintainers or someone else have any major issues?
>> Could Miquel indicate if a version 16 must be send for that 'ret'
>> variable alone or is it OK now?
>>
>>
>> On 11/30/20 11:00 AM, Yifeng Zhao wrote:
>>> This driver supports Rockchip NFC (NAND Flash Controller) found on RK3308,
>>> RK2928, RKPX30, RV1108 and other SOCs. The driver has been tested using
>>> 8-bit NAND interface on the ARM based RK3308 platform.
>
>[..]
>
>>> +/**
>>> + * struct rk_ecc_cnt_status: represent a ecc status data.
>
>represent the ECC status data.
>
>>> + * @err_flag_bit: error flag bit index at register.
>>> + * @low: ECC count low bit index at register.
>>> + * @low_mask: mask bit.
>>> + * @low_bn: ECC count low bit number.
>>> + * @high: ECC count high bit index at register.
>>> + * @high_mask: mask bit
>>> + */
>
>
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: 赵仪峰 <yifeng.zhao@rock-chips.com>
To: "Johan Jonker" <jbx6244@gmail.com>,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
richard <richard@nod.at>, vigneshr <vigneshr@ti.com>,
robh+dt <robh+dt@kernel.org>
Cc: devicetree <devicetree@vger.kernel.org>,
HeikoStübner <heiko@sntech.de>,
linux-kernel <linux-kernel@vger.kernel.org>,
linux-rockchip <linux-rockchip@lists.infradead.org>,
linux-mtd <linux-mtd@lists.infradead.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: Re: [PATCH v15 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others
Date: Tue, 8 Dec 2020 15:23:54 +0800 [thread overview]
Message-ID: <2020120815225461228793@rock-chips.com> (raw)
In-Reply-To: 259fe1ce-6bcb-3a26-493d-87bbd2eaff5e@gmail.com
Hi Johan,
Yes, I will post NFC code to Uboot,but it may take a while to modify the code for Uboot.
--------------
yifeng
>Hi Yifeng,
>
>Meanwhile, could you post a RFC version for Uboot based on this version
>plus comments, so people can test the whole process from programming,
>booting and kernel?
>
>On 11/30/20 1:49 PM, Johan Jonker wrote:
>> Hi,
>>
>> Looks good to me.
>> Do the maintainers or someone else have any major issues?
>> Could Miquel indicate if a version 16 must be send for that 'ret'
>> variable alone or is it OK now?
>>
>>
>> On 11/30/20 11:00 AM, Yifeng Zhao wrote:
>>> This driver supports Rockchip NFC (NAND Flash Controller) found on RK3308,
>>> RK2928, RKPX30, RV1108 and other SOCs. The driver has been tested using
>>> 8-bit NAND interface on the ARM based RK3308 platform.
>
>[..]
>
>>> +/**
>>> + * struct rk_ecc_cnt_status: represent a ecc status data.
>
>represent the ECC status data.
>
>>> + * @err_flag_bit: error flag bit index at register.
>>> + * @low: ECC count low bit index at register.
>>> + * @low_mask: mask bit.
>>> + * @low_bn: ECC count low bit number.
>>> + * @high: ECC count high bit index at register.
>>> + * @high_mask: mask bit
>>> + */
>
>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: 赵仪峰 <yifeng.zhao@rock-chips.com>
To: "Johan Jonker" <jbx6244@gmail.com>,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
richard <richard@nod.at>, vigneshr <vigneshr@ti.com>,
robh+dt <robh+dt@kernel.org>
Cc: devicetree <devicetree@vger.kernel.org>,
HeikoStübner <heiko@sntech.de>,
linux-kernel <linux-kernel@vger.kernel.org>,
linux-rockchip <linux-rockchip@lists.infradead.org>,
linux-mtd <linux-mtd@lists.infradead.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: Re: [PATCH v15 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others
Date: Tue, 8 Dec 2020 15:23:54 +0800 [thread overview]
Message-ID: <2020120815225461228793@rock-chips.com> (raw)
In-Reply-To: 259fe1ce-6bcb-3a26-493d-87bbd2eaff5e@gmail.com
Hi Johan,
Yes, I will post NFC code to Uboot,but it may take a while to modify the code for Uboot.
--------------
yifeng
>Hi Yifeng,
>
>Meanwhile, could you post a RFC version for Uboot based on this version
>plus comments, so people can test the whole process from programming,
>booting and kernel?
>
>On 11/30/20 1:49 PM, Johan Jonker wrote:
>> Hi,
>>
>> Looks good to me.
>> Do the maintainers or someone else have any major issues?
>> Could Miquel indicate if a version 16 must be send for that 'ret'
>> variable alone or is it OK now?
>>
>>
>> On 11/30/20 11:00 AM, Yifeng Zhao wrote:
>>> This driver supports Rockchip NFC (NAND Flash Controller) found on RK3308,
>>> RK2928, RKPX30, RV1108 and other SOCs. The driver has been tested using
>>> 8-bit NAND interface on the ARM based RK3308 platform.
>
>[..]
>
>>> +/**
>>> + * struct rk_ecc_cnt_status: represent a ecc status data.
>
>represent the ECC status data.
>
>>> + * @err_flag_bit: error flag bit index at register.
>>> + * @low: ECC count low bit index at register.
>>> + * @low_mask: mask bit.
>>> + * @low_bn: ECC count low bit number.
>>> + * @high: ECC count high bit index at register.
>>> + * @high_mask: mask bit
>>> + */
>
>
>
next prev parent reply other threads:[~2020-12-08 7:24 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-30 10:00 [PATCH v15 0/8] Add Rockchip NFC drivers for RK3308 and others Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` [PATCH v15 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` [PATCH v15 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 12:49 ` Johan Jonker
2020-11-30 12:49 ` Johan Jonker
2020-11-30 12:49 ` Johan Jonker
2020-11-30 12:49 ` Johan Jonker
2020-12-06 14:10 ` Johan Jonker
2020-12-06 14:10 ` Johan Jonker
2020-12-06 14:10 ` Johan Jonker
2020-12-06 14:10 ` Johan Jonker
2020-12-07 9:56 ` Miquel Raynal
2020-12-07 9:56 ` Miquel Raynal
2020-12-07 9:56 ` Miquel Raynal
2020-12-07 9:56 ` Miquel Raynal
2020-12-08 7:23 ` 赵仪峰 [this message]
2020-12-08 7:23 ` 赵仪峰
2020-12-08 7:23 ` 赵仪峰
2020-12-08 7:23 ` 赵仪峰
2020-11-30 10:00 ` [PATCH v15 3/8] MAINTAINERS: add maintainers to ROCKCHIP NFC Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` [PATCH v15 4/8] arm64: dts: rockchip: Add NFC node for RK3308 SoC Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:00 ` Yifeng Zhao
2020-11-30 10:01 ` [PATCH v15 5/8] arm64: dts: rockchip: Add NFC node for PX30 SoC Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` [PATCH v15 6/8] arm: dts: rockchip: Add NFC node for RV1108 SoC Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` [PATCH v15 7/8] arm: dts: rockchip: Add NFC node for RK2928 and other SoCs Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` [PATCH v15 8/8] arm: dts: rockchip: Add NFC node for RK3036 SoC Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
2020-11-30 10:01 ` Yifeng Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2020120815225461228793@rock-chips.com \
--to=yifeng.zhao@rock-chips.com \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=jbx6244@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=miquel.raynal@bootlin.com \
--cc=richard@nod.at \
--cc=robh+dt@kernel.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.