[PATCH v8] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs
From: Emilio López <emilio@elopez.com.ar> This patch adds support for the DMA engine present on Allwinner A10, A13, A10S and A20 SoCs. This engine has two kinds of channels: normal and...
View Article[PATCH 2/5] x86/asm/entry/32: Expand auditsys_FOO macros in SYSCALL32 code path
This is a preparatory change which allows to drop most of SYSENTER machinery and make SYSENTER reuse SYSCALL code: we will be deleting entire SYSENTER code block, including auditsys_entry_common and...
View Article[PATCH 3/5] x86/asm/entry/32: Jump from SYSENTER32 to SYSCALL32 code path
In 32-bit SYSENTER code, load arg6 into R9 instead of EBP. Jump to SYSCALL code path after we finish setting up pt_regs and clearing FLAGS_NT. This leaves most of SYSENTER32 code path inaccessible....
View Article[PATCH 4/5] x86/asm/entry/32: Delete most of SYSENTER32 code.
Deleting dead code. Only code which performs pt_regs setup, reads arg6 and clears FLAGS_NT, remains. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> CC: Ingo Molnar <mingo@kernel.org>...
View Article[PATCH 5/5] x86/asm/entry/32: Simplify FLAGS_NT clearing in SYSENTER32 code.
"sysenter_fix_flags" detour does not need to be convoluted anymore, straigten it up. However, we still use this: jnz 2f jmp sysenter_jumps_here 2: ... instead of this: jz sysenter_jumps_here ......
View ArticleRe: [PATCH v1 3/7] ARM: dts: qs600: Add real regulators to sdcc
On Mon, Jul 27, 2015 at 02:50:20PM +0100, Srinivas Kandagatla wrote: <snip> > /* WLAN */ > sdcc4: sdcc@121c0000 { > status = "okay"; > + vmmc-supply = <&v3p3_fixed>; > +...
View ArticleRe: ASM flags in general
On 07/27/2015 12:04 PM, H. Peter Anvin wrote: > On 07/27/2015 10:48 AM, Uros Bizjak wrote: >> From: Uros Bizjak <ubizjak@gmail.com> >> >> This patch introduces GCC ASM flags...
View ArticleRe: [PATCH 2/3] mtd: ofpart: do not fail probe when no partitions exist
On Mon, Jul 27, 2015 at 08:30:43PM -0000, Michal Suchanek wrote: .... > The controller-data node contains no partition information and no other > subnodes with partition information exist. >...
View ArticleRe: Crash in -next due to 'MIPS: Move FP usage checks into protected_{save,...
Hi Paul, On Mon, Jul 27, 2015 at 01:02:14PM -0700, Paul Burton wrote: > > Hi Guenter, > > I'm currently mailing out v2 of the series which should fix your > problem. It was an issue...
View ArticleRe: [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size.
On 27 July 2015 at 19:43, Marek Vasut <marex@denx.de> wrote: > On Monday, July 27, 2015 at 11:46:25 AM, Michal Suchanek wrote: >> On 24 July 2015 at 10:34, Marek Vasut...
View ArticleRe: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures
On 07/27/2015 12:33 PM, David Howells wrote: > Hi James, > > Can you pull this into security/next please? Its aim is twofold: firstly, > make the module signatures of PKCS#7/CMS format...
View ArticleRe: [PATCH v1 4/7] ARM: dts: apq8064: Add pm8921 mfd and its gpio node
On Mon, Jul 27, 2015 at 02:51:52PM +0100, Srinivas Kandagatla wrote: > This patch adds pmic gpio node to the device tree, this node is > necessary for devices like wlan to control reset gpio....
View ArticleRe: [PATCH 1/5] x86/asm/entry/32: Massage SYSENTER32 fast path to be nearly...
On Mon, Jul 27, 2015 at 1:33 PM, Denys Vlasenko <dvlasenk@redhat.com> wrote: > This change swaps a few instructions in final register restoring/zeroing > section of SYSENTER fast path, and...
View ArticleRe: [PATCH 2/5] x86/asm/entry/32: Expand auditsys_FOO macros in SYSCALL32...
On Mon, Jul 27, 2015 at 1:33 PM, Denys Vlasenko <dvlasenk@redhat.com> wrote: > This is a preparatory change which allows to drop most of SYSENTER machinery > and make SYSENTER reuse...
View ArticleRe: [PATCH v1 5/7] ARM: dts: apq8064: add pm8921 mpp support
On Mon, Jul 27, 2015 at 02:52:02PM +0100, Srinivas Kandagatla wrote: > This patch adds pmic pm8921 mpp gpio controller node. > > Signed-off-by: Srinivas Kandagatla...
View ArticleRe: [GIT PULL] USB fixes for v4.2-rc5
On Mon, Jul 27, 2015 at 01:58:27PM -0500, Felipe Balbi wrote: > Hi Greg, > > Here's what I hope to be last pull request for current > -rc cycle. Things have finally slowed down. > >...
View ArticleRe: [PATCH v1 7/7] ARM: dts: apq8064: fix missing gsbi cell-index
On Mon, Jul 27, 2015 at 02:52:19PM +0100, Srinivas Kandagatla wrote: > Without this i2c instance for missing cell-index nodes would fail, fix > it by adding correct cell-index. > >...
View ArticleRe: [PATCH 7/7] cpufreq: Separate CPU device removal from CPU online
On Mon, Jul 27, 2015 at 5:06 PM, Viresh Kumar <viresh.kumar@linaro.org> wrote: > On 27-07-15, 16:09, Rafael J. Wysocki wrote: >> From: Rafael J. Wysocki...
View ArticleRe: [PATCH v1 6/7] ARM: dts: apq8064: Add DT support for GSBI6 and for UART...
On Mon, Jul 27, 2015 at 02:52:10PM +0100, Srinivas Kandagatla wrote: > From: Pramod Gurav <pramod.gurav@smartplayin.com> > > This change adds DT support for GSBI6 and muxes the gpio...
View ArticleRe: [GIT PULL] (xen) stable/for-jens-4.2 for rc4
On 07/27/2015 11:36 AM, Konrad Rzeszutek Wilk wrote: > Hey Jens, > > There are three bugs that have been found in the xen-blkfront (and > backend). Two of them have the stable tree CC-ed....
View Article