]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'reset-for-4.13' of git://git.pengutronix.de/git/pza/linux into next/drivers
authorOlof Johansson <olof@lixom.net>
Mon, 19 Jun 2017 02:03:39 +0000 (19:03 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 19 Jun 2017 02:03:39 +0000 (19:03 -0700)
commit8b4a35876d7fadc6138ee0b12342cab622981dbd
treeada9e8cdb8027dcdaab3493ac346a97cf69b6d98
parentcd8eb6291d5323477c342778548e262e8c97cef2
parent2acb037fc42b8ce5ae59a7d5db3c9b35672e3dd7
Merge tag 'reset-for-4.13' of git://git.pengutronix.de/git/pza/linux into next/drivers

Reset controller changes for v4.13

- Use devm_kcalloc to allocate the channels array in sti/reset-syscfg
- Rename the TI_SYSCON_RESET Kconfig option to RESET_TI_SYSCON for
  consistency
- Add new reset driver and DT bindings for Cortina Systems Gemini
  reset controller

* tag 'reset-for-4.13' of git://git.pengutronix.de/git/pza/linux:
  reset: Add a Gemini reset controller
  reset: add DT bindings header for Gemini reset controller
  reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON
  reset: sti: Use devm_kcalloc() in syscfg_reset_controller_register()

Signed-off-by: Olof Johansson <olof@lixom.net>