mbox series

[GIT,PULL,2/2] SOC: Couple of drivers changes for v4.17

Message ID 1520296873-12982-2-git-send-email-santosh.shilimkar@oracle.com
State New
Headers show
Series [GIT,PULL,1/2] ARM: Keystone DTS for v4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.17

Message

Santosh Shilimkar March 6, 2018, 12:41 a.m. UTC
The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:

  Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.17

for you to fetch changes up to a817e5d82a2dc5daaa0a8a66cfab268fdf2f6bb6:

  memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe() (2018-03-05 16:21:31 -0800)

----------------------------------------------------------------
SOC driver changes for v4.17

 - Remove deundant dev_err from probe in ti-emif-srma driver
 - Make use of seq_putc in emif reg show

----------------------------------------------------------------
SF Markus Elfring (1):
      memory-EMIF: Use seq_putc() in emif_regdump_show()

Wei Yongjun (1):
      memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe()

 drivers/memory/emif.c       | 2 +-
 drivers/memory/ti-emif-pm.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Arnd Bergmann March 7, 2018, 3:50 p.m. UTC | #1
On Tue, Mar 6, 2018 at 1:41 AM, Santosh Shilimkar
<santosh.shilimkar@oracle.com> wrote:
> The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:
>
>   Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.17
>
> for you to fetch changes up to a817e5d82a2dc5daaa0a8a66cfab268fdf2f6bb6:
>
>   memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe() (2018-03-05 16:21:31 -0800)
>
> ----------------------------------------------------------------
> SOC driver changes for v4.17
>
>  - Remove deundant dev_err from probe in ti-emif-srma driver
                     ^^ I fixed the typo while applying

>  - Make use of seq_putc in emif reg show

Pulled into next/drivers, thanks!

        Arnd
Santosh Shilimkar March 7, 2018, 4:54 p.m. UTC | #2
On 3/7/18 7:50 AM, Arnd Bergmann wrote:
> On Tue, Mar 6, 2018 at 1:41 AM, Santosh Shilimkar
> <santosh.shilimkar@oracle.com> wrote:
>> The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:
>>
>>    Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)
>>
>> are available in the git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.17
>>
>> for you to fetch changes up to a817e5d82a2dc5daaa0a8a66cfab268fdf2f6bb6:
>>
>>    memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe() (2018-03-05 16:21:31 -0800)
>>
>> ----------------------------------------------------------------
>> SOC driver changes for v4.17
>>
>>   - Remove deundant dev_err from probe in ti-emif-srma driver
>                       ^^ I fixed the typo while applying
> 
Thanks Arnd !!

Regards,
Santosh