diff mbox

[U-Boot,42/42] ARM: tegra: colibri_t30: comment style fix

Message ID 199314946c37108f8c7f3762eea2704f87729171.1412266972.git.marcel@ziswiler.com
State Accepted
Delegated to: Tom Warren
Headers show

Commit Message

Marcel Ziswiler Oct. 2, 2014, 4:23 p.m. UTC
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
---
 arch/arm/dts/tegra30-colibri.dts | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Comments

Marcel Ziswiler Oct. 3, 2014, 7:03 a.m. UTC | #1
On Thu, 2014-10-02 at 18:23 +0200, Marcel Ziswiler wrote:

Sorry about the 42/42 thingy but my tree is still holding Thierry's (now
on CC) latest PCIe patch set (BTW: what's the status there?) and I
forgot to fix that up prior to sending it out.
Stephen Warren Oct. 3, 2014, 3:40 p.m. UTC | #2
On 10/03/2014 01:03 AM, Marcel Ziswiler wrote:
> On Thu, 2014-10-02 at 18:23 +0200, Marcel Ziswiler wrote:
>
> Sorry about the 42/42 thingy but my tree is still holding Thierry's (now
> on CC) latest PCIe patch set (BTW: what's the status there?) and I
> forgot to fix that up prior to sending it out.

If you want to extract just 1 (or some specific number) of commits 
rather than "everything since upstream", you can always run:

git format-patch -1 commit_id

where -1 means "1 commit" (and could be any number) and commit_id is the 
most recent commit you want to send. That way, format-patch will 
generate the correct N/M values in the email subjects without you having 
to fix them up:-)
Marcel Ziswiler Oct. 3, 2014, 3:55 p.m. UTC | #3
On Fri, 2014-10-03 at 09:40 -0600, Stephen Warren wrote:
> If you want to extract just 1 (or some specific number) of commits 
> rather than "everything since upstream", you can always run:
> 
> git format-patch -1 commit_id
> 
> where -1 means "1 commit" (and could be any number) and commit_id is the 
> most recent commit you want to send. That way, format-patch will 
> generate the correct N/M values in the email subjects without you having 
> to fix them up:-)

Thanks mate, I knew there's gotta be a better way to doing this, just
never got around to actually fiddle with it.

Do you happen to know about the status of Thierry's latest PCIe patch
set?
Stephen Warren Oct. 3, 2014, 3:56 p.m. UTC | #4
On 10/03/2014 09:55 AM, Marcel Ziswiler wrote:
> On Fri, 2014-10-03 at 09:40 -0600, Stephen Warren wrote:
>> If you want to extract just 1 (or some specific number) of commits
>> rather than "everything since upstream", you can always run:
>>
>> git format-patch -1 commit_id
>>
>> where -1 means "1 commit" (and could be any number) and commit_id is the
>> most recent commit you want to send. That way, format-patch will
>> generate the correct N/M values in the email subjects without you having
>> to fix them up:-)
>
> Thanks mate, I knew there's gotta be a better way to doing this, just
> never got around to actually fiddle with it.
>
> Do you happen to know about the status of Thierry's latest PCIe patch
> set?

I think Tom was going to track down who was going to apply it.
Marcel Ziswiler Oct. 28, 2014, 1:13 a.m. UTC | #5
Sorry, Tom. Found another one that hasn't quite made it in yet (;-p).

On Thu, 2014-10-02 at 18:23 +0200, Marcel Ziswiler wrote:
> Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
> ---
>  arch/arm/dts/tegra30-colibri.dts | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/dts/tegra30-colibri.dts b/arch/arm/dts/tegra30-colibri.dts
> index 43d03ca..8ede0c0 100644
> --- a/arch/arm/dts/tegra30-colibri.dts
> +++ b/arch/arm/dts/tegra30-colibri.dts
> @@ -22,8 +22,10 @@
>  		reg = <0x80000000 0x40000000>;
>  	};
>  
> -	/* GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
> -	   board) */
> +	/*
> +	 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
> +	 * board)
> +	 */
>  	i2c@7000c000 {
>  		status = "okay";
>  		clock-frequency = <100000>;
> @@ -39,8 +41,10 @@
>  		clock-frequency = <100000>;
>  	};
>  
> -	/* PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and
> -	   touch screen controller */
> +	/*
> +	 * PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and
> +	 * touch screen controller
> +	 */
>  	i2c@7000d000 {
>  		status = "okay";
>  		clock-frequency = <100000>;
diff mbox

Patch

diff --git a/arch/arm/dts/tegra30-colibri.dts b/arch/arm/dts/tegra30-colibri.dts
index 43d03ca..8ede0c0 100644
--- a/arch/arm/dts/tegra30-colibri.dts
+++ b/arch/arm/dts/tegra30-colibri.dts
@@ -22,8 +22,10 @@ 
 		reg = <0x80000000 0x40000000>;
 	};
 
-	/* GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
-	   board) */
+	/*
+	 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
+	 * board)
+	 */
 	i2c@7000c000 {
 		status = "okay";
 		clock-frequency = <100000>;
@@ -39,8 +41,10 @@ 
 		clock-frequency = <100000>;
 	};
 
-	/* PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and
-	   touch screen controller */
+	/*
+	 * PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and
+	 * touch screen controller
+	 */
 	i2c@7000d000 {
 		status = "okay";
 		clock-frequency = <100000>;