From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4B4F30C3.8040005@domain.hid> Date: Thu, 14 Jan 2010 15:57:07 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <1263470867-1533-1-git-send-email-wg@domain.hid> <1263470867-1533-2-git-send-email-wg@domain.hid> <1263470867-1533-3-git-send-email-wg@domain.hid> <1263470867-1533-4-git-send-email-wg@domain.hid> <1263470867-1533-5-git-send-email-wg@domain.hid> <4B4F0A8A.7060106@domain.hid> In-Reply-To: <4B4F0A8A.7060106@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] [PATCH xenomai-2.5 3/3] rtcan: mscan: new OF platform driver for MPC521x and MPC5200 List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Grandegger Cc: Xenomai-core@domain.hid Wolfgang Grandegger wrote: > Wolfgang Grandegger wrote: >> pdir=../send-rtcan-mscan-mpc5xxx/ >> sprefix="PATCH xenomai-2.5" >> commitid=b197fe0f370d92ee1838b370fbf927ca50a0e573 >> subject="rtcan: mscan: new OF platform driver for MPC521x and MPC5200" >> blurb="\ >> This patch series adds RT-Socket-CAN support for the MSCAN on the MPC512x\\ >> from Freescale by introducing a new OF platform driver for both, the\\ >> MPC521x and MPC5200, while still keeping the old driver for the MPC5200\\ >> for compatibility with older kernel versions.\\ >> \\ >> Wolfgang" >> >> rm -f $pdir/*.patch >> mkdir $pdir >> opt="--dry-run" >> test "$1" = "send" && opt="" >> >> git format-patch -n -o $pdir --cover-letter --subject-prefix="$sprefix" \ >> $commitid >> >> mv $pdir/0000-cover-letter.patch /tmp/0000-cover-letter.patch >> sed " >> s/\*\*\* SUBJECT HERE \*\*\*/$subject/ >> s/\*\*\* BLURB HERE \*\*\*/$blurb/ >> " /tmp/0000-cover-letter.patch > $pdir/0000-cover-letter.patch >> >> echo "=====================================================================" >> cat $pdir/0000-cover-letter.patch >> echo "=====================================================================" >> >> opt="--dry-run" >> test "$1" = "send" && opt="" >> >> git format-patch -o $pdir --subject-prefix="$sprefix" $commitid >> >> echo "opt=$opt" >> git send-email $opt \ >> --to "Xenomai-core@domain.hid" \ >> --from="Wolfgang Grandegger " \ >> $pdir > > s/$pdir/$pdir/*.patch/ > > Grrr, due to that mistake in my git-patch-prepare-and-send script, the > script file (and backup) has also been sent to the list as well. Please > ignore the last two patch. Sorry for the noise Hi Wolfgang, Would you want a git tree on Xenomai server? This way you could use git push and git-request-pull ? There is not much point for me in proof-reading your patches, since I do not know much about rt-socket-can. Regards. -- Gilles.