mbox series

drivers: vexpress: update/cleanup for v4.19

Message ID 20180713135523.GB21499@e107155-lin
State New
Headers show
Series drivers: vexpress: update/cleanup for v4.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-4.19

Message

Sudeep Holla July 13, 2018, 1:55 p.m. UTC
Hi ARM-SoC team,

Please pull !

Regards,
Sudeep

--

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-4.19

for you to fetch changes up to cc4aecc5b724b47df65ef3e218ac7d73d2ee4e09:

  misc: vexpress/syscfg: Use devm_ioremap_resource() to map memory (2018-07-12 18:06:01 +0100)

----------------------------------------------------------------
ARMv7 Vexpress update/cleanup for v4.19

Just single cleanup patch to use devm_ioremap_resource in place of
devm_request_mem_region and devm_ioremap.

----------------------------------------------------------------
Sudeep Holla (1):
      misc: vexpress/syscfg: Use devm_ioremap_resource() to map memory

 drivers/misc/vexpress-syscfg.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Comments

Sudeep Holla July 13, 2018, 2 p.m. UTC | #1
On 13/07/18 14:55, Sudeep Holla wrote:
> Hi ARM-SoC team,
> 
> Please pull !
> 

I missed to added [GIT PULL] in the $subject and assuming this will not
get noticed as pull request, I will resend it. Not change apart from the
subject in the resend.
Sorry for the noise.
Olof Johansson July 14, 2018, 9:43 p.m. UTC | #2
On Fri, Jul 13, 2018 at 02:55:23PM +0100, Sudeep Holla wrote:
> Hi ARM-SoC team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> --
> 
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-4.19
> 
> for you to fetch changes up to cc4aecc5b724b47df65ef3e218ac7d73d2ee4e09:
> 
>   misc: vexpress/syscfg: Use devm_ioremap_resource() to map memory (2018-07-12 18:06:01 +0100)

Merged, thanks.


-Olof