From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752945AbcD3CJ2 (ORCPT ); Fri, 29 Apr 2016 22:09:28 -0400 Received: from ring0.de ([5.45.101.7]:43649 "EHLO ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbcD3CJ1 (ORCPT ); Fri, 29 Apr 2016 22:09:27 -0400 X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail * domains are different * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] From: Sebastian Reichel To: Sebastian Reichel , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Tony Lindgren , Aaro Koskinen , Pavel Machek , Ivaylo Dimitrov , =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH 0/6] omap-ssi cleanups + dvfs support Date: Sat, 30 Apr 2016 04:09:07 +0200 Message-Id: <1461982153-19139-1-git-send-email-sre@kernel.org> X-Mailer: git-send-email 2.8.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The following patches add a few cleanups to the omap-ssi driver, fix module unloading (and reloading) and merge omap-ssi and omap-ssi-port into the same module to avoid a circular dependency introduced by the last patch. P.S.: The last patch has already been sent in this patchset (https://lkml.org/lkml/2016/1/30/283), but could not be applied due to the circular dependency. -- Sebastian 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 | 5 - drivers/hsi/controllers/Makefile | 4 +- drivers/hsi/controllers/omap_ssi.h | 12 ++- .../controllers/{omap_ssi.c => omap_ssi_core.c} | 106 ++++++++++++++++++--- drivers/hsi/controllers/omap_ssi_port.c | 84 ++++++++-------- 5 files changed, 146 insertions(+), 65 deletions(-) rename drivers/hsi/controllers/{omap_ssi.c => omap_ssi_core.c} (86%) -- 2.8.1