On Thu, Sep 20, 2018 at 2:26 PM Pavel Machek wrote:
>
> On Wed 2018-09-19 11:45:30, Aditya Prayoga wrote:
> > Enable hidden symbol ARCH_WANT_LIBATA_LEDS so CONFIG_ATA_LEDS can be
> > used in kernel configuration.
>
> Should that be hidden symbol and should that be archi
Hi Andrew,
thank you for your feedback. It seem i also need to resolve the issue
reported by kbuild test robot.
Aditya
Enable hidden symbol ARCH_WANT_LIBATA_LEDS so CONFIG_ATA_LEDS can be
used in kernel configuration.
URL: https://lists.openwrt.org/pipermail/openwrt-
devel/2017-March/006582.html
Signed-off-by: Aditya Prayoga
---
arch/arm/mach-mvebu/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a
it/tj/libata.git
plus small corrections and comments added
Signed-off-by: Daniel Golle
URL: https://patchwork.ozlabs.org/patch/420733/
[Aditya Prayoga:
* Port forward
* Change ATA_LEDS default to no
* Reduce performance impact by moving ata_led_act() call from
ata_qc_new() to ata_qc_complete()]
S
sabled and selected trigger is disk-activity
read : iops=325
write : iops=108
* CONFIG_ATA_LEDS enabled and selected trigger is ata1
read : iops=325
write : iops=108
---
Aditya Prayoga (1):
ARM: mvebu: Enable ARCH_WANT_LIBATA_LEDS in Armada 38x
Daniel Golle (1):
libata: a
On Wed, Sep 12, 2018 at 8:01 PM Andrew Lunn wrote:
>
> > static int mvebu_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm)
> > {
> > struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
> > struct mvebu_gpio_chip *mvchip = mvpwm->mvchip;
> > struct gpio_desc *desc;
> > +
o: mvebu: Allow to use non-default PWM counter"
* Allow only two PWMs as suggested by Andrew Lunn and Richard Genoud
---
Aditya Prayoga (1):
gpio: mvebu: Add support for multiple PWM lines per GPIO chip
drivers/gpio/gpio-mvebu.c | 73 ++-
1 fil
PWMs supported.
Signed-off-by: Aditya Prayoga
---
drivers/gpio/gpio-mvebu.c | 73 ++-
1 file changed, 60 insertions(+), 13 deletions(-)
diff --git a/drivers/gpio/gpio-mvebu.c b/drivers/gpio/gpio-mvebu.c
index 6e02148..2d46b87 100644
--- a/drivers/gpio
On Mon, Aug 6, 2018 at 8:53 PM Andrew Lunn wrote:
>
> On Mon, Aug 06, 2018 at 10:29:16AM +0800, Aditya Prayoga wrote:
> > On multiple PWM lines, if the other PWM counter is unused, allocate it
> > to next PWM request. The priority would be:
> > 1. Default counter as
On Mon, Aug 6, 2018 at 10:38 AM Andrew Lunn wrote:
>
> On Mon, Aug 06, 2018 at 10:29:15AM +0800, Aditya Prayoga wrote:
>
> Hi Aditya
>
> > + item = kzalloc(sizeof(*item), GFP_KERNEL);
> > + if (!item)
> > + return -ENODEV;
>
> ENOME
Allow more than 1 PWM request (eg. PWM fan) on the same GPIO chip.
based on initial work on LK4.4 by Alban Browaeys.
URL: https://github.com/helios-4/linux-marvell/commit/743ae97
[Aditya Prayoga: forward port, cleanup]
Signed-off-by: Aditya Prayoga
---
drivers/gpio/gpio-mvebu.c | 63
Hi everyone,
Helios4, an Armada 388 based NAS SBC, provides 2 (4-pins) fan connectors.
The PWM pins on both connector are connected to GPIO on bank 1. Current gpio-
mvebu does not allow more than one PWM on the same bank.
Resend the patch to add more reviewer.
Aditya
---
Aditya Prayoga (2
one would
use default counter (counter B), second one would try to use counter A,
and the third one would use counter B.
Signed-off-by: Aditya Prayoga
---
drivers/gpio/gpio-mvebu.c | 58 +--
1 file changed, 56 insertions(+), 2 deletions(-)
diff --git a
one would
use default counter (counter B), second one would try to use counter A,
and the third one would use counter B.
Signed-off-by: Aditya Prayoga
---
drivers/gpio/gpio-mvebu.c | 58 +--
1 file changed, 56 insertions(+), 2 deletions(-)
diff --git a
Allow more than 1 PWM request (eg. PWM fan) on the same GPIO chip.
based on initial work on LK4.4 by Alban Browaeys.
URL: https://github.com/helios-4/linux-marvell/commit/743ae97
[Aditya Prayoga: forward port, cleanup]
Signed-off-by: Aditya Prayoga
---
drivers/gpio/gpio-mvebu.c | 63
Hi everyone,
Helios4, an Armada 388 based NAS SBC, provides 2 (4-pins) fan connectors.
The PWM pins on both connector are connected to GPIO on bank 1. Current gpio-
mvebu does not allow more than one PWM on the same bank.
Aditya
---
Aditya Prayoga (2):
gpio: mvebu: Add support for multiple
16 matches
Mail list logo