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 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 0D3F1C433EF for ; Mon, 3 Jan 2022 15:20:02 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cJXIw7Na60ZSGxbJkVux6+4OmCgPBQ6uDdsFHpqU23c=; b=x29sjkQ7hvCdYM B/RR59hqR2hiytyCr+5Mm5hC3v/mxwzS965XapHAcI0mrH4+bu3j8NLe1CV33wbVjurl/gbN2V8Sn 13ZUN5sWkTLCGorzTYVxtDjxFByIT76Q891KxCNNRUSV6jdAn0UrrFsAIoi57UXz32srhG7VTfvv6 zI6YJuqz0nItL2LKJmn0154EmhzHUoYnabHFrteW4tAW6d+hY6Vn/hzvo3im8ZdtRKwTMiisYdos1 x2iGHVQ9M+EII/d8trqLd50XXJOmf102+gS/Zb5Qw4cH2Rc7aV6XTWxIWx4xBWQ7oJCn11cXWZYih x/3aH57qLAgqGzGV+BqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4P7s-009J1G-7f; Mon, 03 Jan 2022 15:19:56 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4P7p-009J0E-Nz; Mon, 03 Jan 2022 15:19:55 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CB580B80EFF; Mon, 3 Jan 2022 15:19:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE290C36AED; Mon, 3 Jan 2022 15:19:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1641223190; bh=vDf6qmhzEBKFLfj+F6lRDdM/GpyjlMr/3XWDDnCvtOk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A6fERXFYb4zI57qjE5urZFuqS6K4mxKRfxeUfrk/tA5M33XJQdQlsc4+PCOi7AbBL iS+cDRUq2IGCx7Tr0L647zOOwRvaww7vIPcyWFXrQYJvK618Klh/5CKS75kh4kx5Xm XXZkifZdf7aFVbCIuXLzSeQ/kRTmkcFrmJgJ5ffQ= Date: Mon, 3 Jan 2022 16:19:47 +0100 From: Greg Kroah-Hartman To: Neil Armstrong Cc: linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Jiri Slaby , Vyacheslav , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Yu Tu Subject: Re: [PATCH V3 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code Message-ID: References: <20211230102110.3861-1-yu.tu@amlogic.com> <20211230102110.3861-2-yu.tu@amlogic.com> <3865f01c-83f7-a69d-6835-c26f662629b7@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3865f01c-83f7-a69d-6835-c26f662629b7@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220103_071953_946706_86EB8D25 X-CRM114-Status: GOOD ( 18.13 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Mon, Jan 03, 2022 at 03:59:33PM +0100, Neil Armstrong wrote: > Hi Greg, > > Martin just saw this patch was applied, but the serie wasn't reviewed enough and it will break > earlycon support on the ARMv7 Amlogic SoCs fore 5.17. Ok, what should I revert? > Anyway, I'll push the corresponding DT fixes for 5.17-rc1. How did we get out of sync here? > Would it be possible we also receive the notification when those patches are applied ? > Maybe a MAINTAINERS entry is missing so we can receive them ? That would be good, so that people can review the patches. Otherwise I have to just guess :) > It would help me track those TTY and USB patches more easily. I recommend MAINTAINERS entries for drivers that are not listed and that you care about seeing the changes for. thanks, greg k-h _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09284C433EF for ; Mon, 3 Jan 2022 15:19:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230182AbiACPTx (ORCPT ); Mon, 3 Jan 2022 10:19:53 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:41078 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229995AbiACPTw (ORCPT ); Mon, 3 Jan 2022 10:19:52 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C7D64B80EFE; Mon, 3 Jan 2022 15:19:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE290C36AED; Mon, 3 Jan 2022 15:19:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1641223190; bh=vDf6qmhzEBKFLfj+F6lRDdM/GpyjlMr/3XWDDnCvtOk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A6fERXFYb4zI57qjE5urZFuqS6K4mxKRfxeUfrk/tA5M33XJQdQlsc4+PCOi7AbBL iS+cDRUq2IGCx7Tr0L647zOOwRvaww7vIPcyWFXrQYJvK618Klh/5CKS75kh4kx5Xm XXZkifZdf7aFVbCIuXLzSeQ/kRTmkcFrmJgJ5ffQ= Date: Mon, 3 Jan 2022 16:19:47 +0100 From: Greg Kroah-Hartman To: Neil Armstrong Cc: linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Jiri Slaby , Vyacheslav , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Yu Tu Subject: Re: [PATCH V3 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code Message-ID: References: <20211230102110.3861-1-yu.tu@amlogic.com> <20211230102110.3861-2-yu.tu@amlogic.com> <3865f01c-83f7-a69d-6835-c26f662629b7@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3865f01c-83f7-a69d-6835-c26f662629b7@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Mon, Jan 03, 2022 at 03:59:33PM +0100, Neil Armstrong wrote: > Hi Greg, > > Martin just saw this patch was applied, but the serie wasn't reviewed enough and it will break > earlycon support on the ARMv7 Amlogic SoCs fore 5.17. Ok, what should I revert? > Anyway, I'll push the corresponding DT fixes for 5.17-rc1. How did we get out of sync here? > Would it be possible we also receive the notification when those patches are applied ? > Maybe a MAINTAINERS entry is missing so we can receive them ? That would be good, so that people can review the patches. Otherwise I have to just guess :) > It would help me track those TTY and USB patches more easily. I recommend MAINTAINERS entries for drivers that are not listed and that you care about seeing the changes for. thanks, greg k-h 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 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 2F699C433F5 for ; Mon, 3 Jan 2022 15:21:15 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=aKk/Hf4+fsbs+VjY+k4srQf0SPI8mENGlrfmxs7Pfb4=; b=WX5lYdfqiEjYmg 6Gg71Ti1JBLg6+6Utk0Olpxj78w0utTzDu2aMerdRY10Dgt7ccJ7VGl5A/ny9Zp0WpAP6VQ+ffbgl 0Zz/w/3jUyQ0xaEM1QJ1i4FAbGDK9xd06Dz7FSB7VVg0ppjZIP6n9BLNo76DY6LAf68Tc/PbMeR6k zVXU1zHT9cEMRBJrG9ekXJ1V5cKQHjF5MlaQidM9jF+Qf/ztrKm6izHljyO5t6fqzHwf27GcRKiuY eRpm2XKlRYh4Fr2MsUMkoklga2QHj3m2h7sh22NhJ94LeZ66oQe53+tzGEW8MhKSQkIT330rgi1Ri m6Kfrvp0jfhwjB5w1TIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4P7t-009J1R-K4; Mon, 03 Jan 2022 15:19:57 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4P7p-009J0E-Nz; Mon, 03 Jan 2022 15:19:55 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CB580B80EFF; Mon, 3 Jan 2022 15:19:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE290C36AED; Mon, 3 Jan 2022 15:19:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1641223190; bh=vDf6qmhzEBKFLfj+F6lRDdM/GpyjlMr/3XWDDnCvtOk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A6fERXFYb4zI57qjE5urZFuqS6K4mxKRfxeUfrk/tA5M33XJQdQlsc4+PCOi7AbBL iS+cDRUq2IGCx7Tr0L647zOOwRvaww7vIPcyWFXrQYJvK618Klh/5CKS75kh4kx5Xm XXZkifZdf7aFVbCIuXLzSeQ/kRTmkcFrmJgJ5ffQ= Date: Mon, 3 Jan 2022 16:19:47 +0100 From: Greg Kroah-Hartman To: Neil Armstrong Cc: linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Jiri Slaby , Vyacheslav , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Yu Tu Subject: Re: [PATCH V3 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code Message-ID: References: <20211230102110.3861-1-yu.tu@amlogic.com> <20211230102110.3861-2-yu.tu@amlogic.com> <3865f01c-83f7-a69d-6835-c26f662629b7@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3865f01c-83f7-a69d-6835-c26f662629b7@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220103_071953_946706_86EB8D25 X-CRM114-Status: GOOD ( 18.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Mon, Jan 03, 2022 at 03:59:33PM +0100, Neil Armstrong wrote: > Hi Greg, > > Martin just saw this patch was applied, but the serie wasn't reviewed enough and it will break > earlycon support on the ARMv7 Amlogic SoCs fore 5.17. Ok, what should I revert? > Anyway, I'll push the corresponding DT fixes for 5.17-rc1. How did we get out of sync here? > Would it be possible we also receive the notification when those patches are applied ? > Maybe a MAINTAINERS entry is missing so we can receive them ? That would be good, so that people can review the patches. Otherwise I have to just guess :) > It would help me track those TTY and USB patches more easily. I recommend MAINTAINERS entries for drivers that are not listed and that you care about seeing the changes for. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel