From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932601AbcAaAwr (ORCPT ); Sat, 30 Jan 2016 19:52:47 -0500 Received: from ring0.de ([5.45.101.7]:43237 "EHLO ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932156AbcAaAwq (ORCPT ); Sat, 30 Jan 2016 19:52:46 -0500 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 , Tony Lindgren , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Aaro Koskinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] omap-ssi: clk change support Date: Sun, 31 Jan 2016 01:52:36 +0100 Message-Id: <1454201558-31285-1-git-send-email-sre@kernel.org> X-Mailer: git-send-email 2.7.0.rc3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, During diffing the n950 with the mainline kernel I noticed, that the main difference is additional DVFS support. These patches import those differences (forward-ported to pinctrl & common clock framework) to the mainline kernel. -- Sebastian Sebastian Reichel (2): ARM: dts: OMAP3-N950-N9: Add ssi idle pinctrl state HSI: omap-ssi: add clk change support arch/arm/boot/dts/omap3-n950-n9.dtsi | 16 ++++++++- drivers/hsi/controllers/omap_ssi.c | 63 +++++++++++++++++++++++++++++++++ drivers/hsi/controllers/omap_ssi.h | 6 ++++ drivers/hsi/controllers/omap_ssi_port.c | 20 +++++++++++ 4 files changed, 104 insertions(+), 1 deletion(-) -- 2.7.0.rc3