Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-07-29 Thread Arnd Bergmann
On Mon, Jul 29, 2019 at 2:53 PM Greg Ungerer wrote: > On 23/7/19 12:44 am, Arnd Bergmann wrote: > > On Sat, May 4, 2019 at 4:27 PM Greg Ungerer wrote: > >> On 4/5/19 3:06 am, Guenter Roeck wrote: > >>> On Fri, May 03, 2019 at 08:16:05AM +0100, Linus Walleij wrote: > With IXP4xx, Gemini and

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-07-29 Thread Greg Ungerer
Hi Arnd, On 23/7/19 12:44 am, Arnd Bergmann wrote: On Sat, May 4, 2019 at 4:27 PM Greg Ungerer wrote: On 4/5/19 3:06 am, Guenter Roeck wrote: On Fri, May 03, 2019 at 08:16:05AM +0100, Linus Walleij wrote: On Fri, May 3, 2019 at 8:02 AM Greg Ungerer wrote: Ultimately though I am left

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-07-22 Thread Olof Johansson
On Mon, Jul 22, 2019 at 7:44 AM Arnd Bergmann wrote: > > On Sat, May 4, 2019 at 4:27 PM Greg Ungerer wrote: > > On 4/5/19 3:06 am, Guenter Roeck wrote: > > > On Fri, May 03, 2019 at 08:16:05AM +0100, Linus Walleij wrote: > > >> On Fri, May 3, 2019 at 8:02 AM Greg Ungerer wrote: > > >>>

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-07-22 Thread Arnd Bergmann
On Sat, May 4, 2019 at 4:27 PM Greg Ungerer wrote: > On 4/5/19 3:06 am, Guenter Roeck wrote: > > On Fri, May 03, 2019 at 08:16:05AM +0100, Linus Walleij wrote: > >> On Fri, May 3, 2019 at 8:02 AM Greg Ungerer wrote: > >>> Ultimately though I am left wondering if the ks8695 support in the > >>>

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-05-04 Thread Greg Ungerer
On 4/5/19 3:06 am, Guenter Roeck wrote: On Fri, May 03, 2019 at 08:16:05AM +0100, Linus Walleij wrote: On Fri, May 3, 2019 at 8:02 AM Greg Ungerer wrote: I dug out some old ks8695 based hardware to try this out. I had a lot of trouble getting anything modern working on it. In the end I

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-05-03 Thread Guenter Roeck
On Fri, May 03, 2019 at 08:16:05AM +0100, Linus Walleij wrote: > On Fri, May 3, 2019 at 8:02 AM Greg Ungerer wrote: > > > I dug out some old ks8695 based hardware to try this out. > > I had a lot of trouble getting anything modern working on it. > > In the end I still don't have a reliable test

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-05-03 Thread Linus Walleij
On Fri, May 3, 2019 at 8:02 AM Greg Ungerer wrote: > I dug out some old ks8695 based hardware to try this out. > I had a lot of trouble getting anything modern working on it. > In the end I still don't have a reliable test bed to test this properly. What is usually used by old ARMv4 systems is

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-05-03 Thread Greg Ungerer
Hi Arnd, On 16/4/19 6:24 am, Arnd Bergmann wrote: drivers should not rely on machine specific headers but get their information from the platform device. Signed-off-by: Arnd Bergmann I dug out some old ks8695 based hardware to try this out. I had a lot of trouble getting anything modern

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-04-19 Thread Greg Ungerer
Hi Arnd, On 16/4/19 6:24 am, Arnd Bergmann wrote: drivers should not rely on machine specific headers but get their information from the platform device. Signed-off-by: Arnd Bergmann I like the whole series, thanks for doing this. I haven't looked at the KS8695 in a long time now. I am not

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-04-15 Thread Arnd Bergmann
On Mon, Apr 15, 2019 at 10:54 PM Guenter Roeck wrote: > > > > > config KS8695_WATCHDOG > > tristate "KS8695 watchdog" > > - depends on ARCH_KS8695 > > + depends on ARCH_KS8695 || COMPILE_TEST > > Is __raw_readl / __raw_writel really available for all architectures / > platforms ?

Re: [PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-04-15 Thread Guenter Roeck
On Mon, Apr 15, 2019 at 10:24:13PM +0200, Arnd Bergmann wrote: > drivers should not rely on machine specific headers but > get their information from the platform device. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-ks8695/devices.c | 13 - > drivers/watchdog/Kconfig

[PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h

2019-04-15 Thread Arnd Bergmann
drivers should not rely on machine specific headers but get their information from the platform device. Signed-off-by: Arnd Bergmann --- arch/arm/mach-ks8695/devices.c | 13 - drivers/watchdog/Kconfig | 2 +- drivers/watchdog/ks8695_wdt.c | 30 +-