mbox

[Maverick,SRU,ti-omap4] : Enable CONFIG_SCSI_MULTI_LUN

Message ID 1289244001-27233-1-git-send-email-bryan.wu@canonical.com
State Accepted
Delegated to: Brad Figg
Headers show

Pull-request

git://kernel.ubuntu.com/roc/ubuntu-maverick ti-omap4

Message

Bryan Wu Nov. 8, 2010, 7:20 p.m. UTC
BugLink: http://launchpad.net/bugs/672635

SRU Justification:

Impact: In TI OMAP4 hardware, only CompactFlash slot works in a mult-slots of
USB card readers. Other slots don't work at all.

Fix: It requires kernel support CONFIG_SCSI_MULTI_LUN. With this patch we will
get all the slots of USB card readers work.

Testcase: With a kernel enabled CONFIG_SCSI_MULTI_LUN, pluging USB card readers
into the TI OMAP4 hardware. We can get all the card slots work in Ubuntu.

The following changes since commit 85f0b71a3ab7cdd6a8bc6a7a683f38f411882203:

  UBUNTU: Ubuntu-2.6.35-903.17 (2010-10-22 09:47:51 -0600)

are available in the git repository at:
  git://kernel.ubuntu.com/roc/ubuntu-maverick ti-omap4

Bryan Wu (1):
      UBUNTU: [Config] enable CONFIG_SCSI_MULTI_LUN to support multislot USB card reader for ti-omap4

 debian.ti-omap4/config/config.common.ubuntu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Tim Gardner Nov. 8, 2010, 10:14 p.m. UTC | #1
On 11/08/2010 02:20 PM, Bryan Wu wrote:
> BugLink: http://launchpad.net/bugs/672635
>
> SRU Justification:
>
> Impact: In TI OMAP4 hardware, only CompactFlash slot works in a mult-slots of
> USB card readers. Other slots don't work at all.
>
> Fix: It requires kernel support CONFIG_SCSI_MULTI_LUN. With this patch we will
> get all the slots of USB card readers work.
>
> Testcase: With a kernel enabled CONFIG_SCSI_MULTI_LUN, pluging USB card readers
> into the TI OMAP4 hardware. We can get all the card slots work in Ubuntu.
>
> The following changes since commit 85f0b71a3ab7cdd6a8bc6a7a683f38f411882203:
>
>    UBUNTU: Ubuntu-2.6.35-903.17 (2010-10-22 09:47:51 -0600)
>
> are available in the git repository at:
>    git://kernel.ubuntu.com/roc/ubuntu-maverick ti-omap4
>
> Bryan Wu (1):
>        UBUNTU: [Config] enable CONFIG_SCSI_MULTI_LUN to support multislot USB card reader for ti-omap4
>
>   debian.ti-omap4/config/config.common.ubuntu |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)

pulled and uploaded