[PATCH v4 net-next 2/9] ARM: dts: armada-38x: enable buffer manager support...
From: Marcin Wojtas <mw@semihalf.com> Since mvneta driver supports using hardware buffer management (BM), in order to use it, board files have to be
View Article[PATCH v4 net-next 3/9] ARM: dts: armada-xp: add buffer manager nodes
From: Marcin Wojtas <mw@semihalf.com> Armada XP network controller supports hardware buffer management (BM). Since it is now enabled in mvneta driver
View Article[PATCH v4 net-next 4/9] ARM: dts: armada-xp: enable buffer manager support on...
From: Marcin Wojtas <mw@semihalf.com> Since mvneta driver supports using hardware buffer management (BM), in order to use it, board files have to be
View Article[PATCH v4 net-next 5/9] ARM: dts: armada-xp-openblocks-ax3-4: Add BM support
Allow Openblock AX3 using hardware buffer management with mvneta. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> --- arch/arm/b
View Article[PATCH v4 net-next 6/9] bus: mvebu-mbus: provide api for obtaining IO and...
From: Marcin Wojtas <mw@semihalf.com> This commit enables finding appropriate mbus window and obtaining its target id and attribute for given physica
View Article[PATCH v4 net-next 7/9] net: mvneta: bm: add support for hardware buffer...
From: Marcin Wojtas <mw@semihalf.com> Buffer manager (BM) is a dedicated hardware unit that can be used by all ethernet ports of Armada XP and 38x So
View Article[PATCH v4 net-next 8/9] net: add a hardware buffer management helper API
This basic implementation allows to share code between driver using hardware buffer management. As the code is hardware agnostic, there is few helpers
View Article[PATCH v4 net-next 9/9] net: mvneta: Use the new hwbm framework
Now that the hardware buffer management framework had been introduced, let's use it. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.c
View Article[PATCH 1/5] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC
Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- drivers/rtc/Kconfig | 6 +++--- drivers/rtc/rtc-jz4740.c | 50 +++++++++++++++++++++++++
View Article[PATCH 2/5] Documentation: dt: Add binding info for jz4740-rtc driver
Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- .../devicetree/bindings/rtc/ingenic,jz4740-rtc.txt | 38 ++++++++++++++++++++++ 1 file change
View Article[PATCH 3/5] rtc: rtc-jz4740: Add support for devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- drivers/rtc/rtc-jz4740.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(
View Article[PATCH 4/5] rtc: jz4740_rtc: Add support for acting as the system power...
Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- drivers/rtc/rtc-jz4740.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file change
View Article[PATCH 5/5] MIPS: jz4740: Use the jz4740-rtc driver as the power controller
Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- arch/mips/boot/dts/ingenic/jz4740.dtsi | 2 ++ arch/mips/jz4740/reset.c | 64 -
View Article[PATCH] serial: 8250_ingenic: Remove global variable
Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- drivers/tty/serial/8250/8250_ingenic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletio
View ArticleRE: [PATCH RESEND] net:fec:Fix error checking in the function fec_enet_init
From: Nicholas Krause <xerofoify@gmail.com> Sent: Saturday, March 05, 2016 4:00 AM > To: davem@davemloft.net > Cc: b38611@freescale.com; andrew@lunn.c
View Article[PATCH 0/3] crypto: af_alg - add TLS type encryption
Hi, The following series adds TLS type authentication. To do this a new template, encauth, is introduced. It is derived from the existing authenc temp
View Article[PATCH 1/3] crypto: authenc - add TLS type encryption
This patch adds a new authentication mode for TLS type encryption. During encrypt it generates auth data + padding and then the plaintext || authdata
View Article[PATCH 2/3] crypto: af_alg - add AEAD operation type
We need to allow the user to set the authentication type. This adds a new operation that sets IPSec or TLS authentication mode. Signed-off-by: Tadeus
View Article[PATCH 3/3] crypto: algif_aead - modify algif aead interface to work with...
Updates to algif_aead to allow it to work with the new TLS authentication mode. This patch is generated on top of the algif_aead async patch: https://
View Article[PATCH] mailbox: sti: fix check of error code returned by...
The change fixes potential oops while accessing iomem on invalid address, if devm_ioremap_resource() fails due to some reason. The devm_ioremap_resou
View Article