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 X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E551FC4161F for ; Tue, 2 Mar 2021 08:50:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C26E061494 for ; Tue, 2 Mar 2021 08:50:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381938AbhCBIrf (ORCPT ); Tue, 2 Mar 2021 03:47:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381738AbhCBIcU (ORCPT ); Tue, 2 Mar 2021 03:32:20 -0500 Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC487C061793 for ; Tue, 2 Mar 2021 00:31:39 -0800 (PST) Received: by mail-ej1-x62a.google.com with SMTP id bm21so14767177ejb.4 for ; Tue, 02 Mar 2021 00:31:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Vofce9cg4If43flccFXJozuKUDopXjDd/VnmpQDiTuE=; b=KtIbAa6zHDrkhlQLeR4CMC3GwzF1RsEG2IYJVT+dkS2rSg3SH4LMgKKKsujIB5jeub avD3FgsDrk772cG2xDNbYxlai9uOVUyXo2lHisYm0eXBiKdX1rLLJLHJDC3YzBSS6L7V YhiS8QDhXlvL9yF/P5wyUxc4XYUMyHxImSMM8qrUs9ZHpfZu54BZCKQsJ7JvzjKNYdFQ Es8x/68pheGALs9Aci2vz+MB0txBE9sKSUMI559e7qWstfxbSckepur87y/pnk2SueET E6wJsIIQb7X4NEFmzNeS3cL6aPq8mUoQk8tXl3VtPU0ECjDxZN2EONFu92jN606aYGm7 6srw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Vofce9cg4If43flccFXJozuKUDopXjDd/VnmpQDiTuE=; b=OD+oEXkk42B6wreubQTjE8weddqzYiV8i+RP+0oED2y4axmO1wxVMG6c6RXZ391Plp aMFjvPdZ315+CetouVT8jZnGK3yLR3RxMfp947syhIF6VDPpxtrPww1A3T1EBpOEIfrd O2tOwU3QIF/8F0TKZcoReXu7I6aXsOeVVz23PYurh5JkrKoVSujzh2wzN2EZRwnFMpLM KsZPq+BEUYYTSdgz9ggwkjGV/ruBwlXCzyyXcJ1rzqk6E/XBQBf+BDJN8SoI7puE1TWG 1d7qHnjAEG/vroXlsH1ugVmZTSe6SL05Xt/n77MSq0JloR8/UlHeIQ7d4EyPhgFgMyMQ /zrA== X-Gm-Message-State: AOAM530JnYIv2phVZe7gP9NYaRyplMkFzFlnYkSKhW8bvuqU85+RgH+y qbFmYa6W3arlebPEz8BUbuHnyFJ62/5/jrEihF2QFA== X-Google-Smtp-Source: ABdhPJxHjmZUC5iRC5r/bT/DMEL0arKjzFzU9Z29V5ZobxNwHR/p3WN8QdJROWOyDjb+iEND+NMSKlLCXwzgIX4WqgU= X-Received: by 2002:a17:906:39d9:: with SMTP id i25mr20041528eje.226.1614673898323; Tue, 02 Mar 2021 00:31:38 -0800 (PST) MIME-Version: 1.0 References: <20210215121713.57687-1-marcan@marcan.st> <20210215121713.57687-22-marcan@marcan.st> In-Reply-To: <20210215121713.57687-22-marcan@marcan.st> From: Linus Walleij Date: Tue, 2 Mar 2021 09:31:27 +0100 Message-ID: Subject: Re: [PATCH v2 21/25] dt-bindings: serial: samsung: Add apple,s5l-uart compatible To: Hector Martin Cc: Linux ARM , Marc Zyngier , Rob Herring , Arnd Bergmann , Olof Johansson , Krzysztof Kozlowski , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 15, 2021 at 1:19 PM Hector Martin wrote: > Apple mobile devices originally used Samsung SoCs (starting with the > S5L8900), and their current in-house SoCs continue to use compatible > UART peripherals. We'll call this UART variant apple,s5l-uart. > > Signed-off-by: Hector Martin Interesting IP-transfer story here! Too bad iPhone Linux was never upstreamed. Reviewed-by: Linus Walleij Yours, Linus Walleij 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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91BBFC433E0 for ; Tue, 2 Mar 2021 08:32:52 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 295B56146D for ; Tue, 2 Mar 2021 08:32:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 295B56146D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6sBxbNjrVHLh/PGX/GchH8vYRnwHwjfK4B1G12O1hBc=; b=PemUCRgZajZJUsqQ5UEoq7iY3 ggERZfccT62U6tsPit21EgZpSpdB3sNBNz+dqox5XRpzM9S8AlnTTLAevv2KR0AVCrrVVOte8ucbn M6qmTf7gDAo0xvizbziRX1/FF2ytPfXcZXWTOsg/zOMPXYGmozfe8gowINCklVTz/aUO2pjgI+2eV yOPy14zBJ/a6ApScutVgxAisSkYOKYHGrgbig9OOcNtalVeyPc4DoHPYu3Z9w4Nde/9oZl7cNdsZA 0cgpYMWPkhDUCjysnup8FCQdHq2kxkw2ZPHwLZP7BrOcbmWXM+O7kfBVk809H3yJiqVS3h94I80x6 Xk9yd1oYg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lH0RS-0002kN-Tm; Tue, 02 Mar 2021 08:31:42 +0000 Received: from mail-ej1-x62b.google.com ([2a00:1450:4864:20::62b]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lH0RQ-0002js-30 for linux-arm-kernel@lists.infradead.org; Tue, 02 Mar 2021 08:31:40 +0000 Received: by mail-ej1-x62b.google.com with SMTP id hs11so33616542ejc.1 for ; Tue, 02 Mar 2021 00:31:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Vofce9cg4If43flccFXJozuKUDopXjDd/VnmpQDiTuE=; b=KtIbAa6zHDrkhlQLeR4CMC3GwzF1RsEG2IYJVT+dkS2rSg3SH4LMgKKKsujIB5jeub avD3FgsDrk772cG2xDNbYxlai9uOVUyXo2lHisYm0eXBiKdX1rLLJLHJDC3YzBSS6L7V YhiS8QDhXlvL9yF/P5wyUxc4XYUMyHxImSMM8qrUs9ZHpfZu54BZCKQsJ7JvzjKNYdFQ Es8x/68pheGALs9Aci2vz+MB0txBE9sKSUMI559e7qWstfxbSckepur87y/pnk2SueET E6wJsIIQb7X4NEFmzNeS3cL6aPq8mUoQk8tXl3VtPU0ECjDxZN2EONFu92jN606aYGm7 6srw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Vofce9cg4If43flccFXJozuKUDopXjDd/VnmpQDiTuE=; b=umqV21425aUu3Qp5Q0RORPoJB7UuN2cJbDxxHrtVGk0cSgWT7G9ObLnjeJ4KSppYXr wYHaDIpF90Dm6fk5dcRvuExwa64VrrH128+JOXo15RBqgbOaGdOIJe6OABT4r7VAvQM+ bMsce7MPg9AwXHt+2Op/qxFvfG/PZWALU+pFhfafR3QFTEbcFkq6NagGF6lKCg6OIZG2 axq+ZjkxtuDGNV4owDSDeqlREQTSSk/eqjyfpnoE0d85qCTkaL1zoh2U4OjGnk596qfQ yQWiri55TfFXecrMxw3epk0rrL+8nWKVBqwkp8vn0VpngSL6KO4jc+909//LKoRJXJQz y4mg== X-Gm-Message-State: AOAM530BkpAowWZd3L/ya9TS0oD79lrPIom2wR3ZoiuHsAbrjOGIl+II gbZ2K05bqYY0cf4j+YQ2SJIKBrlHPWmD4Ag3zH5xKA== X-Google-Smtp-Source: ABdhPJxHjmZUC5iRC5r/bT/DMEL0arKjzFzU9Z29V5ZobxNwHR/p3WN8QdJROWOyDjb+iEND+NMSKlLCXwzgIX4WqgU= X-Received: by 2002:a17:906:39d9:: with SMTP id i25mr20041528eje.226.1614673898323; Tue, 02 Mar 2021 00:31:38 -0800 (PST) MIME-Version: 1.0 References: <20210215121713.57687-1-marcan@marcan.st> <20210215121713.57687-22-marcan@marcan.st> In-Reply-To: <20210215121713.57687-22-marcan@marcan.st> From: Linus Walleij Date: Tue, 2 Mar 2021 09:31:27 +0100 Message-ID: Subject: Re: [PATCH v2 21/25] dt-bindings: serial: samsung: Add apple, s5l-uart compatible To: Hector Martin X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210302_033140_200382_DE912802 X-CRM114-Status: UNSURE ( 9.51 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Arnd Bergmann , Rob Herring , Tony Lindgren , Marc Zyngier , "linux-kernel@vger.kernel.org" , Krzysztof Kozlowski , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Alexander Graf , Olof Johansson , Mohamed Mediouni , Stan Skowronek , Will Deacon , Linux ARM , Mark Kettenis Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Feb 15, 2021 at 1:19 PM Hector Martin wrote: > Apple mobile devices originally used Samsung SoCs (starting with the > S5L8900), and their current in-house SoCs continue to use compatible > UART peripherals. We'll call this UART variant apple,s5l-uart. > > Signed-off-by: Hector Martin Interesting IP-transfer story here! Too bad iPhone Linux was never upstreamed. Reviewed-by: Linus Walleij Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel