[PATCH] staging: most: Fix identifiers to function parameters

2017-12-22 Thread venkataravi . e
From: Ravi Eluri fixed "function definition argument should have an identifier name", with appropriate identifier names. Pointed out by checkpatch. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh --- Note: -

[PATCH] staging: most: Fix identifiers to function parameters

2017-12-22 Thread venkataravi . e
From: Ravi Eluri fixed "function definition argument should have an identifier name", with appropriate identifier names. Pointed out by checkpatch. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh --- Note: - This is the first patch of the two patch series. - Patch was compile tested

[PATCH] staging: most: Avoid trailing semicolon for macros

2017-12-22 Thread venkataravi . e
From: Ravi Eluri Fixes checkpatch warning: macros should not use a trailing semicolon. Signed-off-by: Ravi Eluri --- Note: - Patch was compile tested and built(ARCH=arm) on linux-next (latest). - No build issues reported. ---

[PATCH] staging: most: Avoid trailing semicolon for macros

2017-12-22 Thread venkataravi . e
From: Ravi Eluri Fixes checkpatch warning: macros should not use a trailing semicolon. Signed-off-by: Ravi Eluri --- Note: - Patch was compile tested and built(ARCH=arm) on linux-next (latest). - No build issues reported. --- drivers/staging/most/core.c | 2 +- 1 file changed, 1

[PATCH 1/4] arm: dts: imx28: Use phandles instead of unit addresses

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Unit addresses for all peripherals of imx28 are defined in the corresponding dtsi file, use phandles instead of unit addresses to reference peripheral nodes in dts files. This makes the DT more robust and readable. Signed-off-by: Ravi Eluri

[PATCH 4/4] arm: dts: imx28: Device tree cleanup

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Cleaned up device tree. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh --- Note: - This is the fourth patch of the four patch series. - Patch was compile tested and built(ARCH=arm, imx28) on

[PATCH 3/4] arm: dts: imx28: Rearrange nodes for better readability

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Moved regulator, sound, leds, backlight nodes to the top of the device tree, cleaned up for better readability. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh --- Note: - This is the third

[PATCH 1/4] arm: dts: imx28: Use phandles instead of unit addresses

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Unit addresses for all peripherals of imx28 are defined in the corresponding dtsi file, use phandles instead of unit addresses to reference peripheral nodes in dts files. This makes the DT more robust and readable. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh ---

[PATCH 4/4] arm: dts: imx28: Device tree cleanup

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Cleaned up device tree. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh --- Note: - This is the fourth patch of the four patch series. - Patch was compile tested and built(ARCH=arm, imx28) on linux-next (latest). - No build issues reported. - Please discard this

[PATCH 3/4] arm: dts: imx28: Rearrange nodes for better readability

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Moved regulator, sound, leds, backlight nodes to the top of the device tree, cleaned up for better readability. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh --- Note: - This is the third patch of the four patch series. - Patch was compile tested and built(ARCH=arm,

[PATCH 2/4] arm: dts: imx28: Remove system bus unit addresses

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Unit addresses for the system buses of imx28 are defined in the corresponding dtsi file. Any peripheral node on APBH, APBX and AHB busses can be accessed via phandle. Removed duplicate system bus unit address entries, this makes the DT more robust and

[PATCH 2/4] arm: dts: imx28: Remove system bus unit addresses

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Unit addresses for the system buses of imx28 are defined in the corresponding dtsi file. Any peripheral node on APBH, APBX and AHB busses can be accessed via phandle. Removed duplicate system bus unit address entries, this makes the DT more robust and readable. Signed-off-by:

[PATCH 0/4] arm: dts: imx28: imx28-evk device tree cleanup

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Removed lot of redundant device tree syntax from imx28-evk device tree to make it more robust and readable. Total four changesets and are described as follows: Changeset 1 removes unit addresses for all peripherals of imx28 in imx28-evk DT as they

[PATCH 0/4] arm: dts: imx28: imx28-evk device tree cleanup

2017-11-30 Thread venkataravi . e
From: Ravi Eluri Removed lot of redundant device tree syntax from imx28-evk device tree to make it more robust and readable. Total four changesets and are described as follows: Changeset 1 removes unit addresses for all peripherals of imx28 in imx28-evk DT as they are already defined in the