mbox

[GIT,PULL] Qualcomm Fixes for v4.6-rc2

Message ID 1459651508-5160-1-git-send-email-andy.gross@linaro.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.6-rc2

Message

Andy Gross April 3, 2016, 2:45 a.m. UTC
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.6-rc2

for you to fetch changes up to 10c0f0e92f019ab8d0c17da3696e35b0eef4ec16:

  Revert "dts: msm8974: Add dma channels for blsp2_i2c1 node" (2016-04-02 21:27:36 -0500)

----------------------------------------------------------------
Qualcomm Fixes for v4.6-rc2

* Revert BAM usage on MSM8974 boards

----------------------------------------------------------------
Andy Gross (2):
      Revert "dts: msm8974: Add blsp2_bam dma node"
      Revert "dts: msm8974: Add dma channels for blsp2_i2c1 node"

 arch/arm/boot/dts/qcom-msm8974.dtsi | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

Comments

Olof Johansson April 13, 2016, 6:46 p.m. UTC | #1
On Sat, Apr 02, 2016 at 09:45:08PM -0500, Andy Gross wrote:
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.6-rc2
> 
> for you to fetch changes up to 10c0f0e92f019ab8d0c17da3696e35b0eef4ec16:
> 
>   Revert "dts: msm8974: Add dma channels for blsp2_i2c1 node" (2016-04-02 21:27:36 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm Fixes for v4.6-rc2
> 
> * Revert BAM usage on MSM8974 boards

Hi, on future pull requests please elaborate on why this is needed in the pull
request. It's there in the patch but it's worth bubbling it up so it makes it
into the merge too.

I'll merge these as soon as the current fixes pull request has been merged --
no need to respin.


-Olof
Andy Gross April 13, 2016, 7:06 p.m. UTC | #2
Will do.  Sorry I should have included that.  You shouldn't have to dig for it


On 13 April 2016 at 13:46, Olof Johansson <olof@lixom.net> wrote:
> On Sat, Apr 02, 2016 at 09:45:08PM -0500, Andy Gross wrote:
>> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
>>
>>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.6-rc2
>>
>> for you to fetch changes up to 10c0f0e92f019ab8d0c17da3696e35b0eef4ec16:
>>
>>   Revert "dts: msm8974: Add dma channels for blsp2_i2c1 node" (2016-04-02 21:27:36 -0500)
>>
>> ----------------------------------------------------------------
>> Qualcomm Fixes for v4.6-rc2
>>
>> * Revert BAM usage on MSM8974 boards
>
> Hi, on future pull requests please elaborate on why this is needed in the pull
> request. It's there in the patch but it's worth bubbling it up so it makes it
> into the merge too.
>
> I'll merge these as soon as the current fixes pull request has been merged --
> no need to respin.
>
>
> -Olof
Arnd Bergmann April 23, 2016, 8:17 p.m. UTC | #3
On Saturday 02 April 2016 21:45:08 Andy Gross wrote:
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-4.6-rc2
> 
> for you to fetch changes up to 10c0f0e92f019ab8d0c17da3696e35b0eef4ec16:
> 
>   Revert "dts: msm8974: Add dma channels for blsp2_i2c1 node" (2016-04-02 21:27:36 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm Fixes for v4.6-rc2
> 
> * Revert BAM usage on MSM8974 boards
> 

Pulled into the fixes branch now.

	Arnd