Re: [PATCH 1/2] scsi: ufs: Add support for sending NOP OUT UPIU

2013-06-14 Thread Sujit Reddy Thumma
On 6/13/2013 10:03 AM, Sujit Reddy Thumma wrote: static struct scsi_host_template ufshcd_driver_template = { @@ -1771,8 +2064,8 @@ int ufshcd_init(struct device *dev, struct ufs_hba **hba_handle, /* Configure LRB */ ufshcd_host_memory_configure(hba); - host-can_queue =

Re: [PATCH] ARM: mmu: Add debug_ll_io_init() mappings to early mappings

2013-06-14 Thread Rob Herring
On 06/12/2013 12:21 PM, Stephen Boyd wrote: On 06/11, Rob Herring wrote: On Tue, Jun 11, 2013 at 8:30 PM, Stephen Boyd sb...@codeaurora.org wrote: diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index e0d8565..04fe160 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -938,8

Re: [PATCH 1/2] scsi: ufs: Add support for sending NOP OUT UPIU

2013-06-14 Thread Santosh Y
On Fri, Jun 14, 2013 at 1:10 PM, Sujit Reddy Thumma sthu...@codeaurora.org wrote: On 6/13/2013 10:03 AM, Sujit Reddy Thumma wrote: static struct scsi_host_template ufshcd_driver_template = { @@ -1771,8 +2064,8 @@ int ufshcd_init(struct device *dev, struct ufs_hba **hba_handle, /*

Re: [PATCH 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-06-14 Thread Santosh Y
On Thu, Jun 13, 2013 at 10:06 AM, Sujit Reddy Thumma sthu...@codeaurora.org wrote: On 6/12/2013 11:04 AM, Santosh Y wrote: /** + * ufshcd_query_request() - API for issuing query request to the device. + * @hba: ufs driver context + * @query: params for query request + * @descriptor:

Re: [PATCH] ARM: mmu: Add debug_ll_io_init() mappings to early mappings

2013-06-14 Thread Stephen Boyd
On 06/14, Rob Herring wrote: On 06/12/2013 12:21 PM, Stephen Boyd wrote: On 06/11, Rob Herring wrote: On Tue, Jun 11, 2013 at 8:30 PM, Stephen Boyd sb...@codeaurora.org wrote: diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index e0d8565..04fe160 100644 --- a/arch/arm/mm/mmu.c

[GIT PULL 1/3] msm cleanups for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup-for-3.11 for you to fetch changes up to

[GIT PULL 2/3] msm fixes for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-fix-for-3.11 for you to fetch changes up to

[GIT PULL 0/3] msm changes for 3.11

2013-06-14 Thread David Brown
The following three pull requests are for the MSM tree for 3.11. In addition to cleanups and fixes, there is starting to be some work toward getting full clock support in the MSM tree. -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message to

[GIT PULL 2/3] msm fixes for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-fix-for-3.11 for you to fetch changes up to

Re: [PATCH] ARM: mmu: Add debug_ll_io_init() mappings to early mappings

2013-06-14 Thread Stephen Boyd
On 06/14, Stephen Boyd wrote: On 06/14, Rob Herring wrote: On 06/12/2013 12:21 PM, Stephen Boyd wrote: On 06/11, Rob Herring wrote: Can you use vm_reserve_area_early here or perhaps just call iotable_init instead of create_mapping directly? I don't recall if there was some reason I

[GIT PULL 3/3] msm clock for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-clock-for-3.11 for you to fetch changes up to

[PATCH v2 1/2] ARM: mmu: Add debug_ll_io_init() mappings to early mappings

2013-06-14 Thread Stephen Boyd
Failure to add the mapping created in debug_ll_io_init() can lead to the BUG_ON() triggering in lib/ioremap.c:27 if the static virtual address decided for the debug_ll mapping overlaps with another mapping that is created later. This happens because the generic ioremap code has no idea there is a

[PATCH v2 2/2] ARM: mmu: Introduce iotable_init_caller()

2013-06-14 Thread Stephen Boyd
Now that debug_ll_io_init() maps memory via iotable_init() we don't get much information in vmallocinfo about what the mapping corresponds to. Introduce iotable_init_caller() that does the same thing as iotable_init() except that it allows us to specify the function that should appear in

Re: [GIT PULL 1/3] msm cleanups for 3.11

2013-06-14 Thread Olof Johansson
On Fri, Jun 14, 2013 at 10:56:53AM -0700, David Brown wrote: The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at:

Re: [GIT PULL 2/3] msm fixes for 3.11

2013-06-14 Thread Olof Johansson
On Fri, Jun 14, 2013 at 10:56:55AM -0700, David Brown wrote: The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at:

Re: [GIT PULL 3/3] msm clock for 3.11

2013-06-14 Thread Olof Johansson
On Fri, Jun 14, 2013 at 12:52:55PM -0700, David Brown wrote: The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: