Re: [PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings

2017-03-01 Thread Daniel Glöckner
On Wed, Mar 01, 2017 at 06:30:17PM +0800, kbuild test robot wrote: > drivers/staging/media/atomisp/i2c/imx/imx.c:2486:3-8: No need to set .owner > here. The core will do it. > > Remove .owner field if calls are used which set it automatically > > Generated by:

Re: [PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings

2017-03-01 Thread Daniel Glöckner
On Wed, Mar 01, 2017 at 06:30:17PM +0800, kbuild test robot wrote: > drivers/staging/media/atomisp/i2c/imx/imx.c:2486:3-8: No need to set .owner > here. The core will do it. > > Remove .owner field if calls are used which set it automatically > > Generated by:

[RESEND PATCH] net: s6gmac: remove driver

2014-12-21 Thread Daniel Glöckner
of these use this driver as it heavily depends on the s6000 DMA engine. In fact, there is no code sharing across any of the aforementioned devices. Signed-off-by: Daniel Glöckner --- drivers/net/ethernet/Kconfig | 12 - drivers/net/ethernet/Makefile |1 - drivers/net/ethernet/s6gmac.c | 1058

[RESEND PATCH] net: s6gmac: remove driver

2014-12-21 Thread Daniel Glöckner
of these use this driver as it heavily depends on the s6000 DMA engine. In fact, there is no code sharing across any of the aforementioned devices. Signed-off-by: Daniel Glöckner d...@emlix.com --- drivers/net/ethernet/Kconfig | 12 - drivers/net/ethernet/Makefile |1 - drivers/net/ethernet/s6gmac.c

[PATCH] ASoC: s6000: remove driver

2014-10-18 Thread Daniel Glöckner
The s6000 Xtensa support is removed from the kernel. There are no other chips known to use this I2S controller. Signed-off-by: Daniel Glöckner --- sound/soc/Kconfig | 1 - sound/soc/Makefile| 1 - sound/soc/s6000/Kconfig | 26 -- sound/soc/s6000/Makefile

[PATCH] net: s6gmac: remove driver

2014-10-18 Thread Daniel Glöckner
as it heavily depends on the s6000 DMA engine. In fact, there is no code sharing across any of the aforementioned devices. Signed-off-by: Daniel Glöckner --- drivers/net/ethernet/Kconfig | 12 - drivers/net/ethernet/Makefile |1 - drivers/net/ethernet/s6gmac.c | 1059

[PATCH] xtensa: remove s6000 variant and s6105 platform

2014-10-18 Thread Daniel Glöckner
and as the chips are out of production there probably never will be. The successor s7000 no longer uses an Xtensa core for the OS. Let's remove the code until someone is found who actually needs it. Signed-off-by: Daniel Glöckner --- arch/xtensa/Kconfig| 13

[PATCH] net: s6gmac: remove driver

2014-10-18 Thread Daniel Glöckner
as it heavily depends on the s6000 DMA engine. In fact, there is no code sharing across any of the aforementioned devices. Signed-off-by: Daniel Glöckner d...@emlix.com --- drivers/net/ethernet/Kconfig | 12 - drivers/net/ethernet/Makefile |1 - drivers/net/ethernet/s6gmac.c | 1059

[PATCH] xtensa: remove s6000 variant and s6105 platform

2014-10-18 Thread Daniel Glöckner
and as the chips are out of production there probably never will be. The successor s7000 no longer uses an Xtensa core for the OS. Let's remove the code until someone is found who actually needs it. Signed-off-by: Daniel Glöckner d...@emlix.com --- arch/xtensa/Kconfig

[PATCH] ASoC: s6000: remove driver

2014-10-18 Thread Daniel Glöckner
The s6000 Xtensa support is removed from the kernel. There are no other chips known to use this I2S controller. Signed-off-by: Daniel Glöckner d...@emlix.com --- sound/soc/Kconfig | 1 - sound/soc/Makefile| 1 - sound/soc/s6000/Kconfig | 26 -- sound/soc/s6000

[PATCH] rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP

2014-10-04 Thread Daniel Glöckner
b5ada4600d broke wakeup from S5 by making cmos_poweroff a nop unless CONFIG_PM_SLEEP was defined. Fix this by restricting the #ifdef to cmos_resume and restoring the old dependency on CONFIG_PM for cmos_suspend and cmos_poweroff. Signed-off-by: Daniel Glöckner --- drivers/rtc/rtc-cmos.c | 5

[PATCH] rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP

2014-10-04 Thread Daniel Glöckner
b5ada4600d broke wakeup from S5 by making cmos_poweroff a nop unless CONFIG_PM_SLEEP was defined. Fix this by restricting the #ifdef to cmos_resume and restoring the old dependency on CONFIG_PM for cmos_suspend and cmos_poweroff. Signed-off-by: Daniel Glöckner daniel...@gmx.net --- drivers/rtc

Re: gpio: Add support for Intel SoC PMIC (Crystal Cove)

2014-05-16 Thread Daniel Glöckner
is officially supported by the INT33FD ACPI device or if it is a vendor hack? Daniel -- Dipl.-Math. Daniel Glöckner, emlix GmbH, http://www.emlix.com Fon +49 551 30664-0, Fax +49 551 30664-11, Bertha-von-Suttner-Straße 9, 37085 Göttingen, Germany Sitz der Gesellschaft: Göttingen, Amtsgericht Göttin

Re: gpio: Add support for Intel SoC PMIC (Crystal Cove)

2014-05-16 Thread Daniel Glöckner
by the INT33FD ACPI device or if it is a vendor hack? Daniel -- Dipl.-Math. Daniel Glöckner, emlix GmbH, http://www.emlix.com Fon +49 551 30664-0, Fax +49 551 30664-11, Bertha-von-Suttner-Straße 9, 37085 Göttingen, Germany Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160

Re: [PATCH RFC 2/6 v3] gpio: Add sysfs support to block GPIO API

2012-10-17 Thread Daniel Glöckner
not able to respond nor maintain it from where he is now. But > we need to think hard about what we shall do with this particular > piece of legacy. Some of the stuff was added by Daniel > Glöckner so requesting advice from him. I'm only guilty of adding the IRQ sysfs interface. > Da

Re: [PATCH RFC 2/6 v3] gpio: Add sysfs support to block GPIO API

2012-10-17 Thread Daniel Glöckner
he is now. But we need to think hard about what we shall do with this particular piece of legacy. Some of the stuff was added by Daniel Glöckner so requesting advice from him. I'm only guilty of adding the IRQ sysfs interface. Daniel: are you interested in helping us fixing the GPIOlib sysfs