Re: [PATCH] Add support for more XMC series

2023-12-06 Thread Jagan Teki
On Sat, Aug 12, 2023 at 8:37 AM SSunk wrote: > > Add XMC XM25QH128C/XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C > site: https://www.xmcwh.com/site/product > > Signed-off-by: Kankan Sun > --- > configs/evb-ast2600_defconfig | 1 + > drivers/mtd/spi/spi-nor-ids.c | 4 > 2 files changed, 5 ins

Re: [PATCH] Add support for more XMC series

2023-08-31 Thread SSunk
>Hi Simon, >I just want to apply: >https://patchwork.ozlabs.org/project/uboot/patch/20230812031846.3958-1-ssunk...@gmail.com > >Thanks, >SSunk > >Simon Glass ???2023???8???15? 06:43? > >> Hi, >> >> On Sun, 13 Aug 2023 at 21:19, Clus Tom wrote: >>> >>> Hi Simon, >>> I'm not quite s

Re: [PATCH] Add support for more XMC series

2023-08-31 Thread SSunk
>Hi Michael, >Since this is the first time I've submitted code to the Linux community, >please forgive me for some of the missteps that I've made. >I uploaded the incorrect patch file. >In a previous e-mail you said??? >XMC parts seem to have SFDP tables and they should work out of the box >withou

Re: [PATCH] Add support for more XMC series

2023-08-14 Thread Clus Tom
Hi Simon, I just want to apply: https://patchwork.ozlabs.org/project/uboot/patch/20230812031846.3958-1-ssunk...@gmail.com Thanks, SSunk Simon Glass 于2023年8月15日周二 06:43写道: > Hi, > > On Sun, 13 Aug 2023 at 21:19, Clus Tom wrote: > > > > Hi Simon, > > I'm not quite sure what you mean by v2, if it

Re: [PATCH] Add support for more XMC series

2023-08-14 Thread Simon Glass
Hi, On Sun, 13 Aug 2023 at 21:19, Clus Tom wrote: > > Hi Simon, > I'm not quite sure what you mean by v2, if it's the previous email, it only > removes the XM25QH128C part of the commit message compared to the previous > one. > Right, so it is v2. Your emails seem to have generated 3 patches:

Re: [PATCH] Add support for more XMC series

2023-08-13 Thread Clus Tom
Hi Simon, I'm not quite sure what you mean by v2, if it's the previous email, it only removes the XM25QH128C part of the commit message compared to the previous one. Thanks, SSunk Simon Glass 于2023年8月13日周日 21:36写道: > On Fri, 11 Aug 2023 at 21:19, SSunk wrote: > > > > Add XMC XM25QH256C/XM25QU2

RE: [PATCH] Add support for more XMC series

2023-08-13 Thread ChiaWei Wang
> From: SSunk > Sent: Saturday, August 12, 2023 11:08 AM > > Add XMC > XM25QH128C/XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C > site: https://www.xmcwh.com/site/product > > Signed-off-by: Kankan Sun Reviewed-by: Chia-Wei Wang

Re: [PATCH] Add support for more XMC series

2023-08-13 Thread Simon Glass
On Fri, 11 Aug 2023 at 21:19, SSunk wrote: > > Add XMC XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C > site: https://www.xmcwh.com/site/product > > Signed-off-by: Kankan Sun > --- > configs/evb-ast2600_defconfig | 1 + > drivers/mtd/spi/spi-nor-ids.c | 4 > 2 files changed, 5 insertions(+) R

[PATCH] Add support for more XMC series

2023-08-11 Thread SSunk
Add XMC XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C site: https://www.xmcwh.com/site/product Signed-off-by: Kankan Sun --- configs/evb-ast2600_defconfig | 1 + drivers/mtd/spi/spi-nor-ids.c | 4 2 files changed, 5 insertions(+) diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast26

[PATCH] Add support for more XMC series

2023-08-11 Thread SSunk
Add XMC XM25QH128C/XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C site: https://www.xmcwh.com/site/product Signed-off-by: Kankan Sun --- configs/evb-ast2600_defconfig | 1 + drivers/mtd/spi/spi-nor-ids.c | 4 2 files changed, 5 insertions(+) diff --git a/configs/evb-ast2600_defconfig b/config