All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id
@ 2018-12-26 11:08 Nikolai Zhubr
  2018-12-29 18:51 ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolai Zhubr @ 2018-12-26 11:08 UTC (permalink / raw)
  To: u-boot

Add Hynix H27UBG8T2BTR nand chip identification.
These chips are sometimes present in e.g. older A20-olinuxino-micro boards.

Signed-off-by: Nikolai Zhubr <n-a-zhubr@yandex.ru>
---
drivers/mtd/nand/raw/nand_ids.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/mtd/nand/raw/nand_ids.c 
b/drivers/mtd/nand/raw/nand_ids.c
index 4009d64..3104f87 100644
--- a/drivers/mtd/nand/raw/nand_ids.c
+++ b/drivers/mtd/nand/raw/nand_ids.c
@@ -61,6 +61,10 @@ struct nand_flash_dev nand_flash_ids[] = {
	{"SDTNRGAMA 64G 3.3V 8-bit",
		{ .id = {0x45, 0xde, 0x94, 0x93, 0x76, 0x50} },
		  SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) },
+	{"H27UBG8T2BTR-BC 32G 3.3V 8-bit",
+		{ .id = {0xad, 0xd7, 0x94, 0xda, 0x74, 0xc3} },
+		  SZ_8K, SZ_4K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
+		  NAND_ECC_INFO(40, SZ_1K), 0 },
	{"H27UCG8T2ATR-BC 64G 3.3V 8-bit",
		{ .id = {0xad, 0xde, 0x94, 0xda, 0x74, 0xc4} },
		  SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
-- 
2.1.2

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

* [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id
  2018-12-26 11:08 [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id Nikolai Zhubr
@ 2018-12-29 18:51 ` Jagan Teki
  2018-12-29 20:13   ` Nikolai Zhubr
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2018-12-29 18:51 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr <n-a-zhubr@yandex.ru> wrote:
>
> Add Hynix H27UBG8T2BTR nand chip identification.
> These chips are sometimes present in e.g. older A20-olinuxino-micro boards.

So the older boards were broken these releases?

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

* [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id
  2018-12-29 18:51 ` Jagan Teki
@ 2018-12-29 20:13   ` Nikolai Zhubr
  2019-01-01 19:30     ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolai Zhubr @ 2018-12-29 20:13 UTC (permalink / raw)
  To: u-boot

29.12.2018 21:51, Jagan Teki:
> On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr<n-a-zhubr@yandex.ru>  wrote:
>>
>> Add Hynix H27UBG8T2BTR nand chip identification.
>> These chips are sometimes present in e.g. older A20-olinuxino-micro boards.
>
> So the older boards were broken these releases?

Those with H27UBG8T2BTR chip -- yes:

ECC init failed: -22
failed to init nand chips


Thank you,

Regards,
Nikolai

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

* [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id
  2018-12-29 20:13   ` Nikolai Zhubr
@ 2019-01-01 19:30     ` Jagan Teki
  0 siblings, 0 replies; 4+ messages in thread
From: Jagan Teki @ 2019-01-01 19:30 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 30, 2018 at 1:25 AM Nikolai Zhubr <n-a-zhubr@yandex.ru> wrote:
>
> 29.12.2018 21:51, Jagan Teki:
> > On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr<n-a-zhubr@yandex.ru>  wrote:
> >>
> >> Add Hynix H27UBG8T2BTR nand chip identification.
> >> These chips are sometimes present in e.g. older A20-olinuxino-micro boards.
> >
> > So the older boards were broken these releases?
>
> Those with H27UBG8T2BTR chip -- yes:
>
> ECC init failed: -22
> failed to init nand chips

OK.

Patch was not created properly, failed to apply. I have fixed it and
added proper commit message. Please fix it for next time, since it's
release time I did it.

Applied to u-boot-spi/master

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

end of thread, other threads:[~2019-01-01 19:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-26 11:08 [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id Nikolai Zhubr
2018-12-29 18:51 ` Jagan Teki
2018-12-29 20:13   ` Nikolai Zhubr
2019-01-01 19:30     ` Jagan Teki

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.