From patchwork Tue Dec 4 22:43:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alex.theissen@me.com X-Patchwork-Id: 10712699 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9BC6017D5 for ; Tue, 4 Dec 2018 22:55:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8FAC92BC2F for ; Tue, 4 Dec 2018 22:55:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 843342BE9A; Tue, 4 Dec 2018 22:55:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 20D5E2BC50 for ; Tue, 4 Dec 2018 22:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726273AbeLDWz3 (ORCPT ); Tue, 4 Dec 2018 17:55:29 -0500 Received: from st43p00im-zteg10072001.me.com ([17.58.63.167]:17409 "EHLO st43p00im-zteg10072001.me.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbeLDWz2 (ORCPT ); Tue, 4 Dec 2018 17:55:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=04042017; t=1543963822; bh=VJyFwm1OxB7T8EQQtCcl7KIZQBUNz1GzhRU1Jo493wI=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=rKF9CzvQ6KawltwdvgxgwUv5kieqqDYnYHg/hmuv8nXq27MwkP1UFpEkQP3jEDdDS 7MLsLztrpo8nFlL+IFZQLDfwqaMF6l43e+zA+50ZRUJ1GiYDH2pKb+hy50udjcaDC1 iDfCfqjv25l5RzB7MiMn0/zmOQ44XNPZwvWCGXCafBoQeanZKjET3AvfT2NQoayOIi cEAUxEfX88KdARidFBdFXc4YWTJZBTpqPYKbtnivFRsfMNCQc3j8VSKr/9veMOKneK +1En0N0pW08mlZmdaBhL4tX/ALUCkx30zTcbLVyrtJ3C8wvz1yJYRn+gVZYlAynA1/ lLP7F0Of+Cpiw== Received: from alex-ubuntu.fritz.box (p4FE1EC73.dip0.t-ipconnect.de [79.225.236.115]) by st43p00im-zteg10072001.me.com (Postfix) with ESMTPSA id 7E7CFC40285; Tue, 4 Dec 2018 22:50:21 +0000 (UTC) From: alex.theissen@me.com To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org, Mattias Jacobsson <2pi@mok.nu> Subject: [PATCH 0/3] Small improvements to the appledisplay driver Date: Tue, 4 Dec 2018 23:43:34 +0100 Message-Id: <20181204224337.29122-1-alex.theissen@me.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-12-04_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=459 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1807170000 definitions=main-1812040195 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP With the exception of the first patch I am not entirely sure if my changes are correct and justified. This is my first contribution and I am equally satisfied if someone could point out why my changes are not correct. The added display is my own and works well with the driver. drivers/usb/misc/appledisplay.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Tested-by: Mattias Jacobsson <2pi@mok.nu>