Re: [PATCH] gpio: pca953x: Don't flip bits on PCA957x GPIO expanders when probing them.

2013-09-09 Thread Graeme Smecher
Hi Grant, On 04/08/13 05:35 AM, Haojian Zhuang wrote: On Sat, Aug 3, 2013 at 5:24 AM, Graeme Smecher wrote: The pca957x driver supports a handful of I2C GPIO expanders from NXP, Maxim, and TI. For the PCA9574 and PCA9575 devices only, the driver resets the GPIO level and direction in the

Re: [PATCH] microblaze: Don't mark arch_kgdb_ops as const.

2013-06-23 Thread Graeme Smecher
Hi Michal, On 08/06/13 01:58 PM, Graeme Smecher wrote: Hi all, On 08/06/13 09:52 AM, Graeme Smecher wrote: Other architectures don't do it, and it conflicts with the extern'd definition in include/linux/kgdb.h. Signed-off-by: Graeme Smecher CC: Michal Simek CC:linux-kernel@vger.

[PATCH] microblaze: Don't mark arch_kgdb_ops as const.

2013-06-08 Thread Graeme Smecher
Other architectures don't do it, and it conflicts with the extern'd definition in include/linux/kgdb.h. Signed-off-by: Graeme Smecher CC: Michal Simek CC: linux-kernel@vger.kernel.org --- arch/microblaze/kernel/kgdb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di

Re: [PATCH] microblaze: Don't mark arch_kgdb_ops as const.

2013-06-08 Thread Graeme Smecher
Hi all, On 08/06/13 09:52 AM, Graeme Smecher wrote: Other architectures don't do it, and it conflicts with the extern'd definition in include/linux/kgdb.h. Signed-off-by: Graeme Smecher CC: Michal Simek CC:linux-kernel@vger.kernel.org --- arch/microblaze/kernel/kgdb.c |2 +-

[PATCH] gpio: pca953x: Don't flip bits on PCA957x GPIO expanders when probing them.

2013-08-02 Thread Graeme Smecher
reboots when the chip state and reset values don't match. This kind of initialization is best left upstream (in a bootloader) or downstream (in userspace). It's also an inconsistency across devices supported by this driver. Signed-off-by: Graeme Smecher Cc: Grant Likely Cc: Haoj

Re: [PATCH] ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage

2019-10-04 Thread Graeme Smecher
concurrences in child nodes. > > Fixes: d031773169df ("ARM: dts: Adds device tree file for McGill's IceBoard, > based on TI AM3874") > Signed-off-by: Andrey Smirnov > Cc: BenoƮt Cousson > Cc: Tony Lindgren > Cc: Graeme Smecher > Cc: linux-o...@vger.kernel.o