Re: MFGTools from NXP

2019-10-11 Thread Marco Felsch
Hi Mihaita, On 19-10-10 15:03, Mihaita Ivascu wrote: > Hello all, > > Does anybody have experience with using MFGTools to flash the > barebox and kernel in NAND for imx6ul platforms? Hm.. I think the most of us are using the imx-usb-loader tool ;) I used it a long time ago but let's try if

[PATCH] fixup! gpio: add DA9062 MFD gpio support

2019-10-11 Thread Marco Felsch
Signed-off-by: Marco Felsch --- Hi, We need to move the gpio-controller to the mfd root node due to hierarchical GPIO irqchips to keep inline with the linux bindings. Please see the discussion [1] for further information. [1] https://patchwork.ozlabs.org/patch/1163309/ Regards, Marco

[PATCH 3/4] watchdog: add support for Fintek F718xx and, F818xx Super I/O

2019-10-11 Thread Ahmad Fatoum
This is an adaptation of the Linux v5.3 f71808e_wdt driver for the watchdog component of the Fintek Super I/O chips. Signed-off-by: Ahmad Fatoum --- drivers/watchdog/Kconfig | 10 + drivers/watchdog/Makefile | 1 + drivers/watchdog/f71808e_wdt.c | 379

[PATCH 2/4] mfd: superio: add Fintek MFD driver

2019-10-11 Thread Ahmad Fatoum
Super I/O chips require a password to unlock access to the I/O ports. Add a driver that pokes the password and registers the appropriate GPIO and Watchdog devices as well as a regmap reflecting the Super I/O chip. Signed-off-by: Ahmad Fatoum --- drivers/mfd/Kconfig | 6 ++

[PATCH 4/4] mfd: superio: add base SMSC MFD driver

2019-10-11 Thread Ahmad Fatoum
From: Ahmad Fatoum The SMSC FDC37C93xAPM is the Super I/O chip on the Dell Latitude 7490. This adds device detection for it and its siblings, so device drivers can be written against it or init scripts can use its regmap interface. Signed-off-by: Ahmad Fatoum --- drivers/mfd/Kconfig|

[PATCH 1/4] mfd: add basic Super I/O chip helpers

2019-10-11 Thread Ahmad Fatoum
Super I/O chips are ICs common to x86 that are used for interfacing to low-bandwidth peripherals. They often contain serial ports, watchdog timers and hardware monitoring units. They are usually addressable via one of two I/O port pairs, either 0x2e-0x2f or 0x4e-0x4f, but they don't typically

Re: MFGTools from NXP

2019-10-11 Thread Mihaita Ivascu
Hello Marco, Thanks to your reply. I am not keen to use specifically MFGTool but I do need a method to load flash new barebox and kernel images from windows side. I have tried with MFGTools but was not successfully when using kobs-ng to flash the barebox. I have attached a log that I send