Re: [PATCH v3 1/7] leds: convert IDE trigger to common disk trigger

2016-06-21 Thread Jacek Anaszewski
Hi Stephan, On 06/20/2016 11:28 PM, Stephan Linz wrote: Hi Jacek, thanks a lot. Can you tell me, when the LED for-next branch will merge into mainline? If everything will go as usually then the merge window will start in four weeks. Best regards, Jacek Anaszewski

Re: [PATCH v3 1/7] leds: convert IDE trigger to common disk trigger

2016-06-20 Thread Stephan Linz
Hi Jacek, thanks a lot. Can you tell me, when the LED for-next branch will merge into mainline? br, Stephan Am 20.06.2016 um 10:36 schrieb Jacek Anaszewski: > Hi Stephan, > > On 06/09/2016 12:29 AM, Stephan Linz wrote: >> This patch converts the IDE specific LED trigger to a generic disk >> ac

Re: [PATCH v3 1/7] leds: convert IDE trigger to common disk trigger

2016-06-20 Thread Jacek Anaszewski
Hi Stephan, On 06/09/2016 12:29 AM, Stephan Linz wrote: This patch converts the IDE specific LED trigger to a generic disk activity LED trigger. The libata core is now a trigger source just like before the IDE disk driver. It's merely a replacement of the string ide by disk. The patch is taken

Re: [PATCH v3 1/7] leds: convert IDE trigger to common disk trigger

2016-06-09 Thread Stephan Linz
Hi Jacek, to keep the original ide-disk trigger is good idea to be backward compatible. I'll submit a new v4 patch set. br, Stephan Am 09.06.2016 um 09:29 schrieb Jacek Anaszewski: > Hi Stephan, > > Thanks for the patch. > > Generally it looks ok, with one exception: we have to keep > ide-dis

Re: [PATCH v3 1/7] leds: convert IDE trigger to common disk trigger

2016-06-09 Thread Jacek Anaszewski
Hi Stephan, Thanks for the patch. Generally it looks ok, with one exception: we have to keep ide-disk trigger, so as not to break existing users. Please just register two triggers in ledtrig_disk_init, similarly as it was done for mtd trigger: drivers/leds/trigger/ledtrig-mtd.c Thanks, Jacek A

[PATCH v3 1/7] leds: convert IDE trigger to common disk trigger

2016-06-08 Thread Stephan Linz
This patch converts the IDE specific LED trigger to a generic disk activity LED trigger. The libata core is now a trigger source just like before the IDE disk driver. It's merely a replacement of the string ide by disk. The patch is taken from http://dev.gentoo.org/~josejx/ata.patch and is widely