23 Jul 2012 08:49
[PATCH 0/5] Fix for ZPODD
Aaron Lu <aaron.lu <at> amd.com>
2012-07-23 06:49:35 GMT
2012-07-23 06:49:35 GMT
Here are some patches to make ZPODD easier to use for end users and a fix for using ZPODD with system suspend. Aaron Lu (5): scsi: sr: fix for sr suspend and resume scsi: sr: runtime pm when ODD is open/closed scsi: sr: block events when runtime suspended scsi: pm: use runtime resume callback if available block: genhd: add an interface to set disk's poll interval block/genhd.c | 25 ++++++++++++++++++------ drivers/scsi/scsi_pm.c | 14 ++++++++----- drivers/scsi/sr.c | 53 ++++++++++++++++++++++++++++++++++++-------------- include/linux/genhd.h | 1 + 4 files changed, 67 insertions(+), 26 deletions(-) -- -- 1.7.11.3 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Do you see any problem with this setting?
>
> >
> > Signed-off-by: Aaron Lu <aaron.lu <at> amd.com>
> > ---
> > block/genhd.c | 23 +++++++++++++++++------
> > drivers/scsi/sr.c | 1 +
> > include/linux/genhd.h | 1 +
> > 3 files changed, 19 insertions(+), 6 deletions(-)
> >
> > diff --git a/block/genhd.c b/block/genhd.c
> > index bdb3682..de9b9d9 100644
> > --- a/block/genhd.c
> > +++ b/block/genhd.c
RSS Feed