Re: sunxi: Add SPI Flash support for Orange PI R1

2020-07-10 Thread Yaroslav Petrov
Hi, Thank you very much for your feedback. I try to send it to kernel.org Mit freundlichen Grüßen, Yaroslav Petrov On 10.07.20 13:31, Peter Robinson wrote: > On Fri, Jul 10, 2020 at 12:15 PM Yaroslav Petrov wrote: >> diff --git a/arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts >>

sunxi: Add SPI Flash support for Orange PI R1

2020-07-10 Thread Yaroslav Petrov
diff --git a/arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts b/arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts index 3356f4210d..675d38738d 100644 --- a/arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts +++ b/arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts @@ -65,6 +65,7 @@     aliases {    

Re: [U-Boot] [PATCH v2] i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)

2016-08-10 Thread Yaroslav K.
ing on the bus with 'i2c dev 0; i2c >probe'. Is that expected? probably caused by the fact that his devices doesn't support block mode too. Also, isn't it better to put PCI device IDs in pci_ids.h as defines? -- Yaroslav ___ U-Boot mailing list

Re: [U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-08 Thread Yaroslav K.
Hi Joe. You should probably just take Alban's patch. I don't care about my SOB. -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Bug in cbfs

2016-08-08 Thread Yaroslav K.
Hi Bin. Could you please create proper patch yourself? The changes are trivial anyway, so it doesn't matter who author is. -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] net: e1000: Fix the build with driver model and SPI EEPROM

2016-08-05 Thread Yaroslav K.
So, in a single day we independently submitted two almost identical patches. The patch is pretty obvious, but two in a day is still a cool coincidence. -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

[U-Boot] [PATCH] net: e1000: Allow to use e1000 SPI command with DM

2016-08-03 Thread Yaroslav K.
Fix compile errors when enabling CONFIG_DM_ETH, CONFIG_CMD_E1000 and CONFIG_E1000_SPI. Signed-off-by: Yaroslav K. <yar...@gmail.com> --- drivers/net/e1000.c | 6 - drivers/net/e1000_spi.c | 60 - 2 files changed, 35 insertions(

[U-Boot] [PATCH] Bug in cbfs

2016-07-22 Thread Yaroslav K.
cbfs: Fix incorrect CBFS file header size being used This fixes incorrect filenames in cbfsls output. Signed-off-by: Yaroslav K. <yar...@gmail.com> --- fs/cbfs/cbfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/cbfs/cbfs.c b/fs/cbfs/cbfs.c index 95a48a4..b

[U-Boot] AHCI driver is quiet slow

2016-07-15 Thread Yaroslav K.
ing that could be done to improve AHCI performance? -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Bug in cbfs

2016-06-27 Thread Yaroslav K.
;checksum = header.checksum; Shouldn't sizeof(const struct cbfs_cachenode *) and sizeof(struct cbfs_cachenode *) be replaced with sizeof(struct cbfs_fileheader)? -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] u-boot-x86 sf probe fail

2016-06-21 Thread Yaroslav
probed and works just fine. Maybe the file contains outdated code or something. U-boot maintainers should check it. -- Yaroslav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot