From patchwork Tue Sep 11 10:56:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 10595483 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0DCD4921 for ; Tue, 11 Sep 2018 10:56:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E8408290A1 for ; Tue, 11 Sep 2018 10:56:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DAE8D29178; Tue, 11 Sep 2018 10:56:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68A7E290A1 for ; Tue, 11 Sep 2018 10:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726916AbeIKPzV (ORCPT ); Tue, 11 Sep 2018 11:55:21 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:44967 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726612AbeIKPzU (ORCPT ); Tue, 11 Sep 2018 11:55:20 -0400 Received: by mail-wr1-f65.google.com with SMTP id v16-v6so25531125wro.11 for ; Tue, 11 Sep 2018 03:56:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=UKjZjkwg4BK3qJsH2/ql+9XDatznYEL1Ne4nTRVq838=; b=eqtdpgVvwBpF43euORJoOqHHImur/G/BCoM4LQcT0IDAsKm2wrJ2fb7i8sViZ61C0r JfHzoxgyRva1msVOnPLWlVHSqdqZebOziSCQWJiPS0vqlqqj/KmGk0CeTww1m353KApM yEQwhtQa1lmthL7R3EUUFL1kemJWikn5i98+c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=UKjZjkwg4BK3qJsH2/ql+9XDatznYEL1Ne4nTRVq838=; b=aYrxEGfF3nii2dU8lMHyJyW7xGpxpl1rRNst4UhOuw/YLKYuVHhPTsoUmPHLepR3cl C2KDW4d2ib3QjHq+5HdfnYT5Vi7DRqP1kFnWkY9FtC6ebSajoaK5o3ugHvS5Mu8lyu54 XGiumtPvn3QJUK6f/UBVF5ooTgXlONOO1IyfZR92PmVj0h+upHnpzCSaWRYRG/T8wnoW 6RW7BVQj2o0JAtB6BFsT8iIJH002hCjVsI4SUHEHkT5VzZqw6EFdyfay3VqhIM4okQid N2IU8otaP+1012oQM2pE5tPrXG9BuroMwjjw10A3IGLAPzOyj5enqh0MXDlmdABl1pZn 7neA== X-Gm-Message-State: APzg51DA8mAn4WzDSK90lhPiY45p5rDS6GlF73SHGv9H71ic7mjG/3W5 KxFB1q3RDGgWgXcCAM2zNjLoSQ== X-Google-Smtp-Source: ANB0Vdb8QgDNxuFr6EKBiwKLEox0RITrG0zGtaI1No7fnlFoPK5SM/obdiHiC3izhQmPxxwPDMIeuQ== X-Received: by 2002:a5d:5383:: with SMTP id d3-v6mr18293007wrv.191.1536663391231; Tue, 11 Sep 2018 03:56:31 -0700 (PDT) Received: from dell ([2.27.167.7]) by smtp.gmail.com with ESMTPSA id d12-v6sm26134240wru.36.2018.09.11.03.56.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 11 Sep 2018 03:56:30 -0700 (PDT) Date: Tue, 11 Sep 2018 11:56:28 +0100 From: Lee Jones To: Radu Pirea Cc: broonie@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, richard.genoud@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, gregkh@linuxfoundation.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-serial@vger.kernel.org Subject: [GIT PULL v2] Immutable branch between MFD, SPI and TTY due for the v4.20 merge window Message-ID: <20180911105628.GI4185@dell> References: <20180713164736.26028-1-radu.pirea@microchip.com> <20180910151803.GX28860@dell> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180910151803.GX28860@dell> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This new pull-request contains the following changes since v1: - Uplift the submission version from v11 to v12 - Include fix for build breakage due to missing Device Tree include file Since it is based on the original pull-request, it can be pulled in either directly on top of it or as a pull in its own right. The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-spi-tty-v4.20-1 for you to fetch changes up to 65b80dfffeabd4eb253b93d07eadde4d89c18511: mfd: at91-usart: Include Device Tree header (2018-09-11 11:44:56 +0100) ---------------------------------------------------------------- Immutable branch between MFD, SPI and TTY due for the v4.20 merge window (v2) ---------------------------------------------------------------- Lee Jones (4): dt-bindings: mfd: atmel-usart: Correct interrupts property to include IRQ number MAINTAINERS: Change Radu's email address spi: at91-usart: Make local functions static mfd: at91-usart: Include Device Tree header Radu Pirea (6): MAINTAINERS: Add AT91 USART MFD entry dt-bindings: Add binding for atmel-usart in SPI mode mfd: at91-usart: Add MFD driver for USART MAINTAINERS: Add AT91 USART SPI entry spi: at91-usart: Add driver for at91-usart as SPI tty/serial: atmel: Change the driver to work under at91-usart MFD .../bindings/{serial => mfd}/atmel-usart.txt | 25 +- MAINTAINERS | 16 + drivers/mfd/Kconfig | 9 + drivers/mfd/Makefile | 1 + drivers/mfd/at91-usart.c | 72 ++++ drivers/spi/Kconfig | 8 + drivers/spi/Makefile | 1 + drivers/spi/spi-at91-usart.c | 432 +++++++++++++++++++++ drivers/tty/serial/Kconfig | 1 + drivers/tty/serial/atmel_serial.c | 42 +- include/dt-bindings/mfd/at91-usart.h | 17 + 11 files changed, 607 insertions(+), 17 deletions(-) rename Documentation/devicetree/bindings/{serial => mfd}/atmel-usart.txt (76%) create mode 100644 drivers/mfd/at91-usart.c create mode 100644 drivers/spi/spi-at91-usart.c create mode 100644 include/dt-bindings/mfd/at91-usart.h