Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932601AbbHJTVa (ORCPT ); Mon, 10 Aug 2015 15:21:30 -0400 Received: from mail-db3on0054.outbound.protection.outlook.com ([157.55.234.54]:42080 "EHLO emea01-db3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754928AbbHJTV1 convert rfc822-to-8bit (ORCPT ); Mon, 10 Aug 2015 15:21:27 -0400 From: Noam Camus To: Greg KH CC: "linux-kernel@vger.kernel.org" , "linux-serial@vger.kernel.org" Subject: Re: [v2 3/3] serial: 8250_dw: Add UPF_SKIP_TEST to flags depend on device tree Thread-Topic: [v2 3/3] serial: 8250_dw: Add UPF_SKIP_TEST to flags depend on device tree Thread-Index: AQHQx193rV/ceUyMRkWsK0Xgio3hFZ36/dIAgAq0y4k= Date: Mon, 10 Aug 2015 19:21:25 +0000 Message-ID: References: <1437557699-25722-1-git-send-email-noamc@ezchip.com> <1437886478-29273-1-git-send-email-noamc@ezchip.com> <1437886478-29273-2-git-send-email-noamc@ezchip.com> <1437886478-29273-3-git-send-email-noamc@ezchip.com> <1437886478-29273-4-git-send-email-noamc@ezchip.com>,<20150803234406.GC5257@kroah.com> In-Reply-To: <20150803234406.GC5257@kroah.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=noamc@ezchip.com; x-originating-ip: [212.179.42.66] x-microsoft-exchange-diagnostics: 1;DB4PR02MB269;5:cr/alVlN85/1Cy2G+mgjPstNxy9NOS4GVdhiuRlk+/n1CYpxVQQbluMpoQq3bWw6wHytfpfmd50kXcOCLi/DC/zreL/RwU27pMtJYQf42TrKPSspHxFzjX7kCQyA/3SXTr+0Sn3PBsXPRy2qb9I2Yw==;24:WNKuR9h2ugUR6t1TEApz8OdpHg/fg7KlVVWmbP9nxmZ5RZaNxyJtnHkvz7twn/zUnDXFk4s1F5SXf8Gj1AuDvhg/SGODIPvgM0krktNmcmU=;20:hxdaUapLe9v46N6u9x2w5CppDp6AMohz2dyl3ooa2jCorvU7rOmc0Ne0Z+szuOCr2VX3XqPsU21pjere9yG9zg== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB4PR02MB269; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:DB4PR02MB269;BCL:0;PCL:0;RULEID:;SRVR:DB4PR02MB269; x-forefront-prvs: 06640999CA x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(199003)(189002)(377454003)(76576001)(68736005)(93886004)(4001540100001)(33656002)(74316001)(87936001)(66066001)(86362001)(76176999)(19580395003)(2900100001)(5001860100001)(97736004)(77096005)(54356999)(92566002)(19580405001)(81156007)(102836002)(2656002)(64706001)(50986999)(5001960100002)(2950100001)(10400500002)(5001830100001)(5003600100002)(5001920100001)(62966003)(46102003)(5002640100001)(105586002)(101416001)(77156002)(40100003)(189998001)(110136002)(106356001)(122556002)(106116001);DIR:OUT;SFP:1101;SCL:1;SRVR:DB4PR02MB269;H:DB4PR02MB272.eurprd02.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 X-OriginatorOrg: ezchip.com X-MS-Exchange-CrossTenant-originalarrivaltime: 10 Aug 2015 19:21:25.2397 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 0fc16e0a-3cd3-4092-8b2f-0a42cff122c3 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB4PR02MB269 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 18 From: Greg KH Sent: Tuesday, August 4, 2015 2:44 AM > > From: Noam Camus > > > > Add support for OF option "no-loopback-test" > > > > use case: simulator which does not implements loopback test mode. > > Can't you just fix the simulator to be "correct"? I just got this simulator pre-built and as kernel developer I borrowed from generic 8250 this idea for OF option. seem to me that loopback test is optional since kernel for generic 8250 already support "no-loopback-test" option. Noam-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/