From patchwork Fri Sep 11 06:33:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Stanley X-Patchwork-Id: 11769835 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 0AE9459D for ; Fri, 11 Sep 2020 06:33:14 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 04A9E221EE; Fri, 11 Sep 2020 06:33:14 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ej1-f66.google.com (mail-ej1-f66.google.com [209.85.218.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4EF4D221EB; Fri, 11 Sep 2020 06:33:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=jms.id.au header.i=@jms.id.au header.b="ThqJq/SN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4EF4D221EB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=joel.stan@gmail.com Received: by mail-ej1-f66.google.com with SMTP id nw23so12272272ejb.4; Thu, 10 Sep 2020 23:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=bexmmLkEVLvYmN9pxp1Dmj7ZWctSoYRap9F4RxAw7DA=; b=ThqJq/SNW0q631CATdauAOvkNmmmzj5Vt2BJ2muSlp/jSKlnOELLii4xyc0P8hlY/j 8T5KwVAcfEiXy/4ZpN9ZOYFEGI9o0pL2LnEYgrLAnZZIDgJaRIDK/92CnG7JmRDICXxb FG/eEjeMfNpMlq7PsP6AsqYwm0ZmTLnJ+JD6I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=bexmmLkEVLvYmN9pxp1Dmj7ZWctSoYRap9F4RxAw7DA=; b=mA91wiLRuiQ9EjDlI2MGjw9LMD8HHOq3o6K///IvmU9YtBct4wjFai1BlC3qWB/Gu7 unK+cxBn0zcvEyiZE8yTEj20kusVfvH7DT0Ut6oex0DEka4msM69I1naRpAV006N7yt7 xWuBFMDRi/8pKIfAFTDCsxvjbgjoWMZp3ucvj4DIk0YKYf4z/7ewWXTXYjBGcjzcFmig Bw3mYtTZZfkDf7+ARH5nWZ+zC+bcdKm0CfwEoSH1XVXqeoKrFrlDx1fGeS9570hm6jF/ wlZlgi/raHQcooiDtUbapNwYV3vq4PqTq9viSQZu/UVaSBXkXYMsrW9RG0kXa6vGi8DZ 2geA== X-Gm-Message-State: AOAM531CWNl9wnw7NNGtPj/HpOMaym3NTcRAff4jsRgpfs2mPrJAtz8a B8EeruXNrx+rQ8BxzwzLqoaLtwfI1v4Pj8/oQJ6mBhMtC4m4PQ== X-Google-Smtp-Source: ABdhPJxpdTvT56ciOWYSGSFlDo49/DRe8t8Vy0BdHO6y3S5wfUpu91Huw2WsvNj7gxmA2nyc2p3tM5zJT5FdsOO5+h8= X-Received: by 2002:a17:906:b6d5:: with SMTP id ec21mr575935ejb.396.1599805991496; Thu, 10 Sep 2020 23:33:11 -0700 (PDT) MIME-Version: 1.0 From: Joel Stanley Date: Fri, 11 Sep 2020 06:33:00 +0000 Message-ID: Subject: [GIT PULL] ARM: aspeed: defconfig changes for 5.10 List-Id: To: arm , SoC Team Cc: Andrew Jeffery , Linux ARM , linux-aspeed Hello Soc maintainers, Here are some ASPEED defconfig changes for 5.10. Please pull them! The following changes since commit 74976e861309e4bf7f3e7e93f56ca3a6e0e1eca9: ARM: config: aspeed_g5: Enable IBM OP Panel driver (2020-09-11 15:25:24 +0930) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git tags/aspeed-5.10-defconfig for you to fetch changes up to 74976e861309e4bf7f3e7e93f56ca3a6e0e1eca9: ARM: config: aspeed_g5: Enable IBM OP Panel driver (2020-09-11 15:25:24 +0930) ---------------------------------------------------------------- ASPEED defconfig updates for 5.10 - Fix an issue with unwanted media drivers being enabled - New driver: IBM OP Panel, used on ast2600 systems. This requires enabling I2C slave mode - Enable I2C MUX GPIO driver ---------------------------------------------------------------- Joel Stanley (3): ARM: config: aspeed: Fix selection of media drivers ARM: config: aspeed-g5: Enable I2C GPIO mux driver ARM: config: aspeed_g5: Enable IBM OP Panel driver arch/arm/configs/aspeed_g5_defconfig | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-)