From nobody Sun Nov 24 02:52:47 2024 Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E2FFA190049; Thu, 7 Nov 2024 17:30:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.40.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000659; cv=none; b=IwmUEcU+x+qaKKqPpMpedznMo4gHHAM01TjZ/umo/gvju4vr1Tu7QoFggHEbOxoRKZQZdcwv+D9wevYk4qfZ8fbbBwaxZjZr0XjeGrDrdixQZznh+ey9tUyR96+hZL8RtbR3Pgcxx0sTUuQ//sTHA1oD2W9zsm6Q1xHpPINtQQE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000659; c=relaxed/simple; bh=KWmTLexdWG+10e2X8Jsayh6c7Tr3WkCJwNifhKSLri0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=MeOMvj1Gt8aLTfoTZfFqicMbOK7csHmjRMfD0Q1zsf+nV+Jcap/FgeEaiperVwW6pF6XnOAZMyitG/gw6TDCbXdB8o6mEiHs3gSTYyvxhGbhyAEYhBivK+pPBmKgc5QZLXi4+DgsBMMDfxhALLyr8ORJ499KnkIID4TzyyO7j/E= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=KRuX4H1G; arc=none smtp.client-ip=185.70.40.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="KRuX4H1G" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1731000655; x=1731259855; bh=KWmTLexdWG+10e2X8Jsayh6c7Tr3WkCJwNifhKSLri0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=KRuX4H1GOF/xs8W3D/f5cwfJc9iNAxefZWyZU0dxjo0k1XcqDYkhHouW1CueSnPsG +4/4AFeeWHb/uHciYHM1GdUu6rmIwlsTyOB7Q2PMVYR81SQ9SwyJBIJySsLQJmo0c9 59zwg0WmOrf/mb9UFdoUGOAVxjLk11uz+Aj5gIvyhRMX60ErJho+YIZ+675UbAYvxv XopiJBUpA/NmBBXuVdEWSd1iSQY25lpuBk9iasShOvMU3srzdf2yfJAIvr0/QhOkZ3 eEVisFe5zIEjzsWbHB6XR/bTP/MzGlbxyX1Sn3I6b3uPACWgfYZxpfmMmOQGIZ0Kqa 8QB4leb6MbvPA== Date: Thu, 07 Nov 2024 17:30:51 +0000 To: jic23@kernel.org, lars@metafoo.de, gregkh@linuxfoundation.org, parthiban.veerasooran@microchip.com, christian.gromm@microchip.com, sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com From: =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-staging@lists.linux.dev, linux-fbdev@vger.kernel.org, =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Subject: [PATCH 1/4] staging: iio: Remove TODO file Message-ID: <20241107172908.95530-2-dominik.karol.piatkowski@protonmail.com> In-Reply-To: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> References: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> Feedback-ID: 117888567:user:proton X-Pm-Message-ID: dad76bd5b32fdcf9e054ad3413ea0c53a9d26581 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Remove TODO file, as it only contains contact information. Signed-off-by: Dominik Karol Pi=C4=85tkowski Acked-by: Jonathan Cameron --- drivers/staging/iio/TODO | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 drivers/staging/iio/TODO diff --git a/drivers/staging/iio/TODO b/drivers/staging/iio/TODO deleted file mode 100644 index 0fa6a5500bdb..000000000000 --- a/drivers/staging/iio/TODO +++ /dev/null @@ -1,5 +0,0 @@ -2020-02-25 - - -Contact: Jonathan Cameron . -Mailing list: linux-iio@vger.kernel.org --=20 2.34.1 From nobody Sun Nov 24 02:52:47 2024 Received: from mail-4322.protonmail.ch (mail-4322.protonmail.ch [185.70.43.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CD4212170C3 for ; Thu, 7 Nov 2024 17:31:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.22 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000665; cv=none; b=ZXX1m5foXzNXq9L1hHkygx9kQChz8pcy8BlohTrN1ocLMGlLlhWCdkjhzLIvU/GMNuHoGiTEpg/9d2FrkRSk25EB3Qp8dVRdoWsSX/l49dnN3M6dFSvtTZjOcKjJTuR1TzKduGBDG10OV20S16rktGGAbp0vDuZSTEysPUo1PY4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000665; c=relaxed/simple; bh=BwjFGaw+4nmam3HpqYea3paas9g0vq5E6hqSbuNDetk=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Q/Z+MQW4dlN3f6q0te6NEJNUFhVUi5phjZmOhnbRxw2y4FvN5LAcqNxFX51+/rtZb/g3iGFzg7hN+E/Tec9ubv+bq7BoRdvAdb8+Ejt3kHMt0Wm7hfMro3jZwW+hdOgyZ1vvDwCbu4y0/L4khEg3NfOA9uH40quik3FAX9iPd2c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=hS+9Ntbe; arc=none smtp.client-ip=185.70.43.22 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="hS+9Ntbe" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1731000662; x=1731259862; bh=BwjFGaw+4nmam3HpqYea3paas9g0vq5E6hqSbuNDetk=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=hS+9NtbeFQHdtWUbVUN12YPx4UUxTNi73yC10EBVyFUanxtcH88NQgWwb6F5mtjS1 wrW0nzKLEWHhCf90Ns8vMKNy84rX/eBltfwzgbihL89Yes0OXpoV8Hb+AoZX1xXtLn sw+/NZVPiVACP4/Fq1bXmyNwECdCal2qYCrDus0CsDaHq6Ud9cWsikqbYp0j9yI8d0 mknl7/lDGT0ZZf+7vn+wlsug7NvtWlwyIrEM7XfYk5C3Oq86NTnoOuE7Rli4vN0Ikg 27WGk4xIgdq9ttm6Idoy7KVn34xTSmtokqKv0h+SQDPfBjOoNUKL+Izlw+IytDCxxq 1/zL1kOJTg6LQ== Date: Thu, 07 Nov 2024 17:30:57 +0000 To: jic23@kernel.org, lars@metafoo.de, gregkh@linuxfoundation.org, parthiban.veerasooran@microchip.com, christian.gromm@microchip.com, sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com From: =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-staging@lists.linux.dev, linux-fbdev@vger.kernel.org, =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Subject: [PATCH 2/4] staging: sm750fb: Remove TODO contact information Message-ID: <20241107172908.95530-3-dominik.karol.piatkowski@protonmail.com> In-Reply-To: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> References: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> Feedback-ID: 117888567:user:proton X-Pm-Message-ID: c950f1fdc6c123f5e69c1aff40369bb6a367959e Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Remove contact information from TODO file, as it is redundant and can get stale easily. Signed-off-by: Dominik Karol Pi=C4=85tkowski --- drivers/staging/sm750fb/TODO | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/sm750fb/TODO b/drivers/staging/sm750fb/TODO index 481409eb3fb3..9dd57c566257 100644 --- a/drivers/staging/sm750fb/TODO +++ b/drivers/staging/sm750fb/TODO @@ -12,8 +12,3 @@ TODO: Note: - This driver will be removed from staging after the drm driver is ready - The drm driver is getting ready at https://gitlab.com/sudipm/sm750/tree/= sm750 - -Please send any patches to - Greg Kroah-Hartman - Sudip Mukherjee - Teddy Wang --=20 2.34.1 From nobody Sun Nov 24 02:52:47 2024 Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 835F5216DE8; Thu, 7 Nov 2024 17:31:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.40.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000672; cv=none; b=muKC8TSm9LYqUKqQqVtubYD2CtN+ABzxBrfA6JkXaWlbenM9nP70utY8uzXq5lPjxe4EsudkZVwVvX8jxHu2IidCspDqKHpNeMR81lq8QmrupWY+iIm5gzptLiESZAt24boZEFDe87h/YBlpUAgInQS2PKOy6PqvhoLYC7LpoYU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000672; c=relaxed/simple; bh=rGm9TKtC9pG+PyfsDAV3zcBspMfEKdxxpnQ3BUIFJpM=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ZEUADfciX/URARypJecR9G8cvvnFoT9/1bXkZgWRFDWKW+cJo9KaM3MFEhgjaEHhOCHaMTCDOEVE6YCNbJhOmgGo2VsDqLr1Cp54mHBM+/dLvhbkKAo2we14CWmt/xeapDFWSg3kBRa5Cyimya2zStvV+PPKeZgWdFRAXXG71mA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=xC+ZdwHF; arc=none smtp.client-ip=185.70.40.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="xC+ZdwHF" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1731000668; x=1731259868; bh=vDwUmJ+V8Rw4gV6rJzkYvpJL3+x5/BhgO2ef5/F5Ci8=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=xC+ZdwHFdtnThaiVEOXMZGW5CIV2YMyv4gwjukPpwEXJihn25gi/0XRaVIO2+vPUb yZymRULuH9YYqbZoIWajgZVK9GBQsMPDwmhmsz8myP4xr9a6UsO4txZyHt2qZizFR0 rjdgMzB0Do2P4tPc7+3JhAKnvhcIws/S9qFr71uDgkellkzMdxIoXB+HXxmj77fZwO 1rdKdnkQqwboA6a8JsoGj3PDEHwHpMLgOeAxbG9TSlGF4UauEd/U72U5ftsv08Le/B NyWsj/j22DLwiImw8VllxbzHNkoznfRiELWOa3/4t7lIL0wshKkW2cIZkMAnu296T9 0orqCHMvuIBjw== Date: Thu, 07 Nov 2024 17:31:03 +0000 To: jic23@kernel.org, lars@metafoo.de, gregkh@linuxfoundation.org, parthiban.veerasooran@microchip.com, christian.gromm@microchip.com, sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com From: =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-staging@lists.linux.dev, linux-fbdev@vger.kernel.org, =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Subject: [PATCH 3/4] staging: rtl8723bs: Remove TODO contact information Message-ID: <20241107172908.95530-4-dominik.karol.piatkowski@protonmail.com> In-Reply-To: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> References: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> Feedback-ID: 117888567:user:proton X-Pm-Message-ID: eaa5207692cc5047455d3f2c6df96d7f2dccde6c Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Remove contact information from TODO file, as it is redundant and can get stale easily. Signed-off-by: Dominik Karol Pi=C4=85tkowski --- drivers/staging/rtl8723bs/TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/rtl8723bs/TODO b/drivers/staging/rtl8723bs/TODO index 4c413f9d3df0..050dcd0bffab 100644 --- a/drivers/staging/rtl8723bs/TODO +++ b/drivers/staging/rtl8723bs/TODO @@ -6,6 +6,3 @@ TODO: of them will require refactoring - merge Realtek's bugfixes and new features into the driver - switch to use MAC80211 - -Please send any patches to Greg Kroah-Hartman , -Hans de Goede and Larry Finger . --=20 2.34.1 From nobody Sun Nov 24 02:52:47 2024 Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8BE2221733F for ; Thu, 7 Nov 2024 17:31:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.40.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000674; cv=none; b=DjvVpdwoepGjeIR8aK49Vrm7koBK/D9oPx8ipxaYkk8j9daVJjgcEojI9Xm3hnseY5ARxhlO2+InD2eqhn3gB08UOaE+sk0FtlI544LC++Un5NKQSQlyOQyekVSe6liBRqYoo7FpunO21lIV+oAhrglWiz2tchVganUMiSpoSOE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731000674; c=relaxed/simple; bh=Q7qmklJAg39I2fpUM2q0jas6DuUYKzHr1XIy3Rj1NxI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Ry5C2cOi+xWaeASZJKa56QkEpdvUZ+s+RAEdQ80GMaLydhOjI4/lsoU1h2SxOJITJ5dhGTP3Z63fZ64xF1sRNmmFuffG/I+ej53Z+HgxXNEl4FU6BdjF5bqDdf9NBM8Mx5KXezRJv80kypl9h+ctWQ9O+i0Ua2L7lnDfYLt73t0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=KB8taOvK; arc=none smtp.client-ip=185.70.40.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="KB8taOvK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1731000670; x=1731259870; bh=Q7qmklJAg39I2fpUM2q0jas6DuUYKzHr1XIy3Rj1NxI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=KB8taOvKQECYV8IH/DX2mi+PaxgMalZ1S01xCwe6kHSXvtAxjN1r5xxqOTWk5Ddvl ti246+Vz8hKidYg5We81HKIYoTBfNRGpPYiqIww1mrkieyHuxQgua9CZoelvLnJkoD hHqaZxVKqPzaSO3zpvn/8dk7Jp5JwnMF5SLqgZdorelNhEWIviYue5+dWbFi7YvcF/ drJBpkrn06ABVyaSILn49vE4FEihgNyG6rvAY4AoD994/h9vT5Hfot6q0BVbz/Ea3s QLWrhizXpqhrfX+DDnVU1s28U3GKq+NrK8mamdSClbgiT6JSlqm0jD+8OQyQbQhzV4 2i1BZp8OPvyFQ== Date: Thu, 07 Nov 2024 17:31:07 +0000 To: jic23@kernel.org, lars@metafoo.de, gregkh@linuxfoundation.org, parthiban.veerasooran@microchip.com, christian.gromm@microchip.com, sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com From: =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-staging@lists.linux.dev, linux-fbdev@vger.kernel.org, =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Subject: [PATCH 4/4] staging: most: Remove TODO contact information Message-ID: <20241107172908.95530-5-dominik.karol.piatkowski@protonmail.com> In-Reply-To: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> References: <20241107172908.95530-1-dominik.karol.piatkowski@protonmail.com> Feedback-ID: 117888567:user:proton X-Pm-Message-ID: 04ab167b3a5d4f134f23f67a7c28045d62bffbb3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Remove contact information from TODO file, as it is redundant and can get stale easily. Signed-off-by: Dominik Karol Pi=C4=85tkowski --- drivers/staging/most/TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/most/TODO b/drivers/staging/most/TODO index 4fa11a9d2cf7..a6448a05ed46 100644 --- a/drivers/staging/most/TODO +++ b/drivers/staging/most/TODO @@ -1,8 +1 @@ * Get through code review with Greg Kroah-Hartman - -Contact: -To: -Christian Gromm -Cc: -Michael Fabry -Christian Gromm --=20 2.34.1