[RFC][PATCH v2 0/2] printk: Make printk() completely async
Hello, RFC The patch set is a slightly updated Jan Kara's patches. The majority of the changes are in 0001 (described below in details). I've per
View Article[RFC][PATCH v2 1/2] printk: Make printk() completely async
From: Jan Kara <jack@suse.cz> Currently, printk() sometimes waits for message to be printed to console and sometimes it does not (when console_sem is
View Article[RFC][PATCH v2 2/2] printk: Skip messages on oops
From: Jan Kara <jack@suse.cz> When there are too many messages in the kernel printk buffer it can take very long to print them to console (especially
View Article[tip:sched/urgent] sched/cputime: Fix steal time accounting vs. CPU hotplug
Commit-ID: e9532e69b8d1d1284e8ecf8d2586de34aec61244 Gitweb: http://git.kernel.org/tip/e9532e69b8d1d1284e8ecf8d2586de34aec61244 Author: Thomas
View Article[PATCH v3 00/13] Add A83T clk, r_pio, mmc rsb support
Hello, This is v3 of series which adds further support for A83T, mainly adds clock support.Also adds R_PIO, PRCM related clocks, mmc, rsb support. A
View Article[PATCH v3 01/13] pinctrl: sunxi: Add A83T R_PIO controller support
The A83T has R_PIO pin controller, it's same as A23, execpt A83T interrupt bit is 6th and A83T has one extra pin PL12. Signed-off-by: Vishnu Patekar
View Article[PATCH v3 02/13] clk: sunxi: add ahb1 clock for A83T
AHB1 on A83T is similar to ahb1 on A31, except parents are different. clock index 0b1x is PLL6. Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmai
View Article[PATCH v3 03/13] clk: sunxi: Add APB1 clock for A83T
APB1 is similar to sun4i-a10-apb0-clk, except different dividers. This adds support for apb1 on A83T. Signed-off-by: Vishnu Patekar <vishnupatekar05
View Article[PATCH v3 04/13] ARM: dts: sun8i-a83t: Add basic clocks and resets
This adds A83T system bus clocks, bus gates, and clock resets. Three ahb reset registers are combined into one node. Signed-off-by: Vishnu Patekar <
View Article[PATCH v3 05/13] ARM: dts: sun8i-a83t: add mmc clock nodes
mmc clocks are compatible with that of earlier sun8i socs. This adds mmc0, mmc1, and mmc2 clock nodes for A83T. Signed-off-by: Vishnu Patekar <vishnu
View Article[PATCH v3 06/13] ARM: dts: sun8i-a83t: Add mmc controller nodes
A83T mmc is compatible with earliers sunxi socs. This adds mmc0, mmc1, and mmc2 controller nodes for A83T. Signed-off-by: Vishnu Patekar <vishnupatek
View Article[PATCH v3 07/13] ARM: dts: sun8i-a83t: Add PRCM related clocks and resets
This adds A83T PRCM related clocks, clock resets. As a83t apb0 gates clock support is added earlier, this enables it. Apart from apb0 gates, other ad
View Article[PATCH v3 08/13] ARM: dts: sun8i-a83t: Add R_PIO controller node to the dtsi
Now that we have a driver for the R_PIO controller, add the corresponding device node to the dtsi. Signed-off-by: Vishnu Patekar <vishnupatekar0510@g
View Article[PATCH v3 09/13] ARM: dts: sun8i-a83t: Add RSB controller device node to dtsi
This patch adds a device node for the Reduced Serial Bus (RSB) controller and the defacto pinmux setting to the A83T dtsi. Since there is only one po
View Article[PATCH v3 10/13] ARM: dts: sun8i-a83t: add mmc0 CD pin
A83T Boards BPI-m3 and Allwinner H8Homletv2 boards use PF6 as Card Detect pin., so use PF6 as reference design CD pin in dtsi. Signed-off-by: Vishnu
View Article[PATCH v3 11/13] ARM: dts: sun8i: enable mmc for H8Homlet Board.
This enables mmc0. Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com> Tested-by: LABBE Corentin <clabbe.montjoie@gmail.com> --- arch/arm/bo
View Article[PATCH v3 12/13] ARM: dts: sun8i: Add A83T based Sinovoip Bpi-M3 Board
This patch adds support for Sinovoip BPI-M3 A83T based board. It has 2G LPDDR3, UART, ethernet, USB, HDMI, USB Sata, MIPI DSI, mic, AP6212 Wifi, etc
View Article[PATCH v3 13/13] ARM: sunxi: Add Kconfig for sunxi clocks
This patch adds Kconfig for sunxi clocks. Currently, only sun8i-apb0 and sun9i-cpus clocks are added. It'll help to use common clocks across different
View Article[PATCH v3 net-next 0/9] API set for HW Buffer management
This is a third version of an API set for HW Buffer management that I initially submit here: http://thread.gmane.org/gmane.linux.kernel/2125152 Since
View Article[PATCH v3 net-next 1/9] ARM: dts: armada-38x: add buffer manager nodes
From: Marcin Wojtas <mw@semihalf.com> Armada 38x network controller supports hardware buffer management (BM). Since it is now enabled in mvneta drive
View Article