Re: How to ensure other module/driver is initialized?

2017-01-24 Thread Ian Pilcher
On 01/24/2017 07:02 AM, Linus Walleij wrote: On Thu, Dec 15, 2016 at 8:50 PM, Ian Pilcher wrote: I maintain an out-of-tree kernel module that enables the front-panel LEDs on the Thecus N5550 NAS. https://github.com/ipilcher/n5550/blob/master/modules/n5550_board.c Generally I'm not

How to ensure other module/driver is initialized?

2016-12-15 Thread Ian Pilcher
tly through leds_gpio). I can work around this by adding a sleep to my modprobe configuration, but that feels hacky and fragile. What is the "right" way to do this? -- ======== Ian Pilcher

Re: [PATCH resend 1/2] bcache: Use %zi to format size_t

2014-02-03 Thread Ian Pilcher
Shouldn't size_t use %zu? -- ==== Ian Pilcher arequip...@gmail.com Sent from the cloud -- where it's alread

Re: device_create_file returns 0 but doesn't work

2013-09-01 Thread Ian Pilcher
On 09/01/2013 06:38 PM, Ian Pilcher wrote: > I am trying to add an additional sysfs attribute to a device (LED) that > is created by another driver. (My ultimate goal is to provide a way for > a userspace application to use the functionality provided by > led_blink_set, which doesn

LED module not creating /sys/class/leds entry

2013-08-04 Thread Ian Pilcher
ummy_led_driver); } static void __exit dummy_led_exit(void) { platform_driver_unregister(&dummy_led_driver); } module_init(dummy_led_init); module_exit(dummy_led_exit); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Dummy LED driver"); MODULE_AUTHOR("Ian Pilcher "

Re: alsa es1371's joystick functionality broken in 2.6.11-mm4

2005-04-07 Thread Ian Pilcher
. but Any chance the joystick is just broken? -- ==== Ian Pilcher[EMAIL PROTECTED] - To unsubscribe from this list:

Re: [2/9] Possible AMD8111e free irq issue

2005-03-16 Thread Ian Pilcher
Chris Wright wrote: * Ian Pilcher ([EMAIL PROTECTED]) wrote: Based on the wording above, I can't help wondering if this fixes a problem that anyone is actually seeing. I had same hesitation, but it's easy to see how lowmem could trigger this latent bug (so it's not a highly t

Re: [2/9] Possible AMD8111e free irq issue

2005-03-16 Thread Ian Pilcher
anyone is actually seeing. -- ============ Ian Pilcher[EMAIL PROTECTED] - To unsubscribe from this list: send the line "

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-05 Thread Ian Pilcher
nctional regressions? -- ======== Ian Pilcher[EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-04 Thread Ian Pilcher
Greg KH wrote: Anything else anyone can think of? Any objections to any of these? I based them off of Linus's original list. Must already be in Linus tree (i.e. 2.6.X+1)? -- ==== Ian Pi

Re: Linux 2.6.11.1

2005-03-04 Thread Ian Pilcher
From a purely process point of view, my concern would be making sure that everything that goes into 2.6.X.Y (e.g. 2.6.11.1) makes it into 2.6.X+1 (e.g. 2.6.12). -- Ian Pilcher[EMAIL

Re: Intel AGP support attaching to wrong PCI IDs

2005-02-06 Thread Ian Pilcher
a new driver with ID overlap. This sounds like it would allow the use of the parallel ATA interfaces on SATA controllers, which would make a lot of people happy. -- ==== Ian Pilcher[EMAIL PROT