mbox

[GIT,PULL] DaVinci fixes for v4.5

Message ID 566FFB38.50801@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.5/fixes

Message

Sekhar Nori Dec. 15, 2015, 11:36 a.m. UTC
Hi,

Here are couple of fixes I collected for v4.5

Thanks,
Sekhar

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.5/fixes

for you to fetch changes up to 5bcd927233d18fbfabed461b31b0118147648525:

  ARM: davinci: fix a problematic usage of WARN() (2015-12-15 15:29:34 +0530)

----------------------------------------------------------------
This pull request includes a fix for
improper usage of WARN() and a fix
for unmet 'select' dependencies.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: davinci: only select WT cache if cache is enabled

Geliang Tang (1):
      ARM: davinci: fix a problematic usage of WARN()

 arch/arm/mach-davinci/Kconfig               | 3 ++-
 arch/arm/mach-davinci/board-dm355-evm.c     | 4 +---
 arch/arm/mach-davinci/board-dm355-leopard.c | 4 +---
 3 files changed, 4 insertions(+), 7 deletions(-)

Comments

Olof Johansson Dec. 22, 2015, 7:41 p.m. UTC | #1
On Tue, Dec 15, 2015 at 05:06:24PM +0530, Sekhar Nori wrote:
> Hi,
> 
> Here are couple of fixes I collected for v4.5
> 
> Thanks,
> Sekhar
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.5/fixes
> 
> for you to fetch changes up to 5bcd927233d18fbfabed461b31b0118147648525:
> 
>   ARM: davinci: fix a problematic usage of WARN() (2015-12-15 15:29:34 +0530)

Merged, thanks.


> 
> ----------------------------------------------------------------
> This pull request includes a fix for
> improper usage of WARN() and a fix
> for unmet 'select' dependencies.

Feel free to use up to 70-80 characters per line or so. No need to linewrap
quite that early. :-)


-Olof