This patch uses managed resource APIs to allocate memory
in order to simplify the driver unload or failure cases
Signed-off-by: Kiran Padwal
---
drivers/staging/media/dt3155v4l/dt3155v4l.c | 13 +
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/media
This patch add a missing check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.
Signed-off-by: Kiran Padwal
---
sound/soc/omap/omap-hdmi-audio.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/sound/soc/omap/omap-hdmi-audio.c b
This patch add a missing check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.
Signed-off-by: Kiran Padwal
---
drivers/mfd/intel_soc_pmic_core.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/mfd/intel_soc_pmic_core.c
b
This patch add a missing check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.
Signed-off-by: Kiran Padwal
---
drivers/video/fbdev/amba-clcd.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/video/fbdev/amba-clcd.c b
This patch add a missing check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.
Signed-off-by: Kiran Padwal
---
drivers/net/arcnet/com20020-pci.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/arcnet/com20020-pci.c
b
This patch add a missing a check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.
Signed-off-by: Kiran Padwal
---
drivers/media/i2c/s5k5baf.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/i2c/s5k5baf.c b/drivers/media
Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.
Signed-off-by: Kiran Padwal
---
drivers/iommu/omap-iommu.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/o
Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.
Signed-off-by: Kiran Padwal
---
drivers/iommu/msm_iommu_dev.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/iommu/msm_iommu_dev.c b/drivers/io
On Wednesday, October 22, 2014 10:30am, "Joerg Roedel" said:
> On Fri, Oct 10, 2014 at 07:01:10PM +0530, Kiran Padwal wrote:
>> Use the wrapper function for retrieving the platform data instead of
>> accessing dev->platform_data directly.
>>
>> Signed-
On Tuesday 14 October 2014 01:39 PM, Mark Brown wrote:
> On Tue, Oct 14, 2014 at 11:47:57AM +0530, Kiran Padwal wrote:
>> On Monday 13 October 2014 06:39 PM, Mark Brown wrote:
>
>>> Two problems:
>>> - I'm missing patches 1 and 2.
>
>> These
On Monday 13 October 2014 06:39 PM, Mark Brown wrote:
> On Thu, Oct 09, 2014 at 01:12:08PM +0530, Kiran Padwal wrote:
>> There is no need to init .owner field.
>>
>> Based on the patch from Peter Griffin
>> "mmc: remove .owner field for drivers using module_p
Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.
Signed-off-by: Kiran Padwal
---
drivers/iommu/msm_iommu_dev.c |4 ++--
drivers/iommu/omap-iommu.c|6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --gi
rridden in
platform_driver_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/soc/qcom/qcom_gsbi.c |1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/soc/qcom/qcom_gsbi.c b/drivers/soc/qcom/qcom_gsbi.c
index 447458e..17ac058 100644
--- a/drivers/soc/qcom/qcom_gsbi.c
+++ b/drivers/soc/qcom/qcom_
rridden in
platform_driver_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/spi/spi-qup.c |1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/spi-qup.c b/drivers/spi/spi-qup.c
index 97471e1..30511bd 100644
--- a/drivers/spi/spi-qup.c
+++ b/drivers/spi/spi-qup.c
@@ -758,7 +758,6 @@ stat
rridden in
platform_driver_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/i2c/busses/i2c-qup.c |1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/i2c/busses/i2c-qup.c b/drivers/i2c/busses/i2c-qup.c
index 3a4d64e..f14af2e 100644
--- a/drivers/i2c/busses/i2c-qup.c
+++ b/drivers/i2c/busses/i2c-
On Tuesday 07 October 2014 06:42 AM, Bjorn Andersson wrote:
> From: Courtney Cavin
>
> Signed-off-by: Courtney Cavin
> Signed-off-by: Bjorn Andersson
> ---
> drivers/input/misc/Kconfig | 12 +++
> drivers/input/misc/Makefile|1 +
> drivers/input/misc/pm8941-pwrkey.c | 19
On Tuesday 30 September 2014 01:06 PM, Ivan T. Ivanov wrote:
> On Tue, 2014-09-30 at 10:00 +0530, Kiran Padwal wrote:
>> On Monday 29 September 2014 07:24 PM, Ivan T. Ivanov wrote:
>>> On Fri, 2014-09-26 at 16:51 +0530, Kiran Padwal wrote:
>>>> On Thursday 25 S
Hi,
On Tuesday 30 September 2014 11:47 AM, Kiran Padwal wrote:
> Hi Bjorn,
>
> On Tuesday 30 September 2014 06:04 AM, Bjorn Andersson wrote:
>> The Shared Memory Manager driver implements an interface for allocating
>> and accessing items in the memory area shared among all
Hi Bjorn,
On Tuesday 30 September 2014 06:04 AM, Bjorn Andersson wrote:
> The Shared Memory Manager driver implements an interface for allocating
> and accessing items in the memory area shared among all of the
> processors in a Qualcomm platform.
>
> Signed-off-by: Bjorn Andersson
> ---
> +
On Monday 29 September 2014 07:24 PM, Ivan T. Ivanov wrote:
> On Fri, 2014-09-26 at 16:51 +0530, Kiran Padwal wrote:
>> On Thursday 25 September 2014 07:00 PM, Ivan T. Ivanov wrote:
>>> Add support for the temperature alarm peripheral found inside
>>> Qualcomm plug-and-p
On Monday 29 September 2014 05:31 PM, Richard Weinberger wrote:
> Am 29.09.2014 12:50, schrieb Kiran Padwal:
>> Hi Tanya,
>>
>> On Sunday 28 September 2014 12:06 PM, Tanya Brokhman wrote:
>>> If there is more then one UBI device mounted, there is no way to
>>
Hi Tanya,
On Sunday 28 September 2014 12:06 PM, Tanya Brokhman wrote:
> If there is more then one UBI device mounted, there is no way to
> distinguish between messages from different UBI devices.
> Add device number to all ubi layer message types.
>
>
> Signed-off-by: Tanya Brokhman
>
> ---
>
Hi Srinivas,
Some review are comments inline.
On Monday 29 September 2014 02:45 PM, Srinivas Kandagatla wrote:
> This patch adds USB OTG support on USB1 of APQ8064 SOC.
> Tested on IFC6410 with ethernet gadget.
>
> Signed-off-by: Srinivas Kandagatla
> ---
> arch/arm/boot/dts/qcom-apq8064-ifc64
On Thursday 25 September 2014 07:00 PM, Ivan T. Ivanov wrote:
> Add support for the temperature alarm peripheral found inside
> Qualcomm plug-and-play (QPNP) PMIC chips. The temperature alarm
> peripheral outputs a pulse on an interrupt line whenever the
> thermal over temperature stage value chan
r_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/usb/dwc3/dwc3-keystone.c |1 -
drivers/usb/dwc3/dwc3-qcom.c |1 -
drivers/usb/phy/phy-msm-usb.c|1 -
3 files changed, 3 deletions(-)
diff --git a/drivers/usb/dwc3/dwc3-keystone.c b/drivers/usb/dwc3/dwc3-keystone.
This change uses managed resource APIs to allocate resources such as,
mem, irq in order to simplify the driver unload or failure cases
Signed-off-by: Kiran Padwal
---
Changes since v1:
- Used devm_free_irq
drivers/dma/cppi41.c | 16 +---
1 file changed, 5 insertions(+), 11
r_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/char/hw_random/atmel-rng.c |1 -
drivers/char/hw_random/bcm2835-rng.c|1 -
drivers/char/hw_random/bcm63xx-rng.c|1 -
drivers/char/hw_random/exynos-rng.c |1 -
drivers/char/hw_random/msm-rng.
r_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/phy/phy-bcm-kona-usb2.c |1 -
drivers/phy/phy-berlin-sata.c |1 -
drivers/phy/phy-exynos-dp-video.c |1 -
drivers/phy/phy-exynos-mipi-video.c |1 -
drivers/phy/phy-exynos5-usbdrd.c|1 -
drivers/phy
r_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/clk/clk-axi-clkgen.c |1 -
drivers/clk/clk-max77686.c |1 -
drivers/clk/clk-max77802.c |1 -
drivers/clk/clk-palmas.c |1 -
drivers/clk/clk-twl6040.c
r_register anyway."
Signed-off-by: Kiran Padwal
---
drivers/dma/bcm2835-dma.c |1 -
drivers/dma/cppi41.c |1 -
drivers/dma/dma-jz4740.c |1 -
drivers/dma/iop-adma.c|1 -
drivers/dma/k3dma.c |1 -
drivers/dma/mmp_pdma.c|1
On Tuesday 23 September 2014 09:10 PM, Vinod Koul wrote:
> On Tue, Sep 23, 2014 at 06:20:46PM +0530, Kiran Padwal wrote:
>> This change uses managed resource APIs to allocate resources such as,
>> mem, irq in order to simplify the driver unload or failure cases.
>>
>>
This change uses managed resource APIs to allocate resources such as,
mem, irq in order to simplify the driver unload or failure cases.
Signed-off-by: Kiran Padwal
---
drivers/dma/cppi41.c | 15 ---
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/drivers/dma/cppi41
Hi Ivan,
On Thursday 18 September 2014 06:45 PM, Ivan T. Ivanov wrote:
> 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: I
Currently these driver are missing a check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.
This patch adds a missing check for tpm_i2c_atmel.c and tpm_i2c_nuvoton.c
Signed-off-by: Kiran Padwal
---
drivers/char/tpm/tpm_i2c_atmel.c |4
Currently this driver is missing a check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.
This patch adds a missing check.
Signed-off-by: Kiran Padwal
---
drivers/spi/spi-pl022.c |5 +
1 file changed, 5 insertions(+)
diff --git a
Hi Kumar,
On Tuesday, September 16, 2014 2:59pm, "Kumar Gala" said:
>
> On Sep 16, 2014, at 4:45 AM, Kiran Padwal
> wrote:
>
>> Add support for i2c controller on the DB8074 board.
>> It also adds necessary DT support for i2c eeprom which is present on
&g
This patch adds i2c pinctrl DT node for IFC6410 board.
It also adds necessary DT support for i2c eeprom which is present on
IFC6410.
Tested on IFC6410 board.
Signed-off-by: Kiran Padwal
---
Changes since v3:
- Removed pinctrl DT node.
Changes since v2:
- Renamed pinmux i2c subnode
On Tuesday, September 16, 2014 3:00pm, "Kumar Gala" said:
>
> On Sep 16, 2014, at 5:36 AM, kiran.pad...@smartplayin.com wrote:
>
>>
>>
>> On Monday, September 15, 2014 10:39pm, "Andy Gross"
>> said:
>>
>>> On Tue, Aug 26
On Monday, September 15, 2014 10:39pm, "Andy Gross"
said:
> On Tue, Aug 26, 2014 at 05:00:45PM +0530, Kiran Padwal wrote:
>> This patch adds pinmux and i2c pinctrl DT node for IFC6410 board.
>> It also adds necessary DT support for i2c eeprom which is present on
&g
Add support for i2c controller on the DB8074 board.
It also adds necessary DT support for i2c eeprom which is present on
DB8074 board.
Signed-off-by: Kiran Padwal
---
arch/arm/boot/dts/qcom-apq8074-dragonboard.dts | 21 +
arch/arm/boot/dts/qcom-msm8974.dtsi
On Thursday, September 11, 2014 9:51am, "Will Deacon"
said:
> On Thu, Sep 11, 2014 at 02:37:36PM +0100, Kiran Padwal wrote:
>> Make of_device_id array const, because all OF functions handle it as const.
>>
>> Signed-off-by: Kiran Padwal
>> ---
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/power/charger-manager.c |2 +-
drivers/power/reset/hisi-reboot.c |2 +-
drivers/power/reset/keystone-reset.c|2 +-
drivers/power/reset/sun6i-reboot.c
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/iommu/arm-smmu.c |2 +-
drivers/iommu/omap-iommu.c |2 +-
drivers/iommu/tegra-gart.c |2 +-
drivers/iommu/tegra-smmu.c |2 +-
4 files changed, 4 insertions(+), 4
ret = __clk_prepare_lock(clk, list, ctx);
> + } while (ret == -EDEADLK);
> + ww_acquire_done(ctx);
> +}
> +
> +static int __clk_unprepare_lock(struct clk *clk, struct list_head *list,
> + struct ww_acquire_ctx *ctx)
Ch
This patch adds pinmux and i2c pinctrl DT node for IFC6410 board.
It also adds necessary DT support for i2c eeprom which is present on
IFC6410.
Tested on IFC6410 board.
Signed-off-by: Kiran Padwal
---
Changes since v2:
- Renamed pinmux i2c subnode "i2c1_pinmux" to "i2c1".
On Wednesday, August 20, 2014 11:36am, "Andreas Färber" said:
> Hi,
>
> Am 20.08.2014 14:02, schrieb Kiran Padwal:
>> This patch adds pinmux and i2c pinctrl DT node for IFC6410 board.
>> It also adds necessary DT support for i2c eeprom which is present on
>
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/gpu/drm/exynos/exynos_drm_dsi.c |2 +-
drivers/gpu/drm/exynos/exynos_hdmi.c|2 +-
drivers/gpu/drm/exynos/exynos_mixer.c |2 +-
3 files changed, 3 insertions
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/gpu/drm/sti/sti_hda.c |2 +-
drivers/gpu/drm/sti/sti_hdmi.c |2 +-
drivers/gpu/drm/sti/sti_tvout.c |2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/gpu/drm/tilcdc/tilcdc_drv.c|4 ++--
drivers/gpu/drm/tilcdc/tilcdc_panel.c |4 ++--
drivers/gpu/drm/tilcdc/tilcdc_slave.c |4 ++--
drivers/gpu/drm/tilcdc
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/pinctrl/spear/pinctrl-spear1310.c |2 +-
drivers/pinctrl/spear/pinctrl-spear1340.c |2 +-
drivers/pinctrl/spear/pinctrl-spear300.c |2 +-
drivers/pinctrl/spear
This patch adds pinmux and i2c pinctrl DT node for IFC6410 board.
It also adds necessary DT support for i2c eeprom which is present on
IFC6410.
Tested on IFC6410 board.
Signed-off-by: Kiran Padwal
---
Chages since v1:
- Renamed pinmux phandle "qcom_pinmux" to &q
On Friday, August 15, 2014 3:08pm, kiran.pad...@smartplayin.com said:
>
> On Thursday, August 14, 2014 6:37pm, "Bjorn Andersson" said:
>
>> On Thu, Aug 14, 2014 at 12:20 AM, Kiran Padwal
>> wrote:
>>> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi
&
On Thursday, August 14, 2014 6:37pm, "Bjorn Andersson" said:
> On Thu, Aug 14, 2014 at 12:20 AM, Kiran Padwal
> wrote:
>> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi
>> b/arch/arm/boot/dts/qcom-apq8064.dtsi
>> index 92bf793..fbebf5c 100644
>> -
This patch adds pinmux and i2c pinctrl DT node for IFC6410 board.
It also adds necessary DT support for i2c eeprom which is present on
IFC6410.
Tested on IFC6410 board.
Signed-off-by: Kiran Padwal
---
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 29 ++
arch/arm/boot/dts/qcom
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx6sx.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx6sx.c b/drivers/pinctrl/pinctrl-imx6sx.c
index 09758a5..840344c 100644
--- a/drivers/pi
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx6q.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx6q.c b/drivers/pinctrl/pinctrl-imx6q.c
index 8eb5ac1..59bb5b4 100644
--- a/drivers/pinct
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx53.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx53.c b/drivers/pinctrl/pinctrl-imx53.c
index f8d45c4..1884d53 100644
--- a/drivers/pinct
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx6dl.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx6dl.c b/drivers/pinctrl/pinctrl-imx6dl.c
index db2a148..656c4b0 100644
--- a/drivers/pi
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx51.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx51.c b/drivers/pinctrl/pinctrl-imx51.c
index 19ab182..b818051 100644
--- a/drivers/pinct
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx28.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx28.c b/drivers/pinctrl/pinctrl-imx28.c
index 79c9c8d..3bd45da 100644
--- a/drivers/pinct
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx50.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx50.c b/drivers/pinctrl/pinctrl-imx50.c
index b06feed..e8bd604 100644
--- a/drivers/pinct
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx35.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx35.c b/drivers/pinctrl/pinctrl-imx35.c
index 278a04a..6bfbcd0 100644
--- a/drivers/pinct
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx27.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx27.c b/drivers/pinctrl/pinctrl-imx27.c
index f8dfefb..945ecca 100644
--- a/drivers/pinct
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx25.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx25.c b/drivers/pinctrl/pinctrl-imx25.c
index 1aae1b6..550e6d7 100644
--- a/drivers/pinct
Kiran Padwal (11):
pinctrl: imx23: Make of_device_id array const
pinctrl: imx25: Make of_device_id array const
pinctrl: imx27: Make of_device_id array const
pinctrl: imx28: Make of_device_id array const
pinctrl: imx35: Make of_device_id array const
pinctrl: imx50: Make of_device_id
Make of_device_id array const, because all OF functions handle it as const.
---
drivers/pinctrl/pinctrl-imx23.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx23.c b/drivers/pinctrl/pinctrl-imx23.c
index e76d75c..df79096 100644
--- a/drivers/pinct
Enable autoloading of pinctrl-imx6sl module when a corresponing DT entry is
present.
Signed-off-by: Kiran Padwal
---
drivers/pinctrl/pinctrl-imx6sl.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/pinctrl-imx6sl.c b/drivers/pinctrl/pinctrl-imx6sl.c
index fa76d6c
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/pinctrl/pinctrl-imx6sl.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-imx6sl.c b/drivers/pinctrl/pinctrl-imx6sl.c
index f21b738
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/pinctrl/pinctrl-tegra30.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-tegra30.c
b/drivers/pinctrl/pinctrl-tegra30.c
index
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/pinctrl/pinctrl-tegra20.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-tegra20.c
b/drivers/pinctrl/pinctrl-tegra20.c
index
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/pinctrl/pinctrl-tegra124.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-tegra124.c
b/drivers/pinctrl/pinctrl-tegra124.c
index
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/pinctrl/pinctrl-tegra114.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-tegra114.c
b/drivers/pinctrl/pinctrl-tegra114.c
index
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/clk/st/clkgen-mux.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/clk/st/clkgen-mux.c b/drivers/clk/st/clkgen-mux.c
index 79dc40b
Converting to devm functions can make the code smaller and cleaner.
Signed-off-by: Kiran Padwal
---
drivers/input/misc/da9052_onkey.c | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/drivers/input/misc/da9052_onkey.c
b/drivers/input/misc
Converting to devm functions can make the code smaller and cleaner.
Signed-off-by: Kiran Padwal
---
drivers/input/misc/da9055_onkey.c | 22 ++
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/drivers/input/misc/da9055_onkey.c
b/drivers/input/misc
There is no need to print out-of-memory errors since this is already
done by the memory management subsystem which even calls dump_stack().
Signed-off-by: Kiran Padwal
---
drivers/input/misc/da9055_onkey.c |4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/input
Fix the following warning reported by checkpatch.pl:
WARNING: else is not generally useful after a break or return
Signed-off-by: Kiran Padwal
---
drivers/i2c/i2c-core.c | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/drivers/i2c/i2c-core.c
fixed below checkpatch.pl warning:
WARNING: void function return statements are not generally useful
Signed-off-by: Kiran Padwal
---
drivers/tty/serial/msm_serial.c |2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c
index
fixed below checkpatch.pl warning:
WARNING: else is not generally useful after a break or return
Signed-off-by: Kiran Padwal
---
drivers/tty/serial/msm_serial.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial
This patch fixes below checkpatch.pl warning and it remove extra blank lines:
WARNING: Missing a blank line after declarations
Signed-off-by: Kiran Padwal
---
drivers/tty/serial/msm_serial.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/tty/serial
...
Signed-off-by: Kiran Padwal
---
drivers/tty/serial/msm_serial.c | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c
index 0295493..e70d4e8 100644
--- a/drivers/tty/serial/msm_serial.c
+++ b/drivers/tty
Kiran Padwal (5):
tty: serial: msm: remove braces {} in msm_serial.c
tty: serial: msm: Fix 'Missing a blank line after declarations'
warning
tty: serial: msm: Fix style warnings relating to printk()
tty: serial: msm: Fix 'else is not generally useful after a brea
fixed below checkpatch.pl warning:
WARNING: braces {} are not necessary for any arm of this statement
Signed-off-by: Kiran Padwal
---
drivers/tty/serial/msm_serial.c |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial
...
WARNING: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then
dev_info(dev, ... then pr_info(... to printk(KERN_INFO ...
WARNING: else is not generally useful after a break or return
WARNING: void function return statements are not generally useful
Signed-off-by: Kiran Padwal
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/usb/host/ehci-msm.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/ehci-msm.c b/drivers/usb/host/ehci-msm.c
index 982c09b..934b39d 100644
Make of_device_id array const, because all OF functions handle it as const
Signed-off-by: Kiran Padwal
---
sound/soc/codecs/ak4642.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c
index 3ba4c0f..0417125 100644
On Fri, Jul 25, 2014 at 10:51 PM, Mark Brown wrote:
> On Thu, Jul 24, 2014 at 05:28:36PM +0530, Kiran Padwal wrote:
>> Make of_device_id array const, because all OF functions handle it as const
>
> ...and reverted because it fails to build.
sorry for that...I miss one thing...I wi
Make of_device_id array const, because all OF functions handle it as const
Signed-off-by: Kiran Padwal
---
sound/soc/codecs/ak4642.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c
index 3ba4c0f..4b2ae61 100644
--- a
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/tty/serial/msm_serial.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c
index 6baf2ad
On Wed, Jul 23, 2014 at 2:48 PM, Jingoo Han wrote:
> On Wednesday, July 23, 2014 4:38 PM, Kiran Padwal wrote:
>>
>> Make of_device_id array const, because all OF functions handle it as const.
>
> Hi Kiran Padwal,
>
> The same patch was already submitted and merg
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/usb/phy/phy-msm-usb.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c
index 78cc870..e4108ee
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal
---
drivers/ata/ahci_st.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/ahci_st.c b/drivers/ata/ahci_st.c
index 2595598..29821b9 100644
--- a/drivers/ata
Checkpatch fix - Add missing blank line after variable declaration
Signed-off-by: Kiran Padwal
---
drivers/staging/gdm724x/gdm_usb.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/gdm724x/gdm_usb.c
b/drivers/staging/gdm724x/gdm_usb.c
index ea89d53..0c1b2de 100644
--- a
This patch fixes the following checkpatch.pl warnings:
WARNING: "Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are
__aligned(2)".
Signed-off-by: Kiran Padwal
---
drivers/staging/gdm724x/gdm_lte.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
Hi,
On Thursday, July 17, 2014 11:25am, "Ivan T. Ivanov" said:
> From: "Ivan T. Ivanov"
>
> This is the pinctrl, pinmux, pinconf and gpiolib driver for the
> Qualcomm GPIO and MPP sub-function blocks found in the PMIC chips.
>
> Signed-off-by: Ivan T. Ivanov
> ---
> drivers/pinctrl/Kconfig
kernel" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
Regards,
Kiran Padwal
--
To unsubscribe from this list: send the line "unsubscribe
Checkpatch fix - Add missing blank line after variable declaration
Signed-off-by: Kiran Padwal
---
drivers/staging/gdm724x/gdm_tty.c |5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/staging/gdm724x/gdm_tty.c
b/drivers/staging/gdm724x/gdm_tty.c
index fe47cd3..001348c 100644
Checkpatch fix - Add missing blank line after variable declaration
Signed-off-by: Kiran Padwal
---
drivers/staging/gdm724x/gdm_lte.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/gdm724x/gdm_lte.c
b/drivers/staging/gdm724x/gdm_lte.c
index 64c55b9..bc6d574 100644
Hi,
On Thu, Jul 17, 2014 at 2:00 AM, Greg KH wrote:
> On Wed, Jul 16, 2014 at 04:55:23PM +0530, Kiran Padwal wrote:
>> From: Kiran Padwal
>>
>> Checkpatch fix - Add missing blank line after variable declaration
>>
>> Signed-off-by:Kiran Padwal
>
&
Checkpatch fix - Add missing blank line after variable declaration
Signed-off-by: Kiran Padwal
---
drivers/staging/gdm724x/gdm_tty.c |5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/staging/gdm724x/gdm_tty.c
b/drivers/staging/gdm724x/gdm_tty.c
index fe47cd3..001348c 100644
1 - 100 of 103 matches
Mail list logo