Oliver Hartkopp | 18 Jun 2012 19:38
Favicon

[PATCH 0/6] CAN FD support

Hello Marc,

here's my first real git patch series adding support for CAN with flexible
data rate (CAN FD).

As there were no new remarks to my RFC v5 from 2012-05-28

http://comments.gmane.org/gmane.linux.can/1297

and it's tested and running on my machine for a while now it's IMHO time
for net-next now.

You can also pull the series ;-)

Git is hard for newbies but i gave my very best ...

Best regards,
Oliver

The following changes since commit 4670fd819e7f47392c7c6fc6168ea2857c66d163:

  tcp: Get rid of inetpeer special cases. (2012-06-09 01:25:47 -0700)

are available in the git repository at:

  git://gitorious.org/~hartkopp/linux-can/ollis-can-next.git canfd

for you to fetch changes up to d55c45913f93ccbd4378195e2d6ca96b2d14573b:

  canfd: update documentation according to CAN FD extensions (2012-06-17 21:23:55 +0200)
(Continue reading)

Marc Kleine-Budde | 18 Jun 2012 21:10
Picon
Favicon

Re: [PATCH 0/6] CAN FD support

On 06/18/2012 07:38 PM, Oliver Hartkopp wrote:
> Hello Marc,
> 
> here's my first real git patch series adding support for CAN with flexible
> data rate (CAN FD).
> 
> As there were no new remarks to my RFC v5 from 2012-05-28
> 
> http://comments.gmane.org/gmane.linux.can/1297
> 
> and it's tested and running on my machine for a while now it's IMHO time
> for net-next now.
> 
> You can also pull the series ;-)

I can pull, but David want's to have a clean tree. So I have to pull and
rebase it on my tree.

> Git is hard for newbies but i gave my very best ...

Once you can use it, you don't want to code without it.

Marc

--

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

(Continue reading)

Oliver Hartkopp | 18 Jun 2012 21:14
Favicon

Re: [PATCH 0/6] CAN FD support

On 18.06.2012 21:10, Marc Kleine-Budde wrote:

> On 06/18/2012 07:38 PM, Oliver Hartkopp wrote:
>> Hello Marc,
>>
>> here's my first real git patch series adding support for CAN with flexible
>> data rate (CAN FD).
>>
>> As there were no new remarks to my RFC v5 from 2012-05-28
>>
>> http://comments.gmane.org/gmane.linux.can/1297
>>
>> and it's tested and running on my machine for a while now it's IMHO time
>> for net-next now.
>>
>> You can also pull the series ;-)
> 
> I can pull, but David want's to have a clean tree. So I have to pull and
> rebase it on my tree.

I created a branch 'canfd' on a clone of *your* can-next.

What's not clean there?

You can pull Daves net-next and then pull the canfd branch, right?

> 
>> Git is hard for newbies but i gave my very best ...
> 
> Once you can use it, you don't want to code without it.
(Continue reading)

Marc Kleine-Budde | 18 Jun 2012 21:27
Picon
Favicon

Re: [PATCH 0/6] CAN FD support

On 06/18/2012 09:14 PM, Oliver Hartkopp wrote:
>>> You can also pull the series ;-)
>>
>> I can pull, but David want's to have a clean tree. So I have to pull and
>> rebase it on my tree.
> 
> 
> I created a branch 'canfd' on a clone of *your* can-next.

No need for that. git pull --rebase works.
> 
> What's not clean there?
> 
> You can pull Daves net-next and then pull the canfd branch, right?

Yes, but David wants to have a clean linear series of patches, not with
merges in it.

>>> Git is hard for newbies but i gave my very best ...
>>
>> Once you can use it, you don't want to code without it.

> Yes -  it's getting better. Indeed it looks like Thunderbird mangles the mails
> when editing the draft mails.

Don't do that :)

Marc

--

-- 
(Continue reading)

Oliver Hartkopp | 18 Jun 2012 21:30
Favicon

Re: [PATCH 0/6] CAN FD support

On 18.06.2012 21:27, Marc Kleine-Budde wrote:

> On 06/18/2012 09:14 PM, Oliver Hartkopp wrote:
>>>> You can also pull the series ;-)
>>>
>>> I can pull, but David want's to have a clean tree. So I have to pull and
>>> rebase it on my tree.
>>
>>
>> I created a branch 'canfd' on a clone of *your* can-next.
> 
> No need for that. git pull --rebase works.
>>
>> What's not clean there?
>>
>> You can pull Daves net-next and then pull the canfd branch, right?
> 
> Yes, but David wants to have a clean linear series of patches, not with
> merges in it.

What can i do now to support this?

> 
>>>> Git is hard for newbies but i gave my very best ...
>>>
>>> Once you can use it, you don't want to code without it.
> 
>> Yes -  it's getting better. Indeed it looks like Thunderbird mangles the mails
>> when editing the draft mails.
> 
(Continue reading)

Marc Kleine-Budde | 18 Jun 2012 21:38
Picon
Favicon

Re: [PATCH 0/6] CAN FD support

On 06/18/2012 09:30 PM, Oliver Hartkopp wrote:
> On 18.06.2012 21:27, Marc Kleine-Budde wrote:
> 
>> On 06/18/2012 09:14 PM, Oliver Hartkopp wrote:
>>>>> You can also pull the series ;-)
>>>>
>>>> I can pull, but David want's to have a clean tree. So I have to pull and
>>>> rebase it on my tree.
>>>
>>>
>>> I created a branch 'canfd' on a clone of *your* can-next.
>>
>> No need for that. git pull --rebase works.
>>>
>>> What's not clean there?
>>>
>>> You can pull Daves net-next and then pull the canfd branch, right?
>>
>> Yes, but David wants to have a clean linear series of patches, not with
>> merges in it.
> 
> 
> What can i do now to support this?

No work on your side needed. I'll just rebase all patches on my tree
(and add my S-o-b).

Marc

--

-- 
(Continue reading)

Wolfgang Grandegger | 19 Jun 2012 09:26

Re: [PATCH 0/6] CAN FD support

On 06/18/2012 09:14 PM, Oliver Hartkopp wrote:
> On 18.06.2012 21:10, Marc Kleine-Budde wrote:
> 
>> On 06/18/2012 07:38 PM, Oliver Hartkopp wrote:
>>> Hello Marc,
>>>
>>> here's my first real git patch series adding support for CAN with flexible
>>> data rate (CAN FD).
>>>
>>> As there were no new remarks to my RFC v5 from 2012-05-28
>>>
>>> http://comments.gmane.org/gmane.linux.can/1297
>>>
>>> and it's tested and running on my machine for a while now it's IMHO time
>>> for net-next now.
>>>
>>> You can also pull the series ;-)
>>
>> I can pull, but David want's to have a clean tree. So I have to pull and
>> rebase it on my tree.
> 
> 
> I created a branch 'canfd' on a clone of *your* can-next.
> 
> What's not clean there?
> 
> You can pull Daves net-next and then pull the canfd branch, right?
> 
>>
>>> Git is hard for newbies but i gave my very best ...
(Continue reading)


Gmane