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=-3.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 4D35FC7618F for ; Fri, 26 Jul 2019 05:15:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1278F21951 for ; Fri, 26 Jul 2019 05:15:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=wavecomp.com header.i=@wavecomp.com header.b="S/B2HDRZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726130AbfGZFPr (ORCPT ); Fri, 26 Jul 2019 01:15:47 -0400 Received: from mail-eopbgr720115.outbound.protection.outlook.com ([40.107.72.115]:27348 "EHLO NAM05-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725878AbfGZFPp (ORCPT ); Fri, 26 Jul 2019 01:15:45 -0400 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LUb0KFMLdpKrxcCV9U7lZcPmUv7j4r9VZp10zIj/4emKuWcHgnT6SlX/8SPMNJttRNn6M5y+PIlCbqcIbM8tFYBpIpJKSS6XZD7MF0PpAss/t15UD/92qoN91n7W37/79/OaO8tNyk8v/ONXa/2kbU3j6TAKLzqRjwltdWpDqSQUu4wD6RRkxvpAeQONnYJMY3MC6698f51yZ4ypjFcDfCd/OjF79jv8WpwyNc4TawjFlQeWdpA6/octX2pCnXDBTLC+EP1SOmSIE1VZGAuyLpovOHC9LI7HlCM5/fKrwR4zWZrWtXBgoVCPvfXdwORNjUbF2Nvc5Adgq5jfv62DmQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=RJZ1ew/J+3opBryeqmtGqqnkd2wrHNS6eV7Yc4zoHCo=; b=SRexq3bdKxE2TZOZ5QTu44KBLYpZl1WiDsQPtWNWRY1re8yPGjeorm6sHU9l3t4+1yqBkKn+CpOh74HoV6NrLI4lnZokoFdo5vi5hgnUKGfHXVpjpgYmROiwbvyleyWZTyS+WCr5DixDvtXmY/EW2KcGxjD/TajSiE2Ekmk7eHfdcMCRNWxzJTzI8OITus1PIsXHaryqzAtv1mQKFsFD7bjP8vfn/bW4WOux+qwtzbuDl+J8p82k3ppmWtJOji7CBNjjxn7zWosSBcfjtjUXEfJxVPZXWi74T6CeGMciB44TmEfVZrTx0g0RtXa0VwagNhpqWFASpQJmrcI00wnw6w== ARC-Authentication-Results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=wavecomp.com;dmarc=pass action=none header.from=mips.com;dkim=pass header.d=mips.com;arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wavecomp.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=RJZ1ew/J+3opBryeqmtGqqnkd2wrHNS6eV7Yc4zoHCo=; b=S/B2HDRZiuyJKGZIdD00DDBmc9UIL1sLRwuP21pN9RH7cwkJPbbcUJuE+rXm3anpZS3Z0oaejPoXrljOOKFro20MVZzOBMTT3AoSlXk+jS49vmG54Wb6fzOMeNfBq3c/VnBohryc4yCZjK4x+24ZqxrhHDQj83vwezZttam/Dwc= Received: from MWHPR2201MB1277.namprd22.prod.outlook.com (10.172.60.12) by MWHPR2201MB1088.namprd22.prod.outlook.com (10.174.169.150) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2094.17; Fri, 26 Jul 2019 05:15:42 +0000 Received: from MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83]) by MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83%6]) with mapi id 15.20.2094.017; Fri, 26 Jul 2019 05:15:42 +0000 From: Paul Burton To: Vincenzo Frascino CC: "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , Catalin Marinas , Will Deacon , Arnd Bergmann , Russell King , Ralf Baechle , Paul Burton , Daniel Lezcano , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, Rasmus Villemoes , Huw Davies , Shijith Thotton , Andre Przywara , "linux-mips@vger.kernel.org" Subject: Re: [PATCH v7 20/25] mips: Add clock_getres entry point Thread-Topic: [PATCH v7 20/25] mips: Add clock_getres entry point Thread-Index: AQHVKBdDlr+OWaoM6kekdIMA9IlDGabckiWA Date: Fri, 26 Jul 2019 05:15:41 +0000 Message-ID: References: <20190621095252.32307-21-vincenzo.frascino@arm.com> In-Reply-To: <20190621095252.32307-21-vincenzo.frascino@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BYAPR08CA0058.namprd08.prod.outlook.com (2603:10b6:a03:117::35) To MWHPR2201MB1277.namprd22.prod.outlook.com (2603:10b6:301:18::12) authentication-results: spf=none (sender IP is ) smtp.mailfrom=pburton@wavecomp.com; x-ms-exchange-messagesentrepresentingtype: 1 x-originating-ip: [2601:646:8a00:9810:5cfa:8da3:1021:be72] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: f534b21c-ffe6-477a-f475-08d711884d6c x-microsoft-antispam: BCL:0;PCL:0;RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(7193020);SRVR:MWHPR2201MB1088; x-ms-traffictypediagnostic: MWHPR2201MB1088: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:3173; x-forefront-prvs: 01106E96F6 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(396003)(39850400004)(346002)(366004)(136003)(376002)(199004)(189003)(476003)(8676002)(71200400001)(4326008)(102836004)(74316002)(7416002)(76176011)(71190400001)(316002)(305945005)(81156014)(7736002)(446003)(486006)(99286004)(4744005)(81166006)(52116002)(6506007)(6116002)(66556008)(8936002)(54906003)(11346002)(186003)(42882007)(46003)(386003)(33656002)(44832011)(68736007)(7696005)(256004)(2906002)(14454004)(6916009)(6436002)(478600001)(25786009)(66946007)(66446008)(5660300002)(64756008)(52536014)(6246003)(55016002)(66476007)(229853002)(53936002)(9686003);DIR:OUT;SFP:1102;SCL:1;SRVR:MWHPR2201MB1088;H:MWHPR2201MB1277.namprd22.prod.outlook.com;FPR:;SPF:None;LANG:en;PTR:InfoNoRecords;A:1;MX:1; received-spf: None (protection.outlook.com: wavecomp.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: ujNqwVFCV4MUd0tyuYbZll05fVMlQg4n8pTgEU8F/LHjbizXIwaYsP+gBG5W2Cu9dXj7OVreHh13DZpNV+BL+27qYvyXw+aTML79BlCQBS9Cew/crKlbwMZtGHCcr5E4IMpWk6oXnnzbqYNFBCX1AIAzSSWVTI8+orMe4wDgRt/U8Os+Kg6RTWmBFcOAOK7B+gr9meWb1lurWZsYc/viTAW3zf3RXFIa8QYnp2AHEf44jbvmKY9lQiFExh5WB2xl74mQs2d5lqoqkY2FM0AMopMcOUG+jBr2AUepTdUxzq+XLd60dzyDs4VGsNjcYzcdMq8pemAn88PgCjyaPY7uuwQTVtY064mmmTXvQGVxmE1qYS4CUt1tsti0wivs3KGCKelasnWIDj0r4V5KIlbdXgt65HTaocUqNAx8KcuMnGo= Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: mips.com X-MS-Exchange-CrossTenant-Network-Message-Id: f534b21c-ffe6-477a-f475-08d711884d6c X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Jul 2019 05:15:41.0857 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 463607d3-1db3-40a0-8a29-970c56230104 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: pburton@wavecomp.com X-MS-Exchange-Transport-CrossTenantHeadersStamped: MWHPR2201MB1088 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Vincenzo Frascino wrote: > The generic vDSO library provides an implementation of clock_getres() > that can be leveraged by each architecture. >=20 > Add clock_getres() entry point on mips. >=20 > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burton Subject: Re: [PATCH v7 20/25] mips: Add clock_getres entry point Date: Fri, 26 Jul 2019 05:15:41 +0000 Message-ID: References: <20190621095252.32307-21-vincenzo.frascino@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190621095252.32307-21-vincenzo.frascino@arm.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Vincenzo Frascino Cc: "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , Catalin Marinas , Will Deacon , Arnd Bergmann , Russell King , Ralf Baechle , Paul Burton , Daniel Lezcano , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c> List-Id: linux-arch.vger.kernel.org Hello, Vincenzo Frascino wrote: > The generic vDSO library provides an implementation of clock_getres() > that can be leveraged by each architecture. >=20 > Add clock_getres() entry point on mips. >=20 > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-eopbgr720115.outbound.protection.outlook.com ([40.107.72.115]:27348 "EHLO NAM05-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725878AbfGZFPp (ORCPT ); Fri, 26 Jul 2019 01:15:45 -0400 From: Paul Burton Subject: Re: [PATCH v7 20/25] mips: Add clock_getres entry point Date: Fri, 26 Jul 2019 05:15:41 +0000 Message-ID: References: <20190621095252.32307-21-vincenzo.frascino@arm.com> In-Reply-To: <20190621095252.32307-21-vincenzo.frascino@arm.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: linux-arch-owner@vger.kernel.org List-ID: To: Vincenzo Frascino Cc: "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , Catalin Marinas , Will Deacon , Arnd Bergmann , Russell King , Ralf Baechle , Paul Burton , Daniel Lezcano , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, Rasmus Villemoes , Huw Davies , Shijith Thotton , Andre Przywara "linux-mips@vger.kernel.org" Message-ID: <20190726051541.hX34SZgNPuu9pJZib30QDSmH95NIKTRSFhTF3trlrKw@z> Hello, Vincenzo Frascino wrote: > The generic vDSO library provides an implementation of clock_getres() > that can be leveraged by each architecture. >=20 > Add clock_getres() entry point on mips. >=20 > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] 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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 BC22CC7618F for ; Fri, 26 Jul 2019 05:17:13 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8F9B521951 for ; Fri, 26 Jul 2019 05:17:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fj4SX5th"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=wavecomp.com header.i=@wavecomp.com header.b="S/B2HDRZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8F9B521951 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mips.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:In-Reply-To:References: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=04mCx/YTetVtM6kQH3FmZ3dEbkxL7Aog5QeWuNI8uDM=; b=fj4SX5thnBe+yA BDQGqok0yLWXJoZVP2fO0NZ5nq/d/4yyi1PpByLB+z8+I9OojDxBsE9h8dSki60k/wTpyDCE3OVbj cRzZQqYxkWWXx3EuOtWDXk1gTe2EffZa+nN4mnyVwpMp+3jP1KIedL4ivBudf3hopKotQijC/Few9 yTJJfrRRjkrSXhyuH0XGNA6dIWWq3LyX7K1LSOS0xhwkfGDxF77YJoDlLMlTLIXlDWjXavDIK6Xsp DUSUXc3yaTpjb/VHMyBeJku5+QjTroRRUJDynrOR/PVU3ABB02iArbymot+dWIF16Db9XZJpnsEdK unv/XWxQePexyWxeeOnw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqsbK-0003ys-4w; Fri, 26 Jul 2019 05:17:06 +0000 Received: from mail-eopbgr780120.outbound.protection.outlook.com ([40.107.78.120] helo=NAM03-BY2-obe.outbound.protection.outlook.com) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqsa2-0003UD-Ty for linux-arm-kernel@lists.infradead.org; Fri, 26 Jul 2019 05:15:49 +0000 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LUb0KFMLdpKrxcCV9U7lZcPmUv7j4r9VZp10zIj/4emKuWcHgnT6SlX/8SPMNJttRNn6M5y+PIlCbqcIbM8tFYBpIpJKSS6XZD7MF0PpAss/t15UD/92qoN91n7W37/79/OaO8tNyk8v/ONXa/2kbU3j6TAKLzqRjwltdWpDqSQUu4wD6RRkxvpAeQONnYJMY3MC6698f51yZ4ypjFcDfCd/OjF79jv8WpwyNc4TawjFlQeWdpA6/octX2pCnXDBTLC+EP1SOmSIE1VZGAuyLpovOHC9LI7HlCM5/fKrwR4zWZrWtXBgoVCPvfXdwORNjUbF2Nvc5Adgq5jfv62DmQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=RJZ1ew/J+3opBryeqmtGqqnkd2wrHNS6eV7Yc4zoHCo=; b=SRexq3bdKxE2TZOZ5QTu44KBLYpZl1WiDsQPtWNWRY1re8yPGjeorm6sHU9l3t4+1yqBkKn+CpOh74HoV6NrLI4lnZokoFdo5vi5hgnUKGfHXVpjpgYmROiwbvyleyWZTyS+WCr5DixDvtXmY/EW2KcGxjD/TajSiE2Ekmk7eHfdcMCRNWxzJTzI8OITus1PIsXHaryqzAtv1mQKFsFD7bjP8vfn/bW4WOux+qwtzbuDl+J8p82k3ppmWtJOji7CBNjjxn7zWosSBcfjtjUXEfJxVPZXWi74T6CeGMciB44TmEfVZrTx0g0RtXa0VwagNhpqWFASpQJmrcI00wnw6w== ARC-Authentication-Results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=wavecomp.com;dmarc=pass action=none header.from=mips.com;dkim=pass header.d=mips.com;arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wavecomp.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=RJZ1ew/J+3opBryeqmtGqqnkd2wrHNS6eV7Yc4zoHCo=; b=S/B2HDRZiuyJKGZIdD00DDBmc9UIL1sLRwuP21pN9RH7cwkJPbbcUJuE+rXm3anpZS3Z0oaejPoXrljOOKFro20MVZzOBMTT3AoSlXk+jS49vmG54Wb6fzOMeNfBq3c/VnBohryc4yCZjK4x+24ZqxrhHDQj83vwezZttam/Dwc= Received: from MWHPR2201MB1277.namprd22.prod.outlook.com (10.172.60.12) by MWHPR2201MB1088.namprd22.prod.outlook.com (10.174.169.150) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2094.17; Fri, 26 Jul 2019 05:15:42 +0000 Received: from MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83]) by MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83%6]) with mapi id 15.20.2094.017; Fri, 26 Jul 2019 05:15:42 +0000 From: Paul Burton To: Vincenzo Frascino Subject: Re: [PATCH v7 20/25] mips: Add clock_getres entry point Thread-Topic: [PATCH v7 20/25] mips: Add clock_getres entry point Thread-Index: AQHVKBdDlr+OWaoM6kekdIMA9IlDGabckiWA Date: Fri, 26 Jul 2019 05:15:41 +0000 Message-ID: References: <20190621095252.32307-21-vincenzo.frascino@arm.com> In-Reply-To: <20190621095252.32307-21-vincenzo.frascino@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BYAPR08CA0058.namprd08.prod.outlook.com (2603:10b6:a03:117::35) To MWHPR2201MB1277.namprd22.prod.outlook.com (2603:10b6:301:18::12) authentication-results: spf=none (sender IP is ) smtp.mailfrom=pburton@wavecomp.com; x-ms-exchange-messagesentrepresentingtype: 1 x-originating-ip: [2601:646:8a00:9810:5cfa:8da3:1021:be72] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: f534b21c-ffe6-477a-f475-08d711884d6c x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:MWHPR2201MB1088; x-ms-traffictypediagnostic: MWHPR2201MB1088: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:3173; x-forefront-prvs: 01106E96F6 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(396003)(39850400004)(346002)(366004)(136003)(376002)(199004)(189003)(476003)(8676002)(71200400001)(4326008)(102836004)(74316002)(7416002)(76176011)(71190400001)(316002)(305945005)(81156014)(7736002)(446003)(486006)(99286004)(4744005)(81166006)(52116002)(6506007)(6116002)(66556008)(8936002)(54906003)(11346002)(186003)(42882007)(46003)(386003)(33656002)(44832011)(68736007)(7696005)(256004)(2906002)(14454004)(6916009)(6436002)(478600001)(25786009)(66946007)(66446008)(5660300002)(64756008)(52536014)(6246003)(55016002)(66476007)(229853002)(53936002)(9686003); DIR:OUT; SFP:1102; SCL:1; SRVR:MWHPR2201MB1088; H:MWHPR2201MB1277.namprd22.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; received-spf: None (protection.outlook.com: wavecomp.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: ujNqwVFCV4MUd0tyuYbZll05fVMlQg4n8pTgEU8F/LHjbizXIwaYsP+gBG5W2Cu9dXj7OVreHh13DZpNV+BL+27qYvyXw+aTML79BlCQBS9Cew/crKlbwMZtGHCcr5E4IMpWk6oXnnzbqYNFBCX1AIAzSSWVTI8+orMe4wDgRt/U8Os+Kg6RTWmBFcOAOK7B+gr9meWb1lurWZsYc/viTAW3zf3RXFIa8QYnp2AHEf44jbvmKY9lQiFExh5WB2xl74mQs2d5lqoqkY2FM0AMopMcOUG+jBr2AUepTdUxzq+XLd60dzyDs4VGsNjcYzcdMq8pemAn88PgCjyaPY7uuwQTVtY064mmmTXvQGVxmE1qYS4CUt1tsti0wivs3KGCKelasnWIDj0r4V5KIlbdXgt65HTaocUqNAx8KcuMnGo= MIME-Version: 1.0 X-OriginatorOrg: mips.com X-MS-Exchange-CrossTenant-Network-Message-Id: f534b21c-ffe6-477a-f475-08d711884d6c X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Jul 2019 05:15:41.0857 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 463607d3-1db3-40a0-8a29-970c56230104 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: pburton@wavecomp.com X-MS-Exchange-Transport-CrossTenantHeadersStamped: MWHPR2201MB1088 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190725_221547_059073_82D236C9 X-CRM114-Status: UNSURE ( 8.07 ) 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: "linux-arch@vger.kernel.org" , Paul Burton , Shuah Khan , Shijith Thotton , Arnd Bergmann , Huw Davies , Catalin Marinas , Daniel Lezcano , Will Deacon , "linux-kernel@vger.kernel.org" , Ralf Baechle , "linux-mips@vger.kernel.org" , Dmitry Safonov <0x7f454c46@gmail.com>, Andre Przywara , "linux-kselftest@vger.kernel.org" , Rasmus Villemoes , Russell King , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello, Vincenzo Frascino wrote: > The generic vDSO library provides an implementation of clock_getres() > that can be leveraged by each architecture. > > Add clock_getres() entry point on mips. > > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel