mbox

[0/3] block/ps3vram: Minor updates and fixes

Message ID cover.1433959045.git.geoff@infradead.org (mailing list archive)
State Not Applicable
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-2

Message

Geoff Levand June 10, 2015, 6 p.m. UTC
Hi Jens,

Here are a few minor updates for the ps3vram driver.  The third patch adds me
as co-maintainer of the driver, which I think is fitting as I have been
maintaining it for the last few years and expect I would be involved in any
future inquiries regarding it.

Please apply, thanks.

-Geoff

The following changes since commit d4a4f75cd8f29cd9464a5a32e9224a91571d6649:

  Linux 4.1-rc7 (2015-06-07 20:23:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-2

for you to fetch changes up to 1d082300a03a735c006739907e6aea082007663c:

  MAINTAINERS: Update ps3vram block driver (2015-06-10 10:46:25 -0700)

----------------------------------------------------------------
Geert Uytterhoeven (1):
      block/ps3vram: Remove obsolete reference to MTD

Geoff Levand (2):
      block/ps3vram: Fix sparse warnings
      MAINTAINERS: Update ps3vram block driver

 MAINTAINERS             |  2 ++
 drivers/block/ps3vram.c | 34 +++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 17 deletions(-)

Comments

Jim Paris June 10, 2015, 7:09 p.m. UTC | #1
Geoff Levand wrote:
> Hi Jens,
> 
> Here are a few minor updates for the ps3vram driver.  The third patch adds me
> as co-maintainer of the driver, which I think is fitting as I have been
> maintaining it for the last few years and expect I would be involved in any
> future inquiries regarding it.

Thanks Geoff.

Acked-by: Jim Paris <jim@jtan.com>

Jim

> 
> Please apply, thanks.
> 
> -Geoff
> 
> The following changes since commit d4a4f75cd8f29cd9464a5a32e9224a91571d6649:
> 
>   Linux 4.1-rc7 (2015-06-07 20:23:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-2
> 
> for you to fetch changes up to 1d082300a03a735c006739907e6aea082007663c:
> 
>   MAINTAINERS: Update ps3vram block driver (2015-06-10 10:46:25 -0700)
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
>       block/ps3vram: Remove obsolete reference to MTD
> 
> Geoff Levand (2):
>       block/ps3vram: Fix sparse warnings
>       MAINTAINERS: Update ps3vram block driver
> 
>  MAINTAINERS             |  2 ++
>  drivers/block/ps3vram.c | 34 +++++++++++++++++-----------------
>  2 files changed, 19 insertions(+), 17 deletions(-)
> 
> -- 
> 2.1.0
Jens Axboe June 10, 2015, 8:07 p.m. UTC | #2
On 06/10/2015 12:00 PM, Geoff Levand wrote:
> Hi Jens,
>
> Here are a few minor updates for the ps3vram driver.  The third patch adds me
> as co-maintainer of the driver, which I think is fitting as I have been
> maintaining it for the last few years and expect I would be involved in any
> future inquiries regarding it.
>
> Please apply, thanks.

Applied to for-4.2/drivers, thanks.