Hi Linus, The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9: Linux 4.6-rc4 (2016-04-17 19:13:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git tags/hsi-for-4.7 for you to fetch changes up to c2f90a465df75254fb41bf6e7975464929c21e26: HSI: omap-ssi: move omap_ssi_port_update_fclk (2016-05-09 22:45:18 +0200) ---------------------------------------------------------------- HSI changes for the v4.7 series * merge omap-ssi and omap-ssi-port modules * fix omap-ssi module reloading * add DVFS support to omap-ssi ---------------------------------------------------------------- Arnd Bergmann (3): HSI: omap-ssi: add COMMON_CLK dependency HSI: omap-ssi: include pinctrl header files HSI: omap-ssi: move omap_ssi_port_update_fclk Sebastian Reichel (6): HSI: omap_ssi_port: switch to gpiod API HSI: omap_ssi: fix module unloading HSI: omap_ssi: make sure probe stays available HSI: omap_ssi: fix removal of port platform device HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module HSI: omap-ssi: add clk change support drivers/hsi/controllers/Kconfig | 8 +- drivers/hsi/controllers/Makefile | 4 +- drivers/hsi/controllers/omap_ssi.h | 12 ++- .../controllers/{omap_ssi.c => omap_ssi_core.c} | 107 ++++++++++++++++++--- drivers/hsi/controllers/omap_ssi_port.c | 100 +++++++++---------- 5 files changed, 157 insertions(+), 74 deletions(-) rename drivers/hsi/controllers/{omap_ssi.c => omap_ssi_core.c} (86%)