[GIT,PULL,v2,FOR,v4.10] smiapp cleanups, fixes and runtime PM support
Message ID | 20161005070833.GH3225@valkosipuli.retiisi.org.uk (mailing list archive) |
---|---|
State | Accepted, archived |
Headers |
Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from <linux-media-owner@vger.kernel.org>) id 1brgKN-0003YG-1C; Wed, 05 Oct 2016 07:09:19 +0000 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.84_2/mailfrontend-5) with esmtp id 1brgKK-0004Ep-8n; Wed, 05 Oct 2016 09:09:18 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751549AbcJEHJN (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Wed, 5 Oct 2016 03:09:13 -0400 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:53854 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751230AbcJEHJN (ORCPT <rfc822;linux-media@vger.kernel.org>); Wed, 5 Oct 2016 03:09:13 -0400 Received: from valkosipuli.retiisi.org.uk (valkosipuli.retiisi.org.uk [IPv6:2001:1bc8:1a6:d3d5::80:2]) by hillosipuli.retiisi.org.uk (Postfix) with ESMTP id 3FBE760096 for <linux-media@vger.kernel.org>; Wed, 5 Oct 2016 10:09:04 +0300 (EEST) Received: by valkosipuli.retiisi.org.uk (Postfix, from userid 1000) id D5C39203DB; Wed, 5 Oct 2016 10:08:33 +0300 (EEST) Date: Wed, 5 Oct 2016 10:08:33 +0300 From: Sakari Ailus <sakari.ailus@iki.fi> To: linux-media@vger.kernel.org Subject: [GIT PULL v2 FOR v4.10] smiapp cleanups, fixes and runtime PM support Message-ID: <20161005070833.GH3225@valkosipuli.retiisi.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2016.10.5.70317 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, NO_URI_HTTPS 0, SINGLE_URI_IN_BODY 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CD 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __DATE_TZ_RU 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __MIME_VERSION 0, __SANE_MSGID 0, __SINGLE_URI_TEXT 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NO_WWW 0, __URI_NS , __URI_WITH_PATH 0, __USER_AGENT 0' |
Pull-request
ssh://linuxtv.org/git/sailus/media_tree.git smiappMessage
Sakari Ailus
Oct. 5, 2016, 7:08 a.m. UTC
Hi Mauro, Here are a number of cleanups and some fixes plus runtime PM support for the smiapp driver. Since the previous pull request, the runtime PM support patches have been rewritten. Please pull. The following changes since commit e3ea5e94489bc8c711d422dfa311cfa310553a1b: [media] si2165: switch to regmap (2016-09-22 12:56:35 -0300) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git smiapp for you to fetch changes up to b77aa18b2b132468dcc42c17926e5dcc7c6fe9a6: smiapp: Implement support for autosuspend (2016-10-03 12:11:37 +0300) ---------------------------------------------------------------- Sakari Ailus (23): smiapp: Move sub-device initialisation into a separate function smiapp: Explicitly define number of pads in initialisation smiapp: Initialise media entity after sensor init smiapp: Split off sub-device registration into two smiapp: Provide a common function to obtain native pixel array size smiapp: Remove unnecessary BUG_ON()'s smiapp: Always initialise the sensor in probe smiapp: Fix resource management in registration failure smiapp: Merge smiapp_init() with smiapp_probe() smiapp: Read frame format earlier smiapp: Unify setting up sub-devices smiapp: Use SMIAPP_PADS when referring to number of pads smiapp: Obtain frame layout from the frame descriptor smiapp: Improve debug messages from frame layout reading smiapp: Remove useless newlines and other small cleanups smiapp: Obtain correct media bus code for try format smiapp: Drop a debug print on frame size and bit depth smiapp-pll: Don't complain aloud about failing PLL calculation smiapp: Drop BUG_ON() in suspend path smiapp: Set device for pixel array and binner smiapp: Set use suspend and resume ops for other functions smiapp: Use runtime PM smiapp: Implement support for autosuspend drivers/media/i2c/smiapp-pll.c | 3 +- drivers/media/i2c/smiapp/smiapp-core.c | 946 +++++++++++++++++---------------- drivers/media/i2c/smiapp/smiapp.h | 28 +- 3 files changed, 495 insertions(+), 482 deletions(-)