Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3204229pxk; Mon, 21 Sep 2020 07:49:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz0cLWbRVJkyGCBF/Lg/wlVdOwukJatrr/oJqBCJ4OkKE80guvc+XJtbXKqcBvcKJN4SlTj X-Received: by 2002:a17:906:8143:: with SMTP id z3mr49439087ejw.323.1600699757529; Mon, 21 Sep 2020 07:49:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600699757; cv=none; d=google.com; s=arc-20160816; b=rt4go3A3iZifXGCU81YCQNly4qJUBHxYqwMbFRslLCzw8ANYjV8CabpW8vGpoBOpfw q5LiNUevX+wd8SCyJAs0Cdurz8PJOxbDqAjJaZOv4/kEMuzwEVmVG02rZH3kynk8wHZW XPeYyjytuD1n9HT14WovrqF8RM4es7dvV8FjguoXJzUA/z3E3/eSByddEPsm7yObpWlM cVRGKU4uq4zwvVYMLO3CO3A4vSRI6/raSXU32k6oqh+kV8hAo1UR5KwP/7+Y6Iv7UVgz mbLlRf0ys5upBRPDZB8QPJZTtkDlOfEFRwcTn3P5IXmFe7yneray+42/LnkJzG0Px4XF PFRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=GIwoToD/DmlboYvtIiWArbUKcRt9Xg9p0HrpOSvmRJI=; b=NETmbgRMYvWLDqwJM4PS0Izvak+K+O5WO7ihdPc/auq0dzE2vQB7dzsoEWxFTriXht Fha+4pdaU96KzRnqya+eZcqgCvGmq0hATWghS1Tip8Ux/ZTG6nNzI5QH2bOnh4NOme2M 1Mzu0rQitcgcvVFDon8TRw7R/dFtyh3IQh4PkPcNlNmTIkNhUcIWWHnQ72vjDNyfDPaG 7Ib581Prt2D5kqNx9DB7acioEZB9YIb0YDF5vPTHQ5Kyvcnnp5MTlmWOUMCs3BjeS0Xh 8/jY/uo2KVk0SyOZVfNqyJNujQaFyXFL2uUCsTeZyNW7Hk2tHymiEWHolF8ndUbHAoOw YwtQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u13si8025658ejt.286.2020.09.21.07.48.53; Mon, 21 Sep 2020 07:49:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727931AbgIUOr7 (ORCPT + 99 others); Mon, 21 Sep 2020 10:47:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727481AbgIUOr6 (ORCPT ); Mon, 21 Sep 2020 10:47:58 -0400 Received: from smtp1.goneo.de (smtp1.goneo.de [IPv6:2001:1640:5::8:30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18CC0C061755 for ; Mon, 21 Sep 2020 07:47:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.goneo.de (Postfix) with ESMTP id 024C523F03F; Mon, 21 Sep 2020 16:47:57 +0200 (CEST) X-Virus-Scanned: by goneo X-Spam-Flag: NO X-Spam-Score: -3.007 X-Spam-Level: X-Spam-Status: No, score=-3.007 tagged_above=-999 tests=[ALL_TRUSTED=-1, AWL=-0.107, BAYES_00=-1.9] autolearn=ham Received: from smtp1.goneo.de ([127.0.0.1]) by localhost (smtp1.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vwy9OhhjAnPs; Mon, 21 Sep 2020 16:47:55 +0200 (CEST) Received: from lem-wkst-02.lemonage.de. (hq.lemonage.de [87.138.178.34]) by smtp1.goneo.de (Postfix) with ESMTPA id 7EB7C23F02F; Mon, 21 Sep 2020 16:47:55 +0200 (CEST) From: poeschel@lemonage.de To: Miguel Ojeda Sandonis , linux-kernel@vger.kernel.org (open list) Cc: Lars Poeschel Subject: [PATCH v2 07/32] auxdisplay: Move addr out of charlcd_priv Date: Mon, 21 Sep 2020 16:46:19 +0200 Message-Id: <20200921144645.2061313-8-poeschel@lemonage.de> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200921144645.2061313-1-poeschel@lemonage.de> References: <20191016082430.5955-1-poeschel@lemonage.de> <20200921144645.2061313-1-poeschel@lemonage.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Lars Poeschel Move out the struct addr from struct charlcd_priv into the less private struct charlcd. This member is used to pass position information. The individual drivers need to be able to read this information, so we move this out of charlcd_priv to charlcd structure. Signed-off-by: Lars Poeschel --- drivers/auxdisplay/charlcd.c | 61 +++++++++++++++--------------------- drivers/auxdisplay/charlcd.h | 6 ++++ 2 files changed, 31 insertions(+), 36 deletions(-) diff --git a/drivers/auxdisplay/charlcd.c b/drivers/auxdisplay/charlcd.c index ce6622f71c34..1b37d4bc38f9 100644 --- a/drivers/auxdisplay/charlcd.c +++ b/drivers/auxdisplay/charlcd.c @@ -72,12 +72,6 @@ struct charlcd_priv { /* contains the LCD config state */ unsigned long int flags; - /* Contains the LCD X and Y offset */ - struct { - unsigned long int x; - unsigned long int y; - } addr; - /* Current escape sequence and it's length or -1 if outside */ struct { char buf[LCD_ESCAPE_LEN + 1]; @@ -148,7 +142,6 @@ EXPORT_SYMBOL_GPL(charlcd_poke); static void charlcd_gotoxy(struct charlcd *lcd) { - struct charlcd_priv *priv = charlcd_to_priv(lcd); struct hd44780_common *hdc = lcd->drvdata; unsigned int addr; @@ -156,37 +149,34 @@ static void charlcd_gotoxy(struct charlcd *lcd) * we force the cursor to stay at the end of the * line if it wants to go farther */ - addr = priv->addr.x < hdc->bwidth ? priv->addr.x & (hdc->hwidth - 1) + addr = lcd->addr.x < hdc->bwidth ? lcd->addr.x & (hdc->hwidth - 1) : hdc->bwidth - 1; - if (priv->addr.y & 1) + if (lcd->addr.y & 1) addr += hdc->hwidth; - if (priv->addr.y & 2) + if (lcd->addr.y & 2) addr += hdc->bwidth; hdc->write_cmd(hdc, LCD_CMD_SET_DDRAM_ADDR | addr); } static void charlcd_home(struct charlcd *lcd) { - struct charlcd_priv *priv = charlcd_to_priv(lcd); - - priv->addr.x = 0; - priv->addr.y = 0; + lcd->addr.x = 0; + lcd->addr.y = 0; charlcd_gotoxy(lcd); } static void charlcd_print(struct charlcd *lcd, char c) { - struct charlcd_priv *priv = charlcd_to_priv(lcd); struct hd44780_common *hdc = lcd->drvdata; - if (priv->addr.x < hdc->bwidth) { + if (lcd->addr.x < hdc->bwidth) { if (lcd->char_conv) c = lcd->char_conv[(unsigned char)c]; hdc->write_data(hdc, c); - priv->addr.x++; + lcd->addr.x++; /* prevents the cursor from wrapping onto the next line */ - if (priv->addr.x == hdc->bwidth) + if (lcd->addr.x == hdc->bwidth) charlcd_gotoxy(lcd); } } @@ -210,12 +200,11 @@ static void charlcd_clear_fast(struct charlcd *lcd) /* clears the display and resets X/Y */ static void charlcd_clear_display(struct charlcd *lcd) { - struct charlcd_priv *priv = charlcd_to_priv(lcd); struct hd44780_common *hdc = lcd->drvdata; hdc->write_cmd(hdc, LCD_CMD_DISPLAY_CLEAR); - priv->addr.x = 0; - priv->addr.y = 0; + lcd->addr.x = 0; + lcd->addr.y = 0; /* we must wait a few milliseconds (15) */ long_sleep(15); } @@ -415,21 +404,21 @@ static inline int handle_lcd_special_code(struct charlcd *lcd) processed = 1; break; case 'l': /* Shift Cursor Left */ - if (priv->addr.x > 0) { + if (lcd->addr.x > 0) { /* back one char if not at end of line */ - if (priv->addr.x < hdc->bwidth) + if (lcd->addr.x < hdc->bwidth) hdc->write_cmd(hdc, LCD_CMD_SHIFT); - priv->addr.x--; + lcd->addr.x--; } processed = 1; break; case 'r': /* shift cursor right */ - if (priv->addr.x < lcd->width) { + if (lcd->addr.x < lcd->width) { /* allow the cursor to pass the end of the line */ - if (priv->addr.x < (hdc->bwidth - 1)) + if (lcd->addr.x < (hdc->bwidth - 1)) hdc->write_cmd(hdc, LCD_CMD_SHIFT | LCD_CMD_SHIFT_RIGHT); - priv->addr.x++; + lcd->addr.x++; } processed = 1; break; @@ -446,7 +435,7 @@ static inline int handle_lcd_special_code(struct charlcd *lcd) case 'k': { /* kill end of line */ int x; - for (x = priv->addr.x; x < hdc->bwidth; x++) + for (x = lcd->addr.x; x < hdc->bwidth; x++) hdc->write_data(hdc, ' '); /* restore cursor position */ @@ -519,7 +508,7 @@ static inline int handle_lcd_special_code(struct charlcd *lcd) break; /* If the command is valid, move to the new address */ - if (parse_xy(esc, &priv->addr.x, &priv->addr.y)) + if (parse_xy(esc, &lcd->addr.x, &lcd->addr.y)) charlcd_gotoxy(lcd); /* Regardless of its validity, mark as processed */ @@ -577,15 +566,15 @@ static void charlcd_write_char(struct charlcd *lcd, char c) break; case '\b': /* go back one char and clear it */ - if (priv->addr.x > 0) { + if (lcd->addr.x > 0) { /* * check if we're not at the * end of the line */ - if (priv->addr.x < hdc->bwidth) + if (lcd->addr.x < hdc->bwidth) /* back one char */ hdc->write_cmd(hdc, LCD_CMD_SHIFT); - priv->addr.x--; + lcd->addr.x--; } /* replace with a space */ hdc->write_data(hdc, ' '); @@ -601,15 +590,15 @@ static void charlcd_write_char(struct charlcd *lcd, char c) * flush the remainder of the current line and * go to the beginning of the next line */ - for (; priv->addr.x < hdc->bwidth; priv->addr.x++) + for (; lcd->addr.x < hdc->bwidth; lcd->addr.x++) hdc->write_data(hdc, ' '); - priv->addr.x = 0; - priv->addr.y = (priv->addr.y + 1) % lcd->height; + lcd->addr.x = 0; + lcd->addr.y = (lcd->addr.y + 1) % lcd->height; charlcd_gotoxy(lcd); break; case '\r': /* go to the beginning of the same line */ - priv->addr.x = 0; + lcd->addr.x = 0; charlcd_gotoxy(lcd); break; case '\t': diff --git a/drivers/auxdisplay/charlcd.h b/drivers/auxdisplay/charlcd.h index ad6fd2733523..ff4896af2189 100644 --- a/drivers/auxdisplay/charlcd.h +++ b/drivers/auxdisplay/charlcd.h @@ -21,6 +21,12 @@ struct charlcd { int height; int width; + /* Contains the LCD X and Y offset */ + struct { + unsigned long x; + unsigned long y; + } addr; + void *drvdata; }; -- 2.28.0