From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A810FC19F2B for ; Thu, 4 Aug 2022 09:06:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5BD2084617; Thu, 4 Aug 2022 11:06:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="FLeHm+yA"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 902DD847E0; Thu, 4 Aug 2022 11:06:44 +0200 (CEST) Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com [IPv6:2607:f8b0:4864:20::534]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C776984598 for ; Thu, 4 Aug 2022 11:06:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=judge.packham@gmail.com Received: by mail-pg1-x534.google.com with SMTP id j17so3067211pgl.5 for ; Thu, 04 Aug 2022 02:06:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=N48tBCT8Vqq+Gr3QF8OYfW0JyQUCXk6FPW/h85rUAyM=; b=FLeHm+yA0B8iS/DEG7T0VuK8WQJqST21YL2dxhMp+/s55L57+/kKyFEOMHuSqcxTyB ptYeGTm2Bd4A0GKj5AfTMiXI5XZ7WZVd/0jvRmMIA4w+5MpaMYaO7cCHAXJyMaRB0RFw OyGP7+Jofl5p2+qPmn/5qH4yoWVUebRJBNnkDhl3ePT4vx8fMZ4Wm+XNStsbtRLaYTwt 3ivxnK+l/cNBOFBTaPGXw8e5lovaNXmLDSiBLn4eTb0yUnbcjhx8b4ATab72/lFEoNTY MVxJPrfkvwGI9c6nh6fjKpqKpY/lLAlBc/Vm1J43YDHoEXrPQ2iPIZ/Z6zTCS8YnuSEx M4Gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=N48tBCT8Vqq+Gr3QF8OYfW0JyQUCXk6FPW/h85rUAyM=; b=V/7x57SbON7hnz+XS2HUm5XGvyNXzkM1LbdPrS3cKxZPiMykznbY6A4X3enJKQU/oX 3Yq62ap+W6inLjmhhJLHOFd3ANLKfQ6kZTInn+2ISiLYHPsHeP2GzEMDLTJd1xNpmlyU cFAhzgkZlUa6yskzw2BQJAlepJ2sX2uwja3aZ4ITPrzkcPHeoyWaoypnVtnUjI2Uh3eI TE7PrkXyAS4oBZiepP/7de92vg/BqvQ0ECDgGeSxmPV+xirQ3oL91n8zK7l7XLQwuWxI VYvtvYxa+WlylT0XHWLqTn4aP7K6EvnsMutJNvJkRk5+FUk6LMe+gPnYA9Sc6ygnyYEW Hcig== X-Gm-Message-State: ACgBeo2kaxQgxdGVOS+YIMk7LVgi5ydguqXJ9XooZBlOHaowdR7yltV5 T42eFAgtzhabcKJUjLfyUl1+rtj1Zxoj2w== X-Google-Smtp-Source: AA6agR74xI0zItteZTC9nG3x7d4LP3iRFuOrfTe4e8uUdPgnQawCn+p0bbnLcnOo3ImnruWl/RDPww== X-Received: by 2002:a63:4e25:0:b0:41c:62a2:ecc3 with SMTP id c37-20020a634e25000000b0041c62a2ecc3mr874193pgb.596.1659603997480; Thu, 04 Aug 2022 02:06:37 -0700 (PDT) Received: from chrisp-dl.atlnz.lc ([2001:df5:b000:22:c438:8b97:a371:7f07]) by smtp.gmail.com with ESMTPSA id 12-20020a170902c10c00b0016bb24f5d19sm314660pli.209.2022.08.04.02.06.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Aug 2022 02:06:36 -0700 (PDT) From: Chris Packham To: u-boot@lists.denx.de Cc: Chris Packham , Chris Packham , Stefan Roese , Tom Rini Subject: [PATCH 0/6] SBx81LIFKW/SBx81LIFXCAT disable KIRKWOOD_GPIO Date: Thu, 4 Aug 2022 21:06:22 +1200 Message-Id: <20220804090629.75183-1-judge.packham@gmail.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This series makes changes to use the DM gpio APIs so that KIRKWOOD_GPIO can be disabled on these boards. Chris Packham (6): ARM: kirkwood: SBx81LIFKW: remove direct access of GPIO registers ARM: kirkwood: SBx81LIFKW: update for DM_GPIO ARM: kirkwood: SBx81LIFKW: enable CMD_GPIO ARM: kirkwood: SBx81LIFKW: disable KIRKWOOD_GPIO ARM: kirkwood: SBx81LIFKW: enable CONFIG_NET_RANDOM_ETHADDR ARM: kirkwood: SBx81LIFXCAT: disable KIRKWOOD_GPIO arch/arm/dts/kirkwood-atl-sbx81lifkw.dts | 14 ++++ board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c | 71 ++++++++------------- configs/SBx81LIFKW_defconfig | 5 +- configs/SBx81LIFXCAT_defconfig | 1 - 4 files changed, 45 insertions(+), 46 deletions(-) -- 2.37.1