From patchwork Wed Oct 23 12:38:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: luhua xu X-Patchwork-Id: 11206679 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0514E1390 for ; Wed, 23 Oct 2019 12:42:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E1FA521872 for ; Wed, 23 Oct 2019 12:42:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390204AbfJWMmB (ORCPT ); Wed, 23 Oct 2019 08:42:01 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:46827 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S2389887AbfJWMmB (ORCPT ); Wed, 23 Oct 2019 08:42:01 -0400 X-UUID: a4dc8739ecee419582113529d95f9dce-20191023 X-UUID: a4dc8739ecee419582113529d95f9dce-20191023 Received: from mtkexhb02.mediatek.inc [(172.21.101.103)] by mailgw01.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 1206687605; Wed, 23 Oct 2019 20:41:55 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 23 Oct 2019 20:41:51 +0800 Received: from localhost.localdomain (10.15.20.246) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Wed, 23 Oct 2019 20:41:51 +0800 From: Luhua Xu To: Mark Brown , Matthias Brugger CC: , , , , , Subject: [PATCH 0/1] Add spi power control when set cs Date: Wed, 23 Oct 2019 08:38:41 -0400 Message-ID: <1571834322-1121-1-git-send-email-luhua.xu@mediatek.com> X-Mailer: git-send-email 2.6.4 MIME-Version: 1.0 X-MTK: N Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org This patch add power control when set spi cs to fix register access violation. luhua.xu (1): spi: mediatek: add power control when set_cs drivers/spi/spi-mt65xx.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)