From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wills Wang Date: Sun, 17 Jan 2016 20:21:29 +0800 Subject: [U-Boot] [PATCH v7 0/7] add support for atheros ath79 based SOCs In-Reply-To: References: <201601162006.00093.marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/17/2016 06:24 PM, Daniel Schwierzeck wrote: > 2016-01-17 6:49 GMT+01:00 Wills Wang : >> >> On 01/17/2016 03:05 AM, Marek Vasut wrote: >>> On Saturday, January 16, 2016 at 07:13:46 PM, Wills Wang wrote: >>>> These series of patch add support for atheros ath79 based SOCs in u-boot, >>>> at the present moment it's just available for ar933x and qca953x chip. >>>> >>>> This patch serises is based on mips_io_v4 branch on u-boot-mips >>>> repository >>>> [1] and tested on ar933x and qca953x board. >>>> >>>> [1] >>>> >>>> http://git.denx.de/?p=u-boot/u-boot-mips.git;a=shortlog;h=refs/heads/mips_ >>>> io_v4 >>> So if I didn't complain about this being sent as separate emails this >>> morning. >>> Please, do send your patches as a series, not as separate emails. >> How to send a patch series by patman? >> > If your git-sendmail config is correctly set up, patman automatically > sends the cover letter and then all patches as response to that cover > letter. > > You have to enable mail threading in git-sendmail. Check that with: > > $ git config --get sendemail.thread > > To enable it globally: > > $ git config --global sendemail.thread true > Thanks, i will try it for the coming v8. -- Best Regards Wills