linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] net: ethernet: ti: cpsw: delete rx_descs property
@ 2016-06-17 10:25 Ivan Khoronzhuk
  2016-06-17 10:25 ` [PATCH v3 1/2] net: ethernet: ti: cpsw: remove " Ivan Khoronzhuk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ivan Khoronzhuk @ 2016-06-17 10:25 UTC (permalink / raw)
  To: mugunthanvnm, linux-kernel
  Cc: grygorii.strashko, linux-omap, netdev, robh+dt, pawel.moll,
	mark.rutland, ijc+devicetree, galak, bcousson, tony, devicetree,
	Ivan Khoronzhuk

There is no reason in rx_descs property because davinici_cpdma
driver splits pool of descriptors equally between tx and rx channels.
So, this patch series makes driver to use available number of
descriptors for rx channels.

Based on
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
master

Since v2:
- add declaration of buf_num in correct order

Since v1:
- separate device tree and driver patches
- return number of rx buffers from cpdma driver

Ivan Khoronzhuk (2):
  net: ethernet: ti: cpsw: remove rx_descs property
  Documentation: DT: cpsw: remove rx_descs property

 Documentation/devicetree/bindings/net/cpsw.txt |  1 -
 arch/arm/boot/dts/am33xx.dtsi                  |  1 -
 arch/arm/boot/dts/am4372.dtsi                  |  1 -
 arch/arm/boot/dts/dm814x.dtsi                  |  1 -
 arch/arm/boot/dts/dra7.dtsi                    |  1 -
 drivers/net/ethernet/ti/cpsw.c                 | 13 +++----------
 drivers/net/ethernet/ti/cpsw.h                 |  1 -
 drivers/net/ethernet/ti/davinci_cpdma.c        |  6 ++++++
 drivers/net/ethernet/ti/davinci_cpdma.h        |  1 +
 9 files changed, 10 insertions(+), 16 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-18  4:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17 10:25 [PATCH v3 0/2] net: ethernet: ti: cpsw: delete rx_descs property Ivan Khoronzhuk
2016-06-17 10:25 ` [PATCH v3 1/2] net: ethernet: ti: cpsw: remove " Ivan Khoronzhuk
2016-06-17 10:25 ` [PATCH v3 2/2] Documentation: DT: " Ivan Khoronzhuk
2016-06-17 15:08 ` [PATCH v3 0/2] net: ethernet: ti: cpsw: delete " Mugunthan V N
2016-06-18  4:28 ` David Miller

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).