[v6, 0/5] Fix eSDHC host version register bug
This patchset is used to fix a host version register bug in the T4240-R1.0-R2.0 eSDHC controller. To get the SoC version and revision, it's needed to
View Article[v6, 1/5] ARM64: dts: ls2080a: add device configuration node
Add the dts node for device configuration unit that provides general purpose configuration and status for the device. Signed-off-by: Yangbo Lu <yangb
View Article[v6, 2/5] soc: fsl: add GUTS driver for QorIQ platforms
The global utilities block controls power management, I/O device enabling, power-onreset(POR) configuration monitoring, alternate function selection f
View Article[v6, 3/5] dt: move guts devicetree doc out of powerpc directory
Move guts devicetree doc to Documentation/devicetree/bindings/soc/fsl/ since it's used by not only PowerPC but also ARM. And add a specification for '
View Article[v6, 4/5] powerpc/fsl: move mpc85xx.h to include/linux/fsl
Move mpc85xx.h to include/linux/fsl and rename it to svr.h as a common header file. It has been used for mpc85xx and it will be used for ARM-based SoC
View Article[v6, 5/5] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
The eSDHC of T4240-R1.0-R2.0 has incorrect vender version and spec version. Acturally the right version numbers should be VVN=0x13 and SVN = 0x1. This
View Article[patch RESEND net] net: hns: fix the bug about mtu setting
In chip V1, the maximum mtu value is 9600 for service ports and 1514 for debug ports. And in chip V2, it is 9728 for service ports and 1514 for debug
View Article[PATCH] ipc, shm: make shmem attach/detach wait for mmap_sem killable
From: Michal Hocko <mhocko@suse.com> shmat and shmdt rely on mmap_sem for write. If the waiting task gets killed by the oom killer it would block oom
View ArticleLinux 3.12.56
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I'm announcing the release of the 3.12.56 kernel. All users of the 3.12 kernel series must upgrade.
View Article[PATCH v6 0/2] dts/ls2080a: update the DTS for QSPI and DSPI support
From: Yuan Yao <yao.yuan@nxp.com> Both of the patches are already send out to l2-mtd as a part of the set for add QSPI support on Freescale new SOC b
View Article[PATCH v6 1/2] Documentation: fsl: dspi: Add fsl,ls2080a-dspi compatible string
new compatible string: "fsl,ls2080a-dspi". Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Acked-by: Rob Herring <robh@kernel.org> --- Changed in v6: No c
View Article[PATCH v6 2/2] dts/ls2080a: update the DTS for QSPI and DSPI support
Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Acked-by: Han xu <han.xu@nxp.com> --- Changed in v6: No changes. Changed in v5: Resend base on arm-soc. C
View Article[PATCH v2 00/18] Add Initial support for PLX Technology OX810SE
This serie adds initial support (IRQ, Timer, GPIO, Reset, Serial, Clocks) for the PLX Technology OX810SE used in the well-known Western Digital My Boo
View Article[PATCH v2 01/18] clocksource: sp804: Add support for non-32bit width counter
Some vendor variants can implement norrower counter width, add an optional DT property changing the clocksource width and the clockevent mask, but kee
View Article[PATCH v2 02/18] dt-bindings: timer: sp804: add timer-width property
Add timer-width optional property to specify a different vendor specific timer counter bit-width. Signed-off-by: Neil Armstrong <narmstrong@baylibre.
View Article[PATCH v2 03/18] irqchip: versatile-fpga: add new arm,rps-irq compatible
Under the OX810SE, this exact same interface is used as "Reference Peripheral Specification" Interrupt Controller, so add a new compatible string. Si
View Article[PATCH v2 04/18] dt-bindings: irq: arm,versatile-fpga: add arm,rps-irq...
Under the OX810SE, this same controller is used as "Reference Peripheral Specification" Interrupt Controller, so add new compatible string. Signed-of
View Article[PATCH v2 05/18] dt-bindings: vendor-prefixes: Add PLX Technology
Add PLX Technology vendor prefix. Fixed "pixdir" alphabetizing. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- Documentation/devicetree
View Article[PATCH v2 06/18] dt-bindings: Add Oxford Semiconductors to vendor prefixes
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(
View Article[PATCH v2 07/18] reset: Add PLX Technology Reset Controller driver
Add System reset controller driver for PLX Technology OXNAS SoC Family. CC: Ma Haijun <mahaijuns@gmail.com> Signed-off-by: Neil Armstrong <narmstrong
View Article