Re: [PATCH 10/10] hwmon: i2cs-fan: Add hwmon dts binding documentation

2016-10-17 Thread Pantelis Antoniou
> On Oct 10, 2016, at 23:29 , Rob Herring <r...@kernel.org> wrote: > > On Fri, Oct 07, 2016 at 06:21:09PM +0300, Pantelis Antoniou wrote: >> From: Georgi Vlaev <gvl...@juniper.net> >> >> Adds the I2CS Fan Tray hwmon device tree node documentation.

[PATCH 0/7] Introduce PTX1K Boot FPGA driver

2016-10-07 Thread Pantelis Antoniou
Add Juniper's PTX1K Boot FPGA driver. Those FPGAs are present in Juniper's PTX series of routers. The MFD driver provices watchdog/mtd/hwmon devices. There are full device tree binding documents for the master mfd driver and for the slave driver. This patchset is against mainline as of today:

[PATCH 3/7] watchdog: Add PTX1K I2CS BootFPGA watchdog driver.

2016-10-07 Thread Pantelis Antoniou
r Roeck <gro...@juniper.net> Signed-off-by: JawaharBalaji Thirumalaisamy <jawah...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- drivers/watchdog/Kconfig | 15 +++ drivers/watchdog/Makefile

[PATCH 2/7] mfd: dt-bindings: Add bindings for the Juniper PTX1K Boot FPGA

2016-10-07 Thread Pantelis Antoniou
From: Georgi Vlaev <gvl...@juniper.net> Add device tree bindings for the Juniper PTX1K Boot FPGA MFD driver. Signed-off-by: Georgi Vlaev <gvl...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- .../devicetree/bind

[PATCH 03/10] i2c/muxes: Juniper I2CS RE mux

2016-10-07 Thread Pantelis Antoniou
; Signed-off-by: Guenter Roeck <gro...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- drivers/i2c/muxes/Kconfig| 10 +++ drivers/i2c/muxes/Makefile | 1 + drivers/i2c/mu

[PATCH 01/10] mfd: Add Juniper I2CS MFD driver

2016-10-07 Thread Pantelis Antoniou
(i2cs-fan-hwmon) Signed-off-by: Georgi Vlaev <gvl...@juniper.net> Signed-off-by: Guenter Roeck <gro...@juniper.net> Signed-off-by: JawaharBalaji Thirumalaisamy <jawah...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.co

[PATCH 7/7] hwmon: ptx1kbf: Add PTX1K I2CS BootFPGA sensor driver

2016-10-07 Thread Pantelis Antoniou
kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- drivers/hwmon/Kconfig | 17 ++ drivers/hwmon/Makefile| 1 + drivers/hwmon/jnx_ptx1kbf_hwmon.c | 123 ++ 3 files changed, 141 insertions(+) create m

[PATCH 4/7] watchdog: ptx1kbf-wdt: Add ptx1kbf device tree bindings

2016-10-07 Thread Pantelis Antoniou
From: Georgi Vlaev <gvl...@juniper.net> Add binding document for the watchdog driver of PTX1K Boot FPGA. Signed-off-by: Georgi Vlaev <gvl...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- .../devicetree/bin

[PATCH 6/7] mtd: ptx1kbf: Bindings for Juniper's PTX1K Boot FPGA

2016-10-07 Thread Pantelis Antoniou
From: Georgi Vlaev <gvl...@juniper.net> Add binding document for Junipers Flash IP block present in the PTX1K Boot FPGA on PTX series of routers. Signed-off-by: Georgi Vlaev <gvl...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton.

[PATCH 5/7] mtd: ptx1kbf: Add PTX1K BootFPGA MTD driver

2016-10-07 Thread Pantelis Antoniou
] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- drivers/mtd/devices/Kconfig | 10 + drivers/mtd/devices/Makefile | 1 + drivers/mtd/devices/jnx_ptx1kbf_mtd.c | 677 ++ 3 files changed, 688 insertions(+) create m

[PATCH 1/7] mfd: Add PTX1K I2CS BootFPGA MFD driver

2016-10-07 Thread Pantelis Antoniou
bf_mtd (etch2) - hwmon - jnx_ptx1kbf_hwmon (etch2) Signed-off-by: Georgi Vlaev <gvl...@juniper.net> Signed-off-by: Guenter Roeck <gro...@juniper.net> Signed-off-by: JawaharBalaji Thirumalaisamy <jawah...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pan

[PATCH 09/10] hwmon: Add driver for Fan Tray on Juniper I2CS FGPA

2016-10-07 Thread Pantelis Antoniou
ed-off-by: JawaharBalaji Thirumalaisamy <jawah...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- drivers/hwmon/Kconfig | 11 + drivers/hwmon/Makefile | 1 + drivers/hwmo

[PATCH 05/10] gpio: i2cs: Juniper I2CS to GPIO pin mapping driver

2016-10-07 Thread Pantelis Antoniou
; Signed-off-by: Guenter Roeck <gro...@juniper.net> Signed-off-by: JawaharBalaji Thirumalaisamy <jawah...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- drivers/gpio/Kconfig | 11 + drivers/gpio/Makefile

[PATCH 06/10] gpio: gpio-i2cs: Document bindings of I2CS FPGA GPIO block

2016-10-07 Thread Pantelis Antoniou
From: Georgi Vlaev <gvl...@juniper.net> Add device tree bindings document for the GPIO driver of Juniper's I2CS FPGA. Signed-off-by: Georgi Vlaev <gvl...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- .../device

[PATCH 02/10] mfd: dt-bindings: Add bindings for the Juniper I2CS MFD

2016-10-07 Thread Pantelis Antoniou
From: Georgi Vlaev <gvl...@juniper.net> Add device tree bindings for the Juniper I2CS MFD driver. Signed-off-by: Georgi Vlaev <gvl...@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com> --- Documentation/devicetre

[PATCH 07/10] leds: i2cs: Add I2CS FPGA leds driver

2016-10-07 Thread Pantelis Antoniou
From: Georgi Vlaev <gvl...@juniper.net> Add support for the FRU faceplate status LEDs (OK, FAIL, ACTIVE, STANDBY) controlled by the Juniper I2CS FPGA. This driver is a jnx-i2cs-core client. Signed-off-by: Georgi Vlaev <gvl...@juniper.net> [Ported from Juniper kernel] Signed-off-