From: David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
To: stefan.wahren-eS4NqCHxEME@public.gmane.org
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
jslaby-IBi9RG/b67k@public.gmane.org,
LinoSanfilippo-Mmb7MZpHnFY@public.gmane.org,
kubakici-5tc4TXWwyLM@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v8 net-next 00/17] net: qualcomm: add QCA7000 UART driver
Date: Tue, 30 May 2017 14:03:58 -0400 (EDT) [thread overview]
Message-ID: <20170530.140358.891038297917804466.davem@davemloft.net> (raw)
In-Reply-To: <1496059045-13572-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
From: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
Date: Mon, 29 May 2017 13:57:08 +0200
> The Qualcomm QCA7000 HomePlug GreenPHY supports two interfaces:
> UART and SPI. This patch series adds the missing support for UART.
>
> This driver based on the Qualcomm code [1], but contains some changes:
> * use random MAC address per default
> * use net_device_stats from device
> * share frame decoding between SPI and UART driver
> * improve error handling
> * reimplement tty_wakeup with work queue (based on slcan)
> * use new serial device bus instead of ldisc
>
> The patches 1 - 3 are just for clean up and are not related to
> the UART support. Patch 4 adds SET_NETDEV_DEV() to qca_spi.
> Patches 5 - 16 prepare the existing QCA7000 code for UART support.
> The last patch contains the new driver.
>
> The code itself has been tested on a Freescale i.MX28 board and
> a Raspberry Pi Zero.
Series applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-05-30 18:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-29 11:57 [PATCH v8 net-next 00/17] net: qualcomm: add QCA7000 UART driver Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 01/17] net: qualcomm: qca_7k: clean up header includes Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 02/17] net: qca_framing: use u16 for frame offset Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 03/17] net: qca_7k: Use BIT macro Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 04/17] net: qca_spi: Use SET_NETDEV_DEV() Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 05/17] net: qualcomm: use net_device_ops instead of direct call Stefan Wahren
[not found] ` <1496059045-13572-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2017-05-29 11:57 ` [PATCH v8 net-next 06/17] net: qualcomm: Improve readability of length defines Stefan Wahren
2017-05-30 18:03 ` David Miller [this message]
2017-05-29 11:57 ` [PATCH v8 net-next 07/17] net: qca_spi: remove QCASPI_MTU Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 08/17] net: qualcomm: move qcaspi_tx_cmd to qca_spi.c Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 09/17] net: qca_spi: Clarify MODULE_DESCRIPTION Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 10/17] net: qualcomm: rename qca_framing.c to qca_7k_common.c Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 11/17] net: qualcomm: prepare frame decoding for UART driver Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 12/17] net: qualcomm: make qca_7k_common a separate kernel module Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 13/17] dt-bindings: qca7000-spi: Rework binding Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 14/17] dt-bindings: qca7000: rename binding Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 15/17] dt-bindings: slave-device: add current-speed property Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 16/17] dt-bindings: qca7000: append UART interface to binding Stefan Wahren
2017-05-29 11:57 ` [PATCH v8 net-next 17/17] net: qualcomm: add QCA7000 UART driver Stefan Wahren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170530.140358.891038297917804466.davem@davemloft.net \
--to=davem-ft/pcqaiutieiz0/mpfg9q@public.gmane.org \
--cc=LinoSanfilippo-Mmb7MZpHnFY@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
--cc=jslaby-IBi9RG/b67k@public.gmane.org \
--cc=kubakici-5tc4TXWwyLM@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=stefan.wahren-eS4NqCHxEME@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).