[PATCH] Mark ams driver as orphaned in MAINTAINERS

2018-01-29 Thread Michael Hanselmann
I no longer have any hardware with the Apple motion sensor and thus relinquish maintainership of the driver. Signed-off-by: Michael Hanselmann <linux-ker...@hansmi.ch> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS

[PATCH] Mark ams driver as orphaned in MAINTAINERS

2018-01-29 Thread Michael Hanselmann
I no longer have any hardware with the Apple motion sensor and thus relinquish maintainership of the driver. Signed-off-by: Michael Hanselmann --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a9c9c9ff7..6a07de631 100644

Re: [PATCH] macintosh/ams-input: Use true and false for boolean values

2018-01-23 Thread Michael Hanselmann
On 24.01.2018 02:48, Gustavo A. R. Silva wrote: > Assign true or false to boolean variables instead of an integer value. > > This issue was detected with the help of Coccinelle > > Signed-off-by: Gustavo A. R. Silva <gust...@embeddedor.com> Reviewed-by: Michael Hanselmann <pub...@hansmi.ch>

Re: [PATCH] macintosh/ams-input: Use true and false for boolean values

2018-01-23 Thread Michael Hanselmann
On 24.01.2018 02:48, Gustavo A. R. Silva wrote: > Assign true or false to boolean variables instead of an integer value. > > This issue was detected with the help of Coccinelle > > Signed-off-by: Gustavo A. R. Silva Reviewed-by: Michael Hanselmann

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-06 Thread Michael Hanselmann
On Tue, Jun 05, 2007 at 10:24:14AM -0400, Alan Stern wrote: > (Depending on which version of the kernel you are looking at -- [...] > Earlier versions did behave the way you describe.) I was looking at 2.6.22-rc3 which might explain the differences. > So the system is behaving the way you want,

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-06 Thread Michael Hanselmann
On Tue, Jun 05, 2007 at 10:24:14AM -0400, Alan Stern wrote: (Depending on which version of the kernel you are looking at -- [...] Earlier versions did behave the way you describe.) I was looking at 2.6.22-rc3 which might explain the differences. So the system is behaving the way you want, but

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-04 Thread Michael Hanselmann
On Sat, Jun 02, 2007 at 10:49:44AM -0400, Alan Stern wrote: > Then later on, when the hub driver is resumed it will see the flag and > disconnect all the devices below the root hub. > For instance, you could force ohci-hcd to report connect-change events > on all the ports. Perhaps it does

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-04 Thread Michael Hanselmann
On Sat, Jun 02, 2007 at 10:49:44AM -0400, Alan Stern wrote: Then later on, when the hub driver is resumed it will see the flag and disconnect all the devices below the root hub. For instance, you could force ohci-hcd to report connect-change events on all the ports. Perhaps it does something

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-02 Thread Michael Hanselmann
in but disables CONFIG_PM specific code in it when CONFIG_PM isn't defined. It seems to work for me with and without CONFIG_PM, but I have to confess I might not know enough about Linux' USB core. Is it better now? Signed-off-by: Michael Hanselmann <[EMAIL PROTECTED]> --- diff -Nurp --exclude-from

Re: [linux-usb-devel] [PATCH] Fix NEC OHCI chip silicon bug

2007-06-02 Thread Michael Hanselmann
to work for me with and without CONFIG_PM, but I have to confess I might not know enough about Linux' USB core. Is it better now? Signed-off-by: Michael Hanselmann [EMAIL PROTECTED] --- diff -Nurp --exclude-from=linux-exclude-from linux-2.6.22-rc3.orig/drivers/usb/core/hub.c linux-2.6.22-rc3/drivers

[PATCH] Fix NEC OHCI chip silicon bug

2007-05-31 Thread Michael Hanselmann
working). The idea of restarting the chip is taken from public Darwin code. Signed-off-by: Michael Hanselmann <[EMAIL PROTECTED]> --- The OHCI driver uses inconsistent code formatting. I tried to stay with the used style where I modified functions while using Doc/CodingStyle for new functions.

[PATCH] Fix NEC OHCI chip silicon bug

2007-05-31 Thread Michael Hanselmann
working). The idea of restarting the chip is taken from public Darwin code. Signed-off-by: Michael Hanselmann [EMAIL PROTECTED] --- The OHCI driver uses inconsistent code formatting. I tried to stay with the used style where I modified functions while using Doc/CodingStyle for new functions. diff

Re: fix implicit declaration in nv_backlight.

2007-02-28 Thread Michael Hanselmann
On Wed, Feb 28, 2007 at 12:36:25PM -0500, Dave Jones wrote: > +#ifdef __powerpc__ Is __powerpc__ defined when cross compiling? I'd rather use CONFIG_PMAC_BACKLIGHT instead of it. Greets, Michael - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: fix implicit declaration in nv_backlight.

2007-02-28 Thread Michael Hanselmann
On Wed, Feb 28, 2007 at 12:36:25PM -0500, Dave Jones wrote: +#ifdef __powerpc__ Is __powerpc__ defined when cross compiling? I'd rather use CONFIG_PMAC_BACKLIGHT instead of it. Greets, Michael - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Fix null pointer dereference in appledisplay driver

2007-02-09 Thread Michael Hanselmann
Commit 40b20c257a13c5a526ac540bc5e43d0fdf29792a by Len Brown introduced a null pointer dereference in the appledisplay driver. This patch fixes it. Signed-off-by: Michael Hanselmann <[EMAIL PROTECTED]> --- I suggest adding this to 2.6.20.1 because this bug causes the kernel to panic on boo

Fix null pointer dereference in appledisplay driver

2007-02-09 Thread Michael Hanselmann
Commit 40b20c257a13c5a526ac540bc5e43d0fdf29792a by Len Brown introduced a null pointer dereference in the appledisplay driver. This patch fixes it. Signed-off-by: Michael Hanselmann [EMAIL PROTECTED] --- I suggest adding this to 2.6.20.1 because this bug causes the kernel to panic on boot when

Re: drivers/video/aty/radeon_backlight.c

2006-12-13 Thread Michael Hanselmann
On Wed, Dec 13, 2006 at 08:46:24AM -0500, James Cloos wrote: > Are there any dependencies in $subject which would preclude changing > drivers/video/Kconfig with: Yes. > or is radeon_backlight.c only functional when -DCONFIG_PMAC_BACKLIGHT, > even though the pmac routines are all ifdef'ed? Did

Re: drivers/video/aty/radeon_backlight.c

2006-12-13 Thread Michael Hanselmann
On Wed, Dec 13, 2006 at 08:46:24AM -0500, James Cloos wrote: Are there any dependencies in $subject which would preclude changing drivers/video/Kconfig with: Yes. or is radeon_backlight.c only functional when -DCONFIG_PMAC_BACKLIGHT, even though the pmac routines are all ifdef'ed? Did you