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 66556C5479D for ; Mon, 9 Jan 2023 07:23:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type: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=2r3n87Ih8HjfgNbykEzue9hfn9c9NxD+/sgdbTK0WRY=; b=BhCWFpHcjKTc/py34bjO7AaoAT NoMmDRZ/ZGqi7Znw/9+jlQ4WzdqzL0BdVhOYaHnpfL/PoOXttm+42N1IvutVayc5XojIrCkFwwvd/ gZaHL5G4YEFyUfjBXivL20mAVLkuf+3bVXxGDXj2OJYs0iHhF8yGY/XFPUQomEQmPd+evAJNFDnZO 03h+NebIR7AYgmBG6PQXPtrvLkcdz2l4S2ZyE1XOB4JOj5kiV6wC1l7125Amnk+AMA4LNYIsFzXiY F5XQIOWt5cnbRt14NmPDJR9WLzTtQfeNNgr7Ozb/3913mJ50QBkSjM6RQ4vRchzaTWQSKWOmQV+XP NtHytwEw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEmUq-000AlQ-2A; Mon, 09 Jan 2023 07:23:04 +0000 Received: from mg.richtek.com ([220.130.44.152]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEmUl-000Ajb-WE; Mon, 09 Jan 2023 07:23:02 +0000 X-MailGates: (flag:4,DYNAMIC,BADHELO,RELAY,NOHOST:PASS)(compute_score:DE LIVER,40,3) Received: from 192.168.10.47 by mg.richtek.com with MailGates ESMTP Server V5.0(16481:0:AUTH_RELAY) (envelope-from ); Mon, 09 Jan 2023 15:22:27 +0800 (CST) Received: from ex3.rt.l (192.168.10.46) by ex4.rt.l (192.168.10.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.20; Mon, 9 Jan 2023 15:22:26 +0800 Received: from linuxcarl2.richtek.com (192.168.10.154) by ex3.rt.l (192.168.10.45) with Microsoft SMTP Server id 15.2.1118.20 via Frontend Transport; Mon, 9 Jan 2023 15:22:26 +0800 Date: Mon, 9 Jan 2023 15:22:26 +0800 From: ChiYuan Huang To: ChiYuan Huang CC: Greg KH , , , , , , , , , , , Subject: Re: [PATCH] usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail Message-ID: <20230109072226.GA15975@linuxcarl2.richtek.com> References: <1671096096-20307-1-git-send-email-u0084500@gmail.com> <20230109014123.GA27423@linuxcarl2.richtek.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230108_232300_536242_CF5F6F2C X-CRM114-Status: UNSURE ( 9.77 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Mon, Jan 09, 2023 at 02:46:34PM +0800, ChiYuan Huang wrote: > Greg KH 於 2023年1月9日 週一 下午2:38寫道: > > > > On Mon, Jan 09, 2023 at 09:41:23AM +0800, ChiYuan Huang wrote: > > > ************* Email Confidentiality Notice ******************** > > > > > > The information contained in this e-mail message (including any attachments) may be confidential, proprietary, privileged, or otherwise exempt from disclosure under applicable laws. It is intended to be conveyed only to the designated recipient(s). Any use, dissemination, distribution, printing, retaining or copying of this e-mail (including its attachments) by unintended recipient(s) is strictly prohibited and may be unlawful. If you are not an intended recipient of this e-mail, or believe that you have received this e-mail in error, please notify the sender immediately (by replying to this e-mail), delete any and all copies of this e-mail (including any attachments) from your system, and do not disclose the content of this e-mail to any other person. Thank you! > > > > Now deleted. > > > > For obvious reasons, this wording is not compatible with kernel > > development :( > > I'm sorry about that. Let me check with MIS.............. This one seems work. https://www.lkml.org/lkml/2023/1/9/73 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 C0DC1C5479D for ; Mon, 9 Jan 2023 07:23:56 +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=biQvq73GG5RXgPcgjf/jEW/POkrhljL9Wta3CsCOMWI=; b=NnqRC3GWnWhUN2 B6m50eL7Ng6dVLRKYyIZ4WlpD4sA4PHjleHycMtTO0nNNlxbkzInA6q9wCBLiAkr1FQ8itR859lq5 dxpio67HRzNSlPBEnD0KA2cU2VDZ0uYeKBMlzLg0uq0LLtrIRSqWGQ35jD1V/37MBxiGUD55/F+V/ WzX+U4lcaoRU2db6rIZLVod2mSVyd0KL8uVERs0B0SnfOKWACgchOgdiJ4A2DYc28OwipnEYtdVPI mCluBB0FNHC7J/OsBnD7Rfz4dLosO+DV+I3vO13arozKBxyV4cA0j4fOJso7JGu2vzs4qM355NRwX QVpBTTKi9vg1PwtBMh/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEmUr-000Ale-HA; Mon, 09 Jan 2023 07:23:05 +0000 Received: from mg.richtek.com ([220.130.44.152]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEmUl-000Ajb-WE; Mon, 09 Jan 2023 07:23:02 +0000 X-MailGates: (flag:4,DYNAMIC,BADHELO,RELAY,NOHOST:PASS)(compute_score:DE LIVER,40,3) Received: from 192.168.10.47 by mg.richtek.com with MailGates ESMTP Server V5.0(16481:0:AUTH_RELAY) (envelope-from ); Mon, 09 Jan 2023 15:22:27 +0800 (CST) Received: from ex3.rt.l (192.168.10.46) by ex4.rt.l (192.168.10.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.20; Mon, 9 Jan 2023 15:22:26 +0800 Received: from linuxcarl2.richtek.com (192.168.10.154) by ex3.rt.l (192.168.10.45) with Microsoft SMTP Server id 15.2.1118.20 via Frontend Transport; Mon, 9 Jan 2023 15:22:26 +0800 Date: Mon, 9 Jan 2023 15:22:26 +0800 From: ChiYuan Huang To: ChiYuan Huang CC: Greg KH , , , , , , , , , , , Subject: Re: [PATCH] usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail Message-ID: <20230109072226.GA15975@linuxcarl2.richtek.com> References: <1671096096-20307-1-git-send-email-u0084500@gmail.com> <20230109014123.GA27423@linuxcarl2.richtek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230108_232300_536242_CF5F6F2C X-CRM114-Status: UNSURE ( 9.77 ) X-CRM114-Notice: Please train this message. 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="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gTW9uLCBKYW4gMDksIDIwMjMgYXQgMDI6NDY6MzRQTSArMDgwMCwgQ2hpWXVhbiBIdWFuZyB3 cm90ZToKPiBHcmVnIEtIIDxncmVna2hAbGludXhmb3VuZGF0aW9uLm9yZz4g5pa8IDIwMjPlubQx 5pyIOeaXpSDpgLHkuIAg5LiL5Y2IMjozOOWvq+mBk++8mgo+ID4KPiA+IE9uIE1vbiwgSmFuIDA5 LCAyMDIzIGF0IDA5OjQxOjIzQU0gKzA4MDAsIENoaVl1YW4gSHVhbmcgd3JvdGU6Cj4gPiA+ICoq KioqKioqKioqKiogRW1haWwgQ29uZmlkZW50aWFsaXR5IE5vdGljZSAqKioqKioqKioqKioqKioq KioqKgo+ID4gPgo+ID4gPiBUaGUgaW5mb3JtYXRpb24gY29udGFpbmVkIGluIHRoaXMgZS1tYWls IG1lc3NhZ2UgKGluY2x1ZGluZyBhbnkgYXR0YWNobWVudHMpIG1heSBiZSBjb25maWRlbnRpYWws IHByb3ByaWV0YXJ5LCBwcml2aWxlZ2VkLCBvciBvdGhlcndpc2UgZXhlbXB0IGZyb20gZGlzY2xv c3VyZSB1bmRlciBhcHBsaWNhYmxlIGxhd3MuIEl0IGlzIGludGVuZGVkIHRvIGJlIGNvbnZleWVk IG9ubHkgdG8gdGhlIGRlc2lnbmF0ZWQgcmVjaXBpZW50KHMpLiBBbnkgdXNlLCBkaXNzZW1pbmF0 aW9uLCBkaXN0cmlidXRpb24sIHByaW50aW5nLCByZXRhaW5pbmcgb3IgY29weWluZyBvZiB0aGlz IGUtbWFpbCAoaW5jbHVkaW5nIGl0cyBhdHRhY2htZW50cykgYnkgdW5pbnRlbmRlZCByZWNpcGll bnQocykgaXMgc3RyaWN0bHkgcHJvaGliaXRlZCBhbmQgbWF5IGJlIHVubGF3ZnVsLiBJZiB5b3Ug YXJlIG5vdCBhbiBpbnRlbmRlZCByZWNpcGllbnQgb2YgdGhpcyBlLW1haWwsIG9yIGJlbGlldmUg dGhhdCB5b3UgaGF2ZSByZWNlaXZlZCB0aGlzIGUtbWFpbCBpbiBlcnJvciwgcGxlYXNlIG5vdGlm eSB0aGUgc2VuZGVyIGltbWVkaWF0ZWx5IChieSByZXBseWluZyB0byB0aGlzIGUtbWFpbCksIGRl bGV0ZSBhbnkgYW5kIGFsbCBjb3BpZXMgb2YgdGhpcyBlLW1haWwgKGluY2x1ZGluZyBhbnkgYXR0 YWNobWVudHMpIGZyb20geW91ciBzeXN0ZW0sIGFuZCBkbyBub3QgZGlzY2xvc2UgdGhlIGNvbnRl bnQgb2YgdGhpcyBlLW1haWwgdG8gYW55IG90aGVyIHBlcnNvbi4gVGhhbmsgeW91IQo+ID4KPiA+ IE5vdyBkZWxldGVkLgo+ID4KPiA+IEZvciBvYnZpb3VzIHJlYXNvbnMsIHRoaXMgd29yZGluZyBp cyBub3QgY29tcGF0aWJsZSB3aXRoIGtlcm5lbAo+ID4gZGV2ZWxvcG1lbnQgOigKPiAKPiBJJ20g c29ycnkgYWJvdXQgdGhhdC4gTGV0IG1lIGNoZWNrIHdpdGggTUlTLi4uLi4uLi4uLi4uLi4KVGhp cyBvbmUgc2VlbXMgd29yay4KCmh0dHBzOi8vd3d3LmxrbWwub3JnL2xrbWwvMjAyMy8xLzkvNzMK Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCmxpbnV4LWFy bS1rZXJuZWwgbWFpbGluZyBsaXN0CmxpbnV4LWFybS1rZXJuZWxAbGlzdHMuaW5mcmFkZWFkLm9y ZwpodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2xpbnV4LWFybS1r ZXJuZWwK