mbox

[GIT,PULL] MTD fixes for 3.13-rc

Message ID 20131213074428.GA24650@norris-Latitude-E6410
State Accepted
Headers show

Pull-request

git://git.infradead.org/linux-mtd.git tags/for-linus-20131212

Message

Brian Norris Dec. 13, 2013, 7:44 a.m. UTC
Hi Linus,

Here are two MTD fixes for the pxa3xx-nand driver.

Brian

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/for-linus-20131212

for you to fetch changes up to 15b540c71cac840f0a3e8b1b4b7a773deb847ffb:

  mtd: nand: pxa3xx: Use info->use_dma to release DMA resources (2013-12-12 15:02:04 -0800)

----------------------------------------------------------------
Two MTD fixes, for the pxa3xx-nand driver:

 - This driver was not ready to fully support Armada 370 NAND, with
   particularly notable problems seen on flash with 2KB page sizes. This
   "compatible" entry really should have been held back until 3.14 or
   later.

 - Fix a bug seen in rare cases on the error path of a failed probe attempt,
   where we free unallocated DMA resources

----------------------------------------------------------------
Ezequiel Garcia (2):
      Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
      mtd: nand: pxa3xx: Use info->use_dma to release DMA resources

 drivers/mtd/nand/pxa3xx_nand.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Linus Torvalds Dec. 13, 2013, 7:37 p.m. UTC | #1
On Thu, Dec 12, 2013 at 11:44 PM, Brian Norris
<computersforpeace@gmail.com> wrote:
>
> Here are two MTD fixes for the pxa3xx-nand driver.

Pulled..

I do note that your pgp key still has very few signatures, and none of
them in my normal key ring. Any possibility that you might expand on
your signatures a bit?

(The key is useful even so to show that all the pulls come from the
same person - or at least somebody with access to the key - but it
would be nice to fill out the trust network a bit..)

               Linus
Brian Norris Dec. 14, 2013, 5:03 a.m. UTC | #2
On Fri, Dec 13, 2013 at 11:37:36AM -0800, Linus Torvalds wrote:
> I do note that your pgp key still has very few signatures, and none of
> them in my normal key ring. Any possibility that you might expand on
> your signatures a bit?

I'll see what I can do. dwmw2 offered to sign, but we're not exactly on
the same continent AFAIK. I'll try to get out to another conference
sometime soon.

Brian
Richard Weinberger Dec. 14, 2013, 11:59 a.m. UTC | #3
On Sat, Dec 14, 2013 at 6:03 AM, Brian Norris
<computersforpeace@gmail.com> wrote:
> On Fri, Dec 13, 2013 at 11:37:36AM -0800, Linus Torvalds wrote:
>> I do note that your pgp key still has very few signatures, and none of
>> them in my normal key ring. Any possibility that you might expand on
>> your signatures a bit?
>
> I'll see what I can do. dwmw2 offered to sign, but we're not exactly on
> the same continent AFAIK. I'll try to get out to another conference
> sometime soon.

Where are you located?
Maybe one of us is near you:
https://maps.google.com/maps/ms?ie=UTF&msa=0&msid=203700972965484840643.0004b223fd8be6d3e2d90

> Brian
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
Brian Norris Dec. 14, 2013, 7:10 p.m. UTC | #4
On Sat, Dec 14, 2013 at 12:59:55PM +0100, Richard Weinberger wrote:
> On Sat, Dec 14, 2013 at 6:03 AM, Brian Norris <computersforpeace@gmail.com> wrote:
> > On Fri, Dec 13, 2013 at 11:37:36AM -0800, Linus Torvalds wrote:
> >> I do note that your pgp key still has very few signatures, and none of
> >> them in my normal key ring. Any possibility that you might expand on
> >> your signatures a bit?
> >
> > I'll see what I can do. dwmw2 offered to sign, but we're not exactly on
> > the same continent AFAIK. I'll try to get out to another conference
> > sometime soon.
> 
> Where are you located?
> Maybe one of us is near you:
> https://maps.google.com/maps/ms?ie=UTF&msa=0&msid=203700972965484840643.0004b223fd8be6d3e2d90

Irvine, CA (50 miles outside Los Angeles)

Brian