[PATCH] usbhid: add ASUS LCM to the blacklist

2007-07-23 Thread Christian Lamparter
Some of ASUS' notebooks (e.g G Series) include a tiny oled display, which is attached to an internal USB bus. Unfortunatly the device reports a wrong DeviceDescriptor and is therefore identified as a HID device... Signed-off-by: Christian Lamparter [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC

Re: [PATCH] usbhid: add ASUS LCM to the blacklist

2007-07-26 Thread Christian Lamparter
Some of ASUS' notebooks (e.g G Series) include a tiny oled display, which is attached to an internal USB bus. Unfortunatly the device reports a wrong DeviceDescriptor and is therefore identified as a HID device... Signed-off-by: Christian Lamparter [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC

Re: Version number policy!

2013-04-05 Thread Christian Lamparter
On Friday 05 April 2013 10:19:00 Luis R. Rodriguez wrote: On Thu, Apr 4, 2013 at 11:27 AM, Adrian Chadd adr...@freebsd.org wrote: Here's my first take on the version number policy: https://github.com/qca/open-ath9k-htc-firmware/wiki/VersionPolicy The summary: * major version number

Re: Version number policy!

2013-04-05 Thread Christian Lamparter
On Friday 05 April 2013 19:23:54 Eugene Krasnikov wrote: When it comes to feature bitmap do you have an example of such a bitmap from carl9170? That's a weird way of asking. No, I don't have an example?! But carl9170fw_feature_list is used in production. Anyway, there is one defined in:

Re: Version number policy!

2013-04-08 Thread Christian Lamparter
On Monday, April 08, 2013 11:10:30 AM Eugene Krasnikov wrote: It’s a good idea to pack bitmap into the tail/header of the firmware binary to get capabilities even before fw loading. The plan is to add 8 bytes for caps and also add time stamp. Let me play around with that and provide fw and

Re: Version number policy!

2013-04-08 Thread Christian Lamparter
the web for feature bits/flags/... 2013/4/8 Adrian Chadd adr...@freebsd.org: On 8 April 2013 08:33, Christian Lamparter chunk...@googlemail.com wrote: On Monday, April 08, 2013 11:10:30 AM Eugene Krasnikov wrote: It’s a good idea to pack bitmap into the tail/header of the firmware binary

Re: [patch] p54: potential signedness issue in p54_parse_rssical()

2012-12-02 Thread Christian Lamparter
On Sunday 02 December 2012 11:36:09 Dan Carpenter wrote: entries is unsigned here, so it is never less than zero. In theory, len could be less than offset so I have added a check for that. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Acked-by: Christian Lamparter chunk

Re: [PATCH 16/20] drivers/net/wireless/p54: remove depends on CONFIG_EXPERIMENTAL

2013-01-22 Thread Christian Lamparter
it from any depends on lines in Kconfigs. CC: Christian Lamparter chunk...@googlemail.com CC: John W. Linville linvi...@tuxdriver.com Cc: David S. Miller da...@davemloft.net Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: NetDev net...@vger.kernel.org Signed-off-by: Kees Cook keesc

[RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-06 Thread Christian Lamparter
The idea of moving rebind procedure into pm.complete was taken from the usb-subsystem, which has similar problems with reattaching devices during/after resume. Signed-off-by: Christian Lamparter chunk...@googlemail.com --- To Greg: I have submitted this patch back in March and again in May

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH gre...@linuxfoundation.org wrote: On Fri, Jul 06, 2012 at 11:23:52PM +0200, Christian Lamparter wrote: The idea of moving rebind procedure into pm.complete was taken from the usb

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
On Tuesday, July 10, 2012 01:01:31 AM Andrew Morton wrote: On Tue, 10 Jul 2012 00:54:54 +0200 Christian Lamparter chunk...@googlemail.com wrote: On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH gre...@linuxfoundation.org wrote

Re: [RESEND AGAIN][PATCH] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-09 Thread Christian Lamparter
(sorry, keyboard splat) On Tuesday, July 10, 2012 01:01:31 AM Andrew Morton wrote: On Tue, 10 Jul 2012 00:54:54 +0200 Christian Lamparter chunk...@googlemail.com wrote: On Monday, July 09, 2012 11:59:39 PM Andrew Morton wrote: On Fri, 6 Jul 2012 14:30:16 -0700 Greg KH gre

[PATCH v2] pcmcia: move unbind/rebind into dev_pm_ops.complete

2012-07-21 Thread Christian Lamparter
...@dominikbrodowski.net Signed-off-by: Christian Lamparter chunk...@googlemail.com --- I think I left everyone enough of a chance to reply and/or file complains. The change from v1 is mainly the updated change log and I hope it now sufficiently explains why a patch like this is needed (Of course, if any of you have

Re: [PATCH] p54pci: don't return zero on failure path in p54p_probe()

2013-01-01 Thread Christian Lamparter
by the verification project as well? Could it be that pci_resource_len(...) sizeof(...) is somehow always true and this is a dead branch?] Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov khoroshi...@ispras.ru Acked-by: Christian Lamparter chunk

Re: [PATCH] p54pci: don't return zero on failure path in p54p_probe()

2013-01-01 Thread Christian Lamparter
On Tuesday 01 January 2013 23:44:38 Alexey Khoroshilov wrote: On 01/02/2013 01:45 AM, Christian Lamparter wrote: On Tuesday 01 January 2013 22:11:01 Alexey Khoroshilov wrote: If pci_set_dma_mask() or pci_set_consistent_dma_mask() fails in p54p_probe(), it breaks off initialization

Re: [PATCH] p54usb: fix leaks at failure path in p54u_probe()

2014-03-07 Thread Christian Lamparter
Khoroshilov khoroshi...@ispras.ru Acked-by: Christian Lamparter chunk...@googlemail.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH] p54usb: fix leaks at failure path in p54u_probe()

2014-03-08 Thread Christian Lamparter
On Sunday, March 09, 2014 04:14:32 AM Krishna Chaitanya wrote: On Sat, Mar 8, 2014 at 2:41 AM, Alexey Khoroshilov khoroshi...@ispras.ru wrote: If p54u_load_firmware() fails, p54u_probe() does not deallocate already allocated resources. The patch adds proper failure handling. Found by

Re: [PATCH] carl9170: fix leaks at failure path in carl9170_usb_probe()

2013-10-10 Thread Christian Lamparter
On Thursday, October 10, 2013 01:59:52 PM John W. Linville wrote: On Sat, Sep 28, 2013 at 01:16:20AM -0400, Alexey Khoroshilov wrote: On 28.09.2013 00:17, Fabio Estevam wrote: On Sat, Sep 28, 2013 at 12:51 AM, Alexey Khoroshilov khoroshi...@ispras.ru wrote: - return

Re: [PATCH 3/11] mac80211: use ether_addr_equal_64bits

2013-12-30 Thread Christian Lamparter
, I changed the subject to p54: ... (John, can you do that, or do you want another patch?). Since this has not much to do with mac80211. Acked-by: Christian Lamparter chunk...@googlemail.com Regards, Christian -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH 11/11] carl9170: use ether_addr_equal_64bits

2013-12-30 Thread Christian Lamparter
...@lip6.fr Acked-by: Christian Lamparter chunk...@googlemail.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org

Re: [RESEND][PATCH 3/3] p54: use request_firmware_direct() for optional EEPROM override

2014-06-24 Thread Christian Lamparter
but if not present we'll introduce an extra lag of 60 seconds with udev present. Annotate we don't want udev nonsense here to avoid the lag in case its not present. [...] Cc: Takashi Iwai ti...@suse.de Cc: Christian Lamparter chunk...@googlemail.com Cc: linux-wirel...@vger.kernel.org Cc: co

Re: [PATCH 15/30] carl9170: remove unnecessary break after return

2014-07-21 Thread Christian Lamparter
On Sunday, July 20, 2014 04:25:16 PM Fabian Frederick wrote: Signed-off-by: Fabian Frederick f...@skynet.be Acked-by: Christian Lamparter chunk...@googlemail.com --- drivers/net/wireless/ath/carl9170/phy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/ath/carl9170

Re: [PATCH v2] carl9170: Remove redundant protection check

2014-08-22 Thread Christian Lamparter
On Friday, August 22, 2014 04:23:19 PM Eric Dumazet wrote: On Fri, 2014-08-22 at 23:53 +0200, Christian Lamparter wrote: The sta_info-agg[tid] check is not needed (for reference, see [0]). (There is already a check in mac80211 which prevents the leak of sta_info-agg[tid] [1

Re: [PATCH] carl9170: Replace rcu_dereference() with rcu_access_pointer()

2014-08-20 Thread Christian Lamparter
On Wednesday, August 20, 2014 08:32:11 PM Andreea Bernat wrote: On Mon, Aug 18, 2014 at 09:29:36PM +0200, Christian Lamparter wrote: On Sunday, August 17, 2014 01:48:07 PM Andreea-Cristina Bernat wrote: The rcu_dereference() call is used directly in a condition. Since its return value

Re: [PATCH v2] carl9170: Remove redundant protection check

2014-08-22 Thread Christian Lamparter
to the modifications - Delete the lines of interest at the suggestion and explanations of Christian Lamparter chunk...@googlemail.com drivers/net/wireless/ath/carl9170/main.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/wireless/ath/carl9170/main.c b/drivers/net/wireless

Re: [PATCH v2] carl9170: Remove redundant protection check

2014-08-22 Thread Christian Lamparter
On Friday, August 22, 2014 02:08:52 PM Eric Dumazet wrote: On Fri, 2014-08-22 at 22:38 +0200, Christian Lamparter wrote: [...] From: Andreea-Cristina Bernat bernat@gmail.com The carl9170_op_ampdu_action() function is used only by the mac80211 framework. Since the mac80211 already

Re: [PATCH] carl9170: Replace rcu_dereference() with rcu_access_pointer()

2014-08-18 Thread Christian Lamparter
On Sunday, August 17, 2014 01:48:07 PM Andreea-Cristina Bernat wrote: The rcu_dereference() call is used directly in a condition. Since its return value is never dereferenced it is recommended to use rcu_access_pointer() instead of rcu_dereference(). Therefore, this patch makes the

Re: [PATCH] carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()

2014-08-27 Thread Christian Lamparter
not made -any- reader-visible changes to this structure since then. [...] Signed-off-by: Andreea-Cristina Bernat bernat@gmail.com Acked-by: Christian Lamparter chunk...@googlemail.com [OT: John, will carl9170: Remove redundant protection check make it in the next round too?] Regards Christian

Re: [PATCH] carl9170: match wait_for_completion_timeout return type

2015-05-13 Thread Christian Lamparter
is -next-20150512) Signed-off-by: Nicholas Mc Guire hof...@osadl.org Acked-by: Christian Lamparter chunk...@googlemail.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

[PATCH] usb: xhci: handle uPD720201 and uPD720202 w/o ROM

2016-06-07 Thread Christian Lamparter
an't setup: -110 [ 32.340179] xhci_hcd :45:00.0: USB bus 2 deregistered [ 32.345587] xhci_hcd :45:00.0: init :45:00.0 fail, -110 [ 32.351496] xhci_hcd: probe of :45:00.0 failed with error -110 Cc: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com> Signed-off-by: Christian

Re: [PATCH] usb: xhci: handle uPD720201 and uPD720202 w/o ROM

2016-06-20 Thread Christian Lamparter
On Wednesday, June 08, 2016 12:14:57 AM Christian Lamparter wrote: > This patch adds a firmware check for the uPD720201K8-711-BAC-A > and uPD720202K8-711-BAA-A variant. Both of these chips are listed > in Renesas' R19UH0078EJ0500 Rev.5.00 "User's Manual: Hardware" as &

Re: [PATCH] usb: xhci: handle uPD720201 and uPD720202 w/o ROM

2016-06-23 Thread Christian Lamparter
Hello, On Tuesday, June 21, 2016 05:56:58 AM Yoshihiro Shimoda wrote: > > From: Christian Lamparter > > Sent: Tuesday, June 21, 2016 12:32 AM > > > > On Wednesday, June 08, 2016 12:14:57 AM Christian Lamparter wrote: > > > This patch adds a firmware

[PATCH] sata_dwc_460ex: fix burst transaction length

2016-04-06 Thread Christian Lamparter
ion length will be: 64 Bytes. Cc: sta...@vger.kernel.org Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/ata/sata_dwc_460ex.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c index

[PATCH] ata: sata_dwc_460ex: fix sata_dwc_460ex when using dma transfers

2016-04-06 Thread Christian Lamparter
the drive. The issue is that ata_sff_qc_issue can only handle PIO. This patch replaces the it with ata_bmdma_qc_issue which handles DMA transfers and can fallback to PIO when needed. Cc: sta...@vger.kernel.org Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- Note: I have a

Re: [PATCH v1 00/23] ata: sata_dwc_460ex: make it working again

2016-04-24 Thread Christian Lamparter
On Sunday, April 24, 2016 09:05:43 AM Julian Margetson wrote: > On 4/23/2016 3:41 PM, Christian Lamparter wrote: > > There's a known errata for the 460EX, with the CPU lockup upon > > high AHB traffic: > > <http://lists.denx.de/pipermail/u-boot/2008-June/036078.html> >

[RESEND] Re: updating carl9170-1.fw in linux-firmware.git

2016-04-20 Thread Christian Lamparter
On Wednesday, April 20, 2016 10:59:44 AM Kalle Valo wrote: > Christian Lamparter <chunk...@googlemail.com> writes: > > > On Monday, April 18, 2016 07:42:05 PM Kalle Valo wrote: > >> Christian Lamparter <chunk...@googlemail.com> writes: > >> > >>

Re: [PATCH v1 08/23] ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands

2016-04-22 Thread Christian Lamparter
On Friday, April 22, 2016 11:32:00 AM David Laight wrote: > From: Andy Shevchenko > > Sent: 21 April 2016 19:15 > > ata_sff_qc_issue() can't handle DMA commands and thus we have to avoid it > > for > > them. Do call ata_bmdma_qc_issue() instead for this case. >

Re: [PATCH v1 00/23] ata: sata_dwc_460ex: make it working again

2016-04-22 Thread Christian Lamparter
On Friday, April 22, 2016 06:50:44 AM Julian Margetson wrote: > On 4/21/2016 4:25 PM, Christian Lamparter wrote: > > On Thursday, April 21, 2016 09:15:21 PM Andy Shevchenko wrote: > >> The last approach in the commit 8b3444852a2b ("sata_dwc_460ex: move to > >> gen

Re: [PATCH v1 00/23] ata: sata_dwc_460ex: make it working again

2016-04-21 Thread Christian Lamparter
lied all the patches in this series on top of the topic/dw branch of Vinod Koul: <https://git.kernel.org/cgit/linux/kernel/git/vkoul/slave-dma.git/> Tested-by: Christian Lamparter <chunk...@googlemail.com> --- results for my old ST3808110AS HDD. filesystem is ext4. # hdparm -t /dev/sd

[RFC v4 2/8] gpio: rename gpio-generic.c into gpio-mmio.c

2016-04-28 Thread Christian Lamparter
This patch renames the gpio-generic.c into gpio-mmio.c. This is because currently the file only contains code for a memory-mapped GPIO driver. There isn't any support for ioports or other resource type. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Ma

[RFC v4 8/8] gpio: dt-bindings: add gpio-mmio bindings

2016-04-28 Thread Christian Lamparter
From: Álvaro Fernández Rojas <nolt...@gmail.com> This patch adds the device tree bindings for the gpio-mmio. The gpio-mmio is already part of a the GPIO generic library. Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamparter <chunk...

[RFC v4 1/8] gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case

2016-04-28 Thread Christian Lamparter
GPIO_GENERIC_PLATFORM is a tristate. If the module option is selected the resulting gpio-generic.ko will lack most of the module initialzation and probe code. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-generic.c | 2 +- 1 file changed, 1 insertion

[RFC v4 4/8] gpio: clps711x: integrate cirrus clps711x into gpio-mmio

2016-04-28 Thread Christian Lamparter
This patch integrates the Cirrus' clps711x driver into the gpio-mmio framework. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig| 14 +++ drivers/gpio/Makefile | 2 +- drivers/gpio/gpio-clps711x.c

[RFC v4 6/8] gpio: moxart: integrate MOXA ART GPIO driver into gpio-mmio

2016-04-28 Thread Christian Lamparter
This patch integrates the GPIO driver for the MOXA ART SoC into the gpio-mmio framework. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig| 15 drivers/gpio/Makefile | 2 +- drivers/gpio/gpio-mmio-compat.h | 12 ++ d

[RFC v4 3/8] gpio: generic: add DT support for generic memory-mapped GPIOs

2016-04-28 Thread Christian Lamparter
From: Álvaro Fernández Rojas <nolt...@gmail.com> This patch adds support for defining memory-mapped GPIOs which provide a compatible interface for the existing generic-gpio driver. Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamp

[RFC v4 0/8] gpio: add DT support for generic memory-mapped GPIOs

2016-04-28 Thread Christian Lamparter
er - integrated MOXA ART GPIO driver - integrated TS4800 gpio driver - reshuffled patches, reworded commits, fixed spelling errors, etc. Thanks! (Please keep me in the CC) --- Christian Lamparter (6): gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case gpio: r

[RFC v4 7/8] gpio: ts4800: integrate TS4800 into gpio-mmio

2016-04-28 Thread Christian Lamparter
This patch integrates the TS4800 FPGA GPIO driver into the gpio-mmio framework. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig| 17 - drivers/gpio/Makefile | 2 +- drivers/gpio/gpio-mmio-compat.h | 11 ++ drivers/gpi

[RFC v4 5/8] gpio: ge: integrate GE's FPGA GPIO into gpio-mmio

2016-04-28 Thread Christian Lamparter
This patch integrates the gpio-ge driver into the gpio-mmio framework. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig| 24 +- drivers/gpio/Makefile | 2 +- drivers/gpio/gpio-ge.c

Re: [PATCH v1 00/23] ata: sata_dwc_460ex: make it working again

2016-04-23 Thread Christian Lamparter
On Saturday, April 23, 2016 11:44:09 AM Julian Margetson wrote: > On 4/23/2016 8:02 AM, Julian Margetson wrote: > > On 4/22/2016 7:06 AM, Christian Lamparter wrote: > >> On Friday, April 22, 2016 06:50:44 AM Julian Margetson wrote: > >>> On 4/21/2016 4:25

Re: [RFC v5 3/4] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-generic

2016-04-29 Thread Christian Lamparter
On Friday, April 29, 2016 04:18:20 PM Linus Walleij wrote: > On Fri, Apr 29, 2016 at 2:53 AM, Christian Lamparter > <chunk...@googlemail.com> wrote: > > > This patch integrates these GPIO drivers into gpio-generic. > > > > Signed-off-by: Christian Lamparter &l

Re: [RFC v4 3/8] gpio: generic: add DT support for generic memory-mapped GPIOs

2016-04-28 Thread Christian Lamparter
On Thursday, April 28, 2016 12:58:03 PM Andy Shevchenko wrote: > On Thu, Apr 28, 2016 at 12:05 PM, Christian Lamparter > <chunk...@googlemail.com> wrote: > > From: Álvaro Fernández Rojas <nolt...@gmail.com> > > > > This patch adds support for defining m

[RFC v5 3/4] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-generic

2016-04-28 Thread Christian Lamparter
This patch integrates these GPIO drivers into gpio-generic. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig | 43 +++--- drivers/gpio/Makefile| 4 -- drivers/gpio/gpio-clps711x.c | 91 - driver

[RFC v5 2/4] gpio: generic: add DT support for generic memory-mapped GPIOs

2016-04-28 Thread Christian Lamparter
From: Álvaro Fernández Rojas <nolt...@gmail.com> This patch adds support for defining memory-mapped GPIOs which provide a compatible interface for the existing generic-gpio driver. Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamp

[RFC v5 4/4] gpio: dt-bindings: add gpio-mmio bindings

2016-04-28 Thread Christian Lamparter
From: Álvaro Fernández Rojas <nolt...@gmail.com> This patch adds the device tree bindings for the gpio-mmio. The gpio-mmio is already part of a the GPIO generic library. Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamparter <chunk...

[RFC v5 0/4] gpio: add DT support for generic memory-mapped GPIOs

2016-04-28 Thread Christian Lamparter
us clps711x driver - integrated GE FGPA gpio-ge driver - integrated MOXA ART GPIO driver - integrated TS4800 gpio driver - reshuffled patches, reworded commits, fixed spelling errors, etc. Christian Lamparter (2): gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module ca

[RFC v5 1/4] gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case

2016-04-28 Thread Christian Lamparter
GPIO_GENERIC_PLATFORM is a tristate. If the module option is selected the resulting gpio-generic.ko will lack most of the module initialzation and probe code. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-generic.c | 2 +- 1 file changed, 1 insertion

Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4

2016-05-18 Thread Christian Lamparter
On Tuesday, May 17, 2016 04:50:48 PM John Youn wrote: > On 5/14/2016 6:11 AM, Christian Lamparter wrote: > > On Thursday, May 12, 2016 11:40:28 AM John Youn wrote: > >> On 5/12/2016 6:30 AM, Christian Lamparter wrote: > >>> On Thursday, May 12, 2016 0

[PATCH v9 2/2] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio

2016-05-11 Thread Christian Lamparter
sholtz <julien.grossho...@savoirfairelinux.com> Cc: Martyn Welch <martyn.we...@ge.com> Cc: Jonas Jensen <jonas.jen...@gmail.com> Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig | 16 +++- drivers/gpio/Makefile| 4 - driv

[PATCH v9 0/2] gpio: add DT support for memory-mapped GPIOs

2016-05-11 Thread Christian Lamparter
t. string to "linux,gpio-mmio" - integrated Cirrus clps711x driver - integrated GE FGPA gpio-ge driver - integrated MOXA ART GPIO driver - integrated TS4800 gpio driver - reshuffled patches, reworded commits, fixed spelling errors, etc. Christian Lamparter (1)

[PATCH v9 1/2] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-11 Thread Christian Lamparter
-gpio". Reviewed-by: Andy Shevchenko <andy.shevche...@gmail.com> Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-mmio.c | 68 ++-- 1 file c

Re: [PATCH v8 2/3] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-10 Thread Christian Lamparter
On Tuesday, May 10, 2016 02:08:45 PM Linus Walleij wrote: > On Sun, May 8, 2016 at 3:08 PM, Christian Lamparter > <chunk...@googlemail.com> wrote: > > > From: Álvaro Fernández Rojas <nolt...@gmail.com> > > > > This patch adds support for defining memor

Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4

2016-05-12 Thread Christian Lamparter
On Thursday, May 12, 2016 01:55:44 PM Arnd Bergmann wrote: > On Thursday 12 May 2016 11:58:18 Christian Lamparter wrote: > > > > > Detecting the endianess of the > > > > > device is probably the best future-proof solution, but it's also > > > >

Re: [PATCH v9 2/2] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio

2016-05-12 Thread Christian Lamparter
On Thursday, May 12, 2016 07:30:05 PM Alexandre Courbot wrote: > On Wednesday, May 11, 2016 6:34:35 PM JST, Christian Lamparter wrote: > > This patch integrates the GPIO drivers for the following > > boards, SoCs, etc. into gpio-mmio: > > - CLPS711X SoCs > > - MOXA

[PATCH v9.1] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-12 Thread Christian Lamparter
e...@gmail.com> Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-mmio.c | 68 ++-- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/

Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4

2016-05-12 Thread Christian Lamparter
On Thursday, May 12, 2016 11:40:28 AM John Youn wrote: > On 5/12/2016 6:30 AM, Christian Lamparter wrote: > > On Thursday, May 12, 2016 01:55:44 PM Arnd Bergmann wrote: > >> On Thursday 12 May 2016 11:58:18 Christian Lamparter wrote: > >>>>>> Detecti

Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4

2016-05-14 Thread Christian Lamparter
On Thursday, May 12, 2016 11:40:28 AM John Youn wrote: > On 5/12/2016 6:30 AM, Christian Lamparter wrote: > > On Thursday, May 12, 2016 01:55:44 PM Arnd Bergmann wrote: > >> On Thursday 12 May 2016 11:58:18 Christian Lamparter wrote: > >>>>>> Detecti

[PATCH v10 0/2] gpio: add DT support for memory-mapped GPIOs

2016-05-13 Thread Christian Lamparter
h. v3 -> v4: - renamed gpio-generic.c to gpio-mmio.c - changed compat. string to "linux,gpio-mmio" - integrated Cirrus clps711x driver - integrated GE FGPA gpio-ge driver - integrated MOXA ART GPIO driver - integrated TS4800 gpio driver

[PATCH v10 2/2] gpio: mmio: add MyBook Live GPIO support

2016-05-13 Thread Christian Lamparter
This patch adds support for the Western Digital's MyBook Live memory-mapped GPIO controllers. The GPIOs will be supported by the generic driver for memory-mapped GPIO controllers. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-mmio.c | 4 1 file c

[PATCH v10 1/2] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-13 Thread Christian Lamparter
ot;) where a 1 bit indicates the GPIO is an output. c. an input direction register (named "dirin") where a 1 bit indicates the GPIO is an input. Reviewed-by: Andy Shevchenko <andy.shevche...@gmail.com> Signed-off-by: Álvaro Fernández Rojas <nolt...@gmai

Re: [PATCH v4] usb: dwc2: fix regression on big-endian PowerPC/ARM systems

2016-05-14 Thread Christian Lamparter
On Friday, May 13, 2016 03:52:27 PM Arnd Bergmann wrote: > A patch that went into Linux-4.4 to fix big-endian mode on a Lantiq > MIPS system unfortunately broke big-endian operation on PowerPC > APM82181 as reported by Christian Lamparter, and likely other > systems. > > It a

Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4

2016-05-12 Thread Christian Lamparter
t would break the one big-endian > MIPS machine we know about. > > > > Detecting the endianess of the > > > device is probably the best future-proof solution, but it's also > > > considerably more work to do in the driver, and comes with a > > > tiny runtime o

Re: [PATCH v9 1/2] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-12 Thread Christian Lamparter
On Thursday, May 12, 2016 07:26:32 PM Alexandre Courbot wrote: > On Wednesday, May 11, 2016 6:34:34 PM JST, Christian Lamparter wrote: > > From: Álvaro Fernández Rojas <nolt...@gmail.com> > > > > This patch adds support for defining memory-mapped GPIOs which > >

Re: [RFC v5 4/4] gpio: dt-bindings: add gpio-mmio bindings

2016-04-29 Thread Christian Lamparter
g on the top. > On Fri, Apr 29, 2016 at 02:53:17AM +0200, Christian Lamparter wrote: > > From: Álvaro Fernández Rojas <nolt...@gmail.com> > > > > This patch adds the device tree bindings for the gpio-mmio. > > The gpio-mmio is already part of a the GPIO generic library. &

Re: [RFC v6 1/3] gpio: dt-bindings: add wd,mbl-gpio bindings

2016-05-03 Thread Christian Lamparter
On Tuesday, May 03, 2016 09:22:10 PM Rob Herring wrote: > On Sun, May 01, 2016 at 02:18:37PM +0200, Christian Lamparter wrote: > > This patch adds the device tree bindings for the Western Digital's > > MyBook Live memory-mapped GPIO controllers. > > > > The gpios wil

[RFC v6 1/3] gpio: dt-bindings: add wd,mbl-gpio bindings

2016-05-01 Thread Christian Lamparter
This patch adds the device tree bindings for the Western Digital's MyBook Live memory-mapped GPIO controllers. The gpios will be supported by gpio-mmio code of the GPIO generic library. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- .../devicetree/bindings/gpio/wd,mbl-gp

[RFC v6 0/3] gpio: add DT support for memory-mapped GPIOs

2016-05-01 Thread Christian Lamparter
tegrated Cirrus clps711x driver - integrated GE FGPA gpio-ge driver - integrated MOXA ART GPIO driver - integrated TS4800 gpio driver - reshuffled patches, reworded commits, fixed spelling errors, etc. Christian Lamparter (2): gpio: dt-bindings: add wd,mbl-gpio bindings gpio:

[RFC v6 3/3] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio

2016-05-01 Thread Christian Lamparter
This patch integrates these GPIO drivers into gpio-mmio. Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig | 43 ++ drivers/gpio/Makefile| 4 - drivers/gpio/gpio-clps711x.c | 91 - drivers/gpio/gpi

[RFC v6 2/3] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-01 Thread Christian Lamparter
gpio". Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-mmio.c | 99 +++- 1 file changed, 97 insertions(+), 2 deletions(-) diff --git a/drivers/gpio

[PATCH v7 0/3] gpio: add DT support for memory-mapped GPIOs

2016-05-06 Thread Christian Lamparter
- integrated TS4800 gpio driver - reshuffled patches, reworded commits, fixed spelling errors, etc. Christian Lamparter (2): gpio: dt-bindings: add wd,mbl-gpio bindings gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio Álvaro Fernández Rojas (1): gpio: mmio: add DT

[PATCH v7 1/3] gpio: dt-bindings: add wd,mbl-gpio bindings

2016-05-06 Thread Christian Lamparter
This patch adds the device tree bindings for the Western Digital's MyBook Live memory-mapped GPIO controllers. The gpios will be supported by gpio-mmio code of the GPIO generic library. Acked-by: Rob Herring <r...@kernel.org> Signed-off-by: Christian Lamparter <chunk...@googl

[PATCH v7 3/3] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio

2016-05-06 Thread Christian Lamparter
This patch integrates these GPIO drivers into gpio-mmio. Cc: Alexander Shiyan <shc_w...@mail.ru> Cc: Julien Grossholtz <julien.grossho...@savoirfairelinux.com> Cc: Martyn Welch <martyn.we...@ge.com> Cc: Jonas Jensen <jonas.jen...@gmail.com> Signed-off-by: Ch

[PATCH v7 2/3] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-06 Thread Christian Lamparter
gpio". Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-mmio.c | 99 +++- 1 file changed, 97 insertions(+), 2 deletions(-) diff --git a/drivers/gpio

Re: [PATCH v7 3/3] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio

2016-05-06 Thread Christian Lamparter
On Friday, May 06, 2016 02:53:24 PM Andy Shevchenko wrote: > On Fri, May 6, 2016 at 2:10 PM, Christian Lamparter > <chunk...@googlemail.com> wrote: > > This patch integrates these GPIO drivers into gpio-mmio. > > Would be nice to repeat a list here. Ok. > &g

Re: [PATCH v7 2/3] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-06 Thread Christian Lamparter
On Friday, May 06, 2016 02:44:14 PM Andy Shevchenko wrote: > > + /* If ngpio property is not specified, of_property_read_u32 > > +* will return -EINVAL. In this case the number of GPIOs is > > +* automatically determined by the register width. Any > > +* other error

Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4

2016-05-09 Thread Christian Lamparter
t; On Sun, 2016-05-08 at 13:44 +0200, Christian Lamparter wrote: > > > > > > The patch that caused the problem had multiple issues: > > > > > > - it broke big-endian ARM kernels: any machine that was working > > > correctly with a little-endian kernel is n

Re: [PATCH v3] carl9170: Clarify kconfig text

2016-04-18 Thread Christian Lamparter
On Monday, April 18, 2016 07:07:39 PM Lauri Kasanen wrote: > The previous text was confusing, leading readers to think this > driver was a duplicate, and so didn't need to be enabled. > > After the removal of the older staging driver, this is the only > driver in mainline for these devices. > >

Re: [PATCH v2] carl9170: Clarify kconfig text

2016-04-18 Thread Christian Lamparter
On Monday, April 18, 2016 06:45:09 PM Kalle Valo wrote: > Lauri Kasanen writes: > > > The previous text was confusing, leading readers to think this > > driver was a duplicate, and so didn't need to be enabled. > > > > After the removal of the older staging driver, this is the only

Re: [PATCH v2] carl9170: Clarify kconfig text

2016-04-18 Thread Christian Lamparter
On Monday, April 18, 2016 07:42:05 PM Kalle Valo wrote: > Christian Lamparter <chunk...@googlemail.com> writes: > > > On Monday, April 18, 2016 06:45:09 PM Kalle Valo wrote: > >> Lauri Kasanen <c...@gmx.com> writes: > >> > >> > --- a/drivers/

Re: [PATCH v2] carl9170: Clarify kconfig text

2016-04-18 Thread Christian Lamparter
On Monday, April 18, 2016 06:47:44 PM Xose Vazquez Perez wrote: > Christian Lamparter wrote: > > > Sure, but this could be a different patch then. I think Intel devices > > (iwlwifi, iwlegacy and ipw2x00) have a similar text about "download > > firmware from this

Re: [PATCH v2] carl9170: Clarify kconfig text

2016-04-16 Thread Christian Lamparter
r these devices. > > Signed-off-by: Lauri Kasanen <c...@gmx.com> Acked-by: Christian Lamparter <chunk...@googlemail.com> > --- > v2: Remove the mention of the previous driver, suggested by Christian. Thanks! > drivers/net/wireless/ath/carl9170/Kconfig | 8 +++- >

Re: usb: dwc2: regression on MyBook Live Duo / Canyonlands since 4.3.0-rc4

2016-05-08 Thread Christian Lamparter
On Sunday, May 08, 2016 08:40:55 PM Benjamin Herrenschmidt wrote: > On Sun, 2016-05-08 at 00:54 +0200, Christian Lamparter via Linuxppc-dev > wrote: > > I've been looking in getting the MyBook Live Duo's USB OTG port > > to function. The SoC is a APM82181. Which has

[PATCH v8 2/3] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-08 Thread Christian Lamparter
gpio". Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com> Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/gpio-mmio.c | 76 ++-- 1 file changed, 74 insertions(+), 2 deletions(-) diff --git a/drivers/gpio

[PATCH v8 3/3] gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio

2016-05-08 Thread Christian Lamparter
sholtz <julien.grossho...@savoirfairelinux.com> Cc: Martyn Welch <martyn.we...@ge.com> Cc: Jonas Jensen <jonas.jen...@gmail.com> Signed-off-by: Christian Lamparter <chunk...@googlemail.com> --- drivers/gpio/Kconfig | 16 +++- drivers/gpio/Makefile| 4 - driv

[PATCH v8 1/3] gpio: dt-bindings: add wd,mbl-gpio bindings

2016-05-08 Thread Christian Lamparter
This patch adds the device tree bindings for the Western Digital's MyBook Live memory-mapped GPIO controllers. The gpios will be supported by gpio-mmio code of the GPIO generic library. Acked-by: Rob Herring <r...@kernel.org> Signed-off-by: Christian Lamparter <chunk...@googl

[PATCH v8 0/3] gpio: add DT support for memory-mapped GPIOs

2016-05-08 Thread Christian Lamparter
driver - reshuffled patches, reworded commits, fixed spelling errors, etc. Christian Lamparter (2): gpio: dt-bindings: add wd,mbl-gpio bindings gpio: move clps711x, moxart, ts4800 and gpio-ge into gpio-mmio Álvaro Fernández Rojas (1): gpio: mmio: add DT support for memory-mapped GPIOs .

Re: [PATCH v8 2/3] gpio: mmio: add DT support for memory-mapped GPIOs

2016-05-08 Thread Christian Lamparter
On Sunday, May 08, 2016 07:17:13 PM Joachim Eastwood wrote: > > +#define ADD(_name, _func) { .compatible = _name, .data = _func } > > I don't see the point in having a macro for such a simple data > structure, but since this v8 and Linus hasn't complained I guess it's > fine. > > Using a macro

Re: PROBLEM: network data corruption (bisected to e5a4b0bb803b)

2016-07-24 Thread Christian Lamparter
Hello, I added Al Viro to the CC (probably not necessary...) On Sunday, July 24, 2016 3:35:14 AM CEST Alan Curry wrote: > [1.] One line summary of the problem: > network data corruption (bisected to e5a4b0bb803b) > > [2.] Full description of the problem/report: > Note: although my bisect ended

Re: PROBLEM: network data corruption (bisected to e5a4b0bb803b)

2016-07-26 Thread Christian Lamparter
On Tuesday, July 26, 2016 4:57:03 AM CEST Alan Curry wrote: > Al Viro wrote: > > On Sun, Jul 24, 2016 at 07:45:13PM +0200, Christian Lamparter wrote: > > > > > > The symptom is that downloaded files (http, ftp, and probably other > > > > protocols) h

Re: [PATCH 2/3] staging/rtl8192e: use s8 instead of char

2016-07-20 Thread Christian Lamparter
On Wednesday, July 20, 2016 5:06:27 PM CEST Xose Vazquez Perez wrote: > Arnd Bergmann wrote: > > > rtlwifi, but I found the older r8712u device to work fine with > > the staging/rtl8712 driver. > > A replacement for "staging/rtl8712", with MAC80211 support, is > available at:

Re: [PATCH v4 3/3] p54: convert to sysdata API

2017-01-16 Thread Christian Lamparter
bikeshed name change > > Generated-by: Coccinelle SmPL > Signed-off-by: Luis R. Rodriguez <mcg...@kernel.org> Acked-by: Christian Lamparter <chunk...@googlemail.com> I've also tested it with the ISL3887USB and a ISL3880PCI. I hope the p54spi will work as well. But I don't have the HW to test it. Regards, Christian

  1   2   3   4   >