Message ID | 20221117041430.9108-1-balamanikandan.gunasundar@microchip.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 80881C433FE for <linux-arm-kernel@archiver.kernel.org>; Thu, 17 Nov 2022 04:16:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=5WR6eBeHuvi5lGvbNos3fE/FBLwGMRRop8AZ52erQuQ=; b=diUM31pPKp482w pIxDpzJPGuexnZMxj0Tl4AxCaWRCxI0AGdJYD2Z20jJhswe26+Yx8OMrumnAxc0c4sqHma0FW193T 7A8XdrF1/nXmWgXl+ckdlAwDSorrlXlTV0hxc4du2nLHjf3lylIhKifGd51WwcYSxuIjivDYGNpMU n/7ltHa34H+LZ6xlLeglJRlDdjRTN2RY57VI+ZJk8UKKvEFSSH7FH/pJ+5RZ18x30QpN8w7pdKUbk kykuNT6t9g3w2pH1P4bPRCp8ho5uelXxAPscAOmuFmYS2c2T3in9ihQd22sNvdUL7CY6uJrVt+wzX /fLtpMQKGpcySuqWH/Gg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovWIo-00A8S5-J8; Thu, 17 Nov 2022 04:15:02 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovWIk-00A8RB-Sk for linux-arm-kernel@lists.infradead.org; Thu, 17 Nov 2022 04:15:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1668658500; x=1700194500; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YHDDmL+dktUpY7s/Oq9i3upLhyUoiijdZ9tCeqndfIo=; b=VL9TiraN4d5uEf0etF+yjx4rfpVGbXC2LhuDYDOZgsK0EK+BE2/vuWb8 B5pH1/9MuwdqKSmhZI1olGhbnc91wXyIeHLiyV9eNL0Xo9ctgWDqChjWB p+OWMmTcbYKX7zD3/SsmHmCWFHgX2ga1dWkkwCXGiTmkGN1R6YXoTtw0F peCAOCczvP55HjIljKiTr/5/4YHpMFRKO4zvvRoY0zVJAU0xZAJUU/7bR VwWOKSI9eocxCpiZ7H5uo9WVMiQ9ObcBQFTklP4cvzHIMWmFKGiDzl0kI Wo2mtAPCEGFv0ITobFiafg5xzvIJtKoaT7imzN6PsUdyNTARWQso5Wb6z Q==; X-IronPort-AV: E=Sophos;i="5.96,169,1665471600"; d="scan'208";a="189317624" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 16 Nov 2022 21:14:56 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Wed, 16 Nov 2022 21:14:54 -0700 Received: from che-lt-i64410lx.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Wed, 16 Nov 2022 21:14:50 -0700 From: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com> To: <ludovic.desroches@microchip.com>, <ulf.hansson@linaro.org>, <nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>, <3chas3@gmail.com>, <linux-kernel@vger.kernel.org>, <linux-mmc@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-atm-general@lists.sourceforge.net>, <netdev@vger.kernel.org>, <linus.walleij@linaro.org>, <hari.prasathge@microchip.com> CC: <balamanikandan.gunasundar@microchip.com> Subject: [PATCH v2 0/2] mmc: atmel-mci: Convert to gpio descriptors Date: Thu, 17 Nov 2022 09:44:28 +0530 Message-ID: <20221117041430.9108-1-balamanikandan.gunasundar@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221116_201458_994965_02D873CE X-CRM114-Status: UNSURE ( 6.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
mmc: atmel-mci: Convert to gpio descriptors
|
expand
|