Re: [PATCH V5] mtd: ubi: Extend UBI layer debug/messaging capabilities

2014-10-22 Thread hujianyang
It seems useful~! I'd like to do some test with it~ -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v5 3/4] pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver

2014-10-22 Thread Ivan T. Ivanov
On Tue, 2014-10-21 at 19:15 +0100, Srinivas Kandagatla wrote: Hi Ivan, Just realized that this patch can generate compiler errors due to 3.18 changes in pinmux_ops struct and gpiochip_remove returns void now. Yes. I am just preparing new version of this for Linus. Regards, Ivan -- To

[PATCH v6 1/4] pinctrl: Device tree bindings for Qualcomm PMIC GPIO block

2014-10-22 Thread Ivan T. Ivanov
From: Bjorn Andersson bjorn.anders...@sonymobile.com This introduced the device tree bindings for the GPIO block found in PMIC's from Qualcomm. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com ---

[PATCH v6 0/4] Qualcomm SPMI PMIC pin controller drivers

2014-10-22 Thread Ivan T. Ivanov
Changes since v4: - Rebased on v3.18-rc1: pinmux_ops.enable is now pinmux_ops.set_mux gpiochip_remove() did not return a value. - Added Ack's from Bjorn Short description: Patches adds pin control drivers for Multi-Purpose Pin (MPP) and General-purpose pin (GPIO) controllers found in

[PATCH v6 3/4] pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver

2014-10-22 Thread Ivan T. Ivanov
This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm GPIO sub-function blocks found in the PMIC chips. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com Acked-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/pinctrl/qcom/Kconfig | 13 +

[PATCH v6 4/4] pinctrl: Qualcomm SPMI PMIC MPP pin controller driver

2014-10-22 Thread Ivan T. Ivanov
This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm MPP sub-function blocks found in the PMIC chips. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com Acked-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/pinctrl/qcom/Makefile | 1 +

Re: [PATCH v3] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-10-22 Thread Ivan T. Ivanov
On Sun, 2014-10-19 at 21:54 +0200, Hartmut Knaack wrote: Ivan T. Ivanov schrieb am 01.10.2014 18:14: The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has 16 bits resolution and register space inside PMIC accessible across SPMI bus. The driver registers itself

[PATCH v6 2/4] pinctrl: Device tree bindings for Qualcomm PMIC MPP block

2014-10-22 Thread Ivan T. Ivanov
DeviceTree binding documentation for Qualcomm SPMI PMIC MPP pinctrl drivers. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com Acked-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- .../devicetree/bindings/pinctrl/qcom,pmic-mpp.txt | 162 +

Re: [PATCH] tty/serial: earlycon: Fix print for implied MMIO case

2014-10-22 Thread Mark Rutland
On Fri, Oct 17, 2014 at 10:01:11AM +0100, Kumar Gala wrote: For the case in which we just provide an address as an argument to the earlycon console type like: earlycon=msm_serial_dm,0xf991e000 Personally it would be nice to see this when using pl011 as an earlyon. Currently I get: Early

[PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-10-22 Thread Ivan T. Ivanov
The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has 16 bits resolution and register space inside PMIC accessible across SPMI bus. The driver registers itself through IIO interface. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- Changes: - Address review comments from