Re: [PATCH v5] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-24 Thread Stephan Linz
Hi Jacek, thanks for your help. The new patch is on the way (v6). br, Stephan Am 24.06.2016 um 08:50 schrieb Jacek Anaszewski: > Hi Stephan, > > On 06/23/2016 09:38 PM, Stephan Linz wrote: >> Cc: Joseph Jezak >> Cc: Jörg Sommer >> Cc: Mark Rutland >> Sign

[PATCH v6] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-24 Thread Stephan Linz
Cc: Joseph Jezak Cc: Jörg Sommer Cc: Mark Rutland Signed-off-by: Stephan Linz Acked-by: Rob Herring Signed-off-by: Jacek Anaszewski --- Changes in v6: - Reorganize v5. Changes in v5: - Keep documentation for the old 'ide-disk' device tree binding, but mark as deprecated an

[PATCH v5] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-23 Thread Stephan Linz
Cc: Joseph Jezak Cc: Jörg Sommer Cc: Mark Rutland Signed-off-by: Stephan Linz Acked-by: Rob Herring Signed-off-by: Jacek Anaszewski --- Changes in v5: - Keep documentation for the old 'ide-disk' device tree binding, but mark as deprecated and refer to the new trigger 

Re: [PATCH v3 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-22 Thread Stephan Linz
Hi Jacek, Am 22.06.2016 um 09:55 schrieb Jacek Anaszewski: > On 06/21/2016 05:05 PM, Mark Rutland wrote: >> On Thu, Jun 09, 2016 at 12:29:37AM +0200, Stephan Linz wrote: >>> Cc: Joseph Jezak >>> Cc: Nico Macrionitis >>> Cc: Jörg Som

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

[PATCH v4 6/7] parisc: use the new LED disk activity trigger

2016-06-09 Thread Stephan Linz
- platform: rename 'ide-disk' to 'disk-activity' Signed-off-by: Stephan Linz --- arch/parisc/configs/generic-32bit_defconfig | 2 +- arch/parisc/configs/generic-64bit_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/parisc/configs/generi

[PATCH v4 4/7] arm: use the new LED disk activity trigger

2016-06-09 Thread Stephan Linz
- dts: rename 'ide-disk' to 'disk-activity' - platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz --- arch/arm/boot/dts/am57xx-beagle-x15.dts |

[PATCH v4 7/7] unicore32: use the new LED disk activity trigger

2016-06-09 Thread Stephan Linz
- platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz --- arch/unicore32/configs/unicore32_defconfig | 2 +- arch/unicore32/kernel/gpio.c | 2 +- 2 fil

[PATCH v4 3/7] powerpc: use the new LED disk activity trigger

2016-06-09 Thread Stephan Linz
- dts: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'ADB_PMU_LED_IDE' to 'ADB_PMU_LED_DISK' Cc: Joseph Jezak Cc: Jörg Sommer Signed-off-by: Stephan Linz --- arch/powerpc/boot/dts/mpc8315erdb.dts | 2 +- arch/powerpc/boot/dts/mpc837

[PATCH v4 5/7] mips: use the new LED disk activity trigger

2016-06-09 Thread Stephan Linz
- platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz --- arch/mips/configs/malta_qemu_32r6_defconfig | 2 +- arch/mips/configs/maltaaprp_defconfig | 2 +- a

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

2016-06-09 Thread Stephan Linz
ed device trees out of the mainline kernel. For further development, the new name 'disk-activity' should be used. Cc: Joseph Jezak Cc: Jörg Sommer Cc: Richard Purdie Cc: Jacek Anaszewski Signed-off-by: Stephan Linz --- Changes in v4: - Keep the 'ide-disk' trigger and add

[PATCH v4 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-09 Thread Stephan Linz
Cc: Joseph Jezak Cc: Jörg Sommer Signed-off-by: Stephan Linz --- Documentation/devicetree/bindings/leds/common.txt| 3 ++- Documentation/devicetree/bindings/leds/leds-gpio.txt | 4 ++-- Documentation/laptops/asus-laptop.txt| 2 +- Documentation/leds/leds-class.txt

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

2016-06-09 Thread Stephan Linz
e 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 Anaszewski > > > On 06/09/2016 12:

[PATCH v3 6/7] parisc: use the new LED disk activity trigger

2016-06-08 Thread Stephan Linz
- platform: rename 'ide-disk' to 'disk-activity' Signed-off-by: Stephan Linz --- arch/parisc/configs/generic-32bit_defconfig | 2 +- arch/parisc/configs/generic-64bit_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/parisc/configs/generi

[PATCH v3 7/7] unicore32: use the new LED disk activity trigger

2016-06-08 Thread Stephan Linz
- platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz --- arch/unicore32/configs/unicore32_defconfig | 2 +- arch/unicore32/kernel/gpio.c | 2 +- 2 fil

[PATCH v3 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-08 Thread Stephan Linz
Cc: Joseph Jezak Cc: Nico Macrionitis Cc: Jörg Sommer Signed-off-by: Stephan Linz --- Documentation/devicetree/bindings/leds/common.txt| 2 +- Documentation/devicetree/bindings/leds/leds-gpio.txt | 2 +- Documentation/laptops/asus-laptop.txt| 2 +- Documentation/leds/leds

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

2016-06-08 Thread Stephan Linz
r Cc: Richard Purdie Cc: Jacek Anaszewski Signed-off-by: Stephan Linz --- Changes in v3: - Port to kernel 4.x - Split into platform independent and dependent parts. v2: https://patchwork.ozlabs.org/patch/117485/ v1: http://dev.gentoo.org/~josejx/ata.patch --- drivers/ata/libata-c

[PATCH v3 3/7] powerpc: use the new LED disk activity trigger

2016-06-08 Thread Stephan Linz
- dts: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'ADB_PMU_LED_IDE' to 'ADB_PMU_LED_DISK' Cc: Joseph Jezak Cc: Nico Macrionitis Cc: Jörg Sommer Signed-off-by: Stephan Linz --- arch/powerpc/boot/dts/mpc8315erdb.dts | 2 +- arch/powerp

[PATCH v3 5/7] mips: use the new LED disk activity trigger

2016-06-08 Thread Stephan Linz
- platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz --- arch/mips/configs/malta_qemu_32r6_defconfig | 2 +- arch/mips/configs/maltaaprp_defconfig | 2 +- a

[PATCH v3 4/7] arm: use the new LED disk activity trigger

2016-06-08 Thread Stephan Linz
- dts: rename 'ide-disk' to 'disk-activity' - platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz --- arch/arm/boot/dts/am57xx-beagle-x15.dts |

[PATCH] microblaze: uartlite: avoid NULL pointer exception

2012-08-08 Thread Stephan Linz
r=46A2, ear=, esr=0872, fsr=C7827E08 [1.096281] Kernel panic - not syncing: Attempted to kill init! Now it is: [1.014924] uartlite 8fff.debug: failed to get alias id, errno -19 [1.022543] uartlite 8fff.debug: failed to get port-number Signed-off-by: St

[PATCH v2] microblaze: improve failure handling for GPIO reset

2012-08-08 Thread Stephan Linz
=004C, esr=0872, fsr=362E3639 Signed-off-by: Stephan Linz --- v2 Remove additional printk message from machine_restart() --- arch/microblaze/kernel/reset.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/microblaze/kernel/reset.c b/arch/microblaze/kernel