From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 0/3] Introduce framework for SLIMbus device drivers Date: Sun, 14 Jun 2015 08:32:44 -0700 Message-ID: <20150614153244.GB17619@kroah.com> References: <1434260958-13732-1-git-send-email-sdharia@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:42123 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751549AbbFNPcp (ORCPT ); Sun, 14 Jun 2015 11:32:45 -0400 Content-Disposition: inline In-Reply-To: <1434260958-13732-1-git-send-email-sdharia@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Sagar Dharia Cc: broonie@kernel.org, linux-kernel@vger.kernel.org, bp@suse.de, poeschel@lemonage.de, santosh.shilimkar@ti.com, treding@nvidia.com, gong.chen@linux.intel.com, andreas.noever@gmail.com, alan@linux.intel.com, mathieu.poirier@linaro.org, daniel@ffwll.ch, oded.gabbay@amd.com, jkosina@suse.cz, sharon.dvir1@mail.huji.ac.il, joe@perches.com, davem@davemloft.net, james.hogan@imgtec.com, michael.opdenacker@free-electrons.com, daniel.thompson@linaro.org, nkaje@codeaurora.org, mbutler@audience.com, kheitke@audience.com, mlocke@codeaurora.org, agross@codeaurora.org, linux-arm-msm@vger.kernel.org On Sat, Jun 13, 2015 at 11:49:15PM -0600, Sagar Dharia wrote: > SLIMbus (Serial Low Power Interchip Media Bus) is a specification > developed by MIPI (Mobile Industry Processor Interface) alliance. > SLIMbus is a 2-wire implementation, which is used to communicate with > peripheral components like audio-codec. > SLIMbus uses Time-Division-Multiplexing to accommodate multiple data > channels, and control channel. Control channel has messages to do > device-enumeration, messages to send/receive control-data to/from > slimbus devices, messages for port/channel management, and messages to > do bandwidth allocation. > Framework is introduced to support multiple instances of the bus > (1 controller per bus), and multiple slave devices per controller. > SPI and I2C frameworks, and comments from last time when I submitted > the patches were referred-to while working on this framework. > > These patchsets introduce device-management, OF helpers, and messaging > APIs for SLIMbus. Framework patches to do channel, port and bandwidth > management are work-in-progress and will be sent out soon. > > These patchsets were tested on Qualcomm Snapdragon processor board > using a controller driver, and a slimbus-dev module. This driver and > module will be sent out after the framework patches mentioned above. I'd like to see the patches that use this infrastructure before reviewing these as it's kind of pointless for us to accept these at this point in time. thanks, greg k-h