[PATCH v2 08/18] dt-bindings: Add PLX Technology Reset Controller bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- .../devicetree/bindings/reset/plxtech,reset.txt | 58 ++++++++++++++++++++++ 1 file ch
View Article[PATCH v2 09/18] clk: Add PLX Technology OXNAS Standard Clocks
Add PLX Technology OXNAS SoC Family Standard Clocks support. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- drivers/clk/Kconfig |
View Article[PATCH v2 10/18] dt-bindings: Add PLX Technology OXNAS Standard Clocks bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- .../devicetree/bindings/clock/plxtech,stdclk.txt | 35 ++++++++++++++++++++++ 1 file ch
View Article[PATCH v2 11/18] pinctrl: Add PLX Technology OXNAS pinctrl and gpio driver
Add pinctrl and gprio control support to PLX Technology OXNAS SoC Family CC: Ma Haijun <mahaijuns@gmail.com> CC: Jean-Christophe PLAGNIOL-VILLARD <pl
View Article[PATCH v2 12/18] dt-bindings: Add PLX Technology OXNAS pinctrl and gpio bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- .../devicetree/bindings/gpio/gpio_oxnas.txt | 27 ++++++ .../bindings/pinctrl/plx
View Article[PATCH v2 13/18] arm: Add new mach-oxnas
Add mach-oxnas directory containing Kconfig. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- arch/arm/mach-oxnas/Kconfig | 25 +++++++++
View Article[PATCH v2 14/18] arm: Add build support for mach-oxnas
Add Kconfig and Makefile support for mach-oxnas. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- arch/arm/Kconfig | 2 ++ arch/arm/Make
View Article[PATCH v2 15/18] arm: boot: dts: Add PLX Technology OX810SE dtsi
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- arch/arm/boot/dts/ox810se.dtsi | 273 +++++++++++++++++++++++++++++++++++++++++ 1 file ch
View Article[PATCH v2 16/18] dt-bindings: Add OXNAS bindings
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- Documentation/devicetree/bindings/arm/oxnas.txt | 9 +++++++++ 1 file changed, 9 insertio
View Article[PATCH v2 17/18] dt-bindings: Add Western Digital to vendor prefixes
Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- Documentation/devicetree/bindings/vendor-prefixes
View Article[PATCH v2 18/18] arm: boot: dts: Add Western Digital My Book World Edition...
Add Western Digital My Book World Edition device tree based on PLX Technology OX810SE SoC. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --
View ArticleRe: [PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement
Hello Tomeu, Andreas, On 3/9/2016 10:52 AM, Giuseppe CAVALLARO wrote: >> * today's linux-next: probe failed >> >> * today's linux-next + revert of 88
View Article[PATCH] MAINTAINERS: add a maintainer for the NAND subsystem
Add myself as the maintainer of the NAND subsystem. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> --- MAINTAINERS | 9 ++++++++
View Article[PATCH 0/4] Add AXP209 GPIO driver
Hi, The axp209 PMIC used in combination to some Allwinner SoCs has a bunch of GPIOs accessible. Some boards use these to control their backlight or a
View Article[PATCH 1/4] gpio: Add AXP209 GPIO driver
The AXP209 PMIC has a bunch of GPIOs accessible, that are usually used to control LEDs or backlight. Add a driver for them Signed-off-by: Maxime Rip
View Article[PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd
Now that we have a GPIO driver for the AXP209, we can add it to our MFD. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> --- drivers
View Article[PATCH 3/4] ARM: dt: axp209: Add AXP209 GPIO driver
Add the AXP209 GPIO node to our AXP209 DTSI so that boards can use it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> --- arch/arm/
View Article[PATCH 4/4] ARM: sun5i: chip: Add status LED
The CHIP has a status LED connected to one of the AXP GPIOs. Add the gpio-leds node to be able to use the proper LED framework to control it. Signed-
View Article[PATCH v2 1/2] iio: mma8452: add support for FXLS8471Q
This adds support for Freescale's (now NXP's) FXLS8471Q accelerometer. We use MMA8451Q's configuration because for what the driver supports, FXLS8471
View Article[PATCH v5 1/7] kasan: Modify kmalloc_large_oob_right(), add...
Rename kmalloc_large_oob_right() to kmalloc_pagealloc_oob_right(), as the test only checks the page allocator functionality. Also reimplement kmalloc_
View Article