Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: Ruben Wauters <rubenru09@aol.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Sudip Mukherjee <sudipm.mukherjee@gmail.com>,
	Teddy Wang <teddy.wang@siliconmotion.com>,
	Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Cc: Ruben Wauters <rubenru09@aol.com>,
	linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] staging: sm750fb: remove unused code/files
Date: Fri, 18 Apr 2025 16:17:46 +0100	[thread overview]
Message-ID: <20250418151755.42624-1-rubenru09@aol.com> (raw)
In-Reply-To: 20250418151755.42624-1-rubenru09.ref@aol.com

This patch series removes three unused files and their
associated headers. The code was not used in any other
files (other than themselves).

The TODO mentions that this was sample code, however given
it was never implemented into the driver, I have elected to
remove it entirely.

Ruben Wauters (4):
  staging: sm750fb: Remove ddk750_sii164
  staging: sm750fb: remove ddk750_dvi
  staging: sm750fb: remove ddk750_hwi2c
  staging: sm750fb: remove irrelevant TODO line

 drivers/staging/sm750fb/Makefile         |   3 +-
 drivers/staging/sm750fb/TODO             |   3 -
 drivers/staging/sm750fb/ddk750.h         |   3 -
 drivers/staging/sm750fb/ddk750_display.c |   1 -
 drivers/staging/sm750fb/ddk750_dvi.c     |  62 ----
 drivers/staging/sm750fb/ddk750_dvi.h     |  57 ----
 drivers/staging/sm750fb/ddk750_hwi2c.c   | 247 --------------
 drivers/staging/sm750fb/ddk750_hwi2c.h   |  12 -
 drivers/staging/sm750fb/ddk750_sii164.c  | 408 -----------------------
 drivers/staging/sm750fb/ddk750_sii164.h  | 174 ----------
 10 files changed, 1 insertion(+), 969 deletions(-)
 delete mode 100644 drivers/staging/sm750fb/ddk750_dvi.c
 delete mode 100644 drivers/staging/sm750fb/ddk750_dvi.h
 delete mode 100644 drivers/staging/sm750fb/ddk750_hwi2c.c
 delete mode 100644 drivers/staging/sm750fb/ddk750_hwi2c.h
 delete mode 100644 drivers/staging/sm750fb/ddk750_sii164.c
 delete mode 100644 drivers/staging/sm750fb/ddk750_sii164.h

-- 
2.48.1


       reply	other threads:[~2025-04-18 15:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250418151755.42624-1-rubenru09.ref@aol.com>
2025-04-18 15:17 ` Ruben Wauters [this message]
2025-04-18 15:17   ` [PATCH 1/4] staging: sm750fb: Remove ddk750_sii164 Ruben Wauters
2025-04-18 15:17   ` [PATCH 2/4] staging: sm750fb: remove ddk750_dvi Ruben Wauters
2025-04-18 15:17   ` [PATCH 3/4] staging: sm750fb: remove ddk750_hwi2c Ruben Wauters
2025-04-18 15:17   ` [PATCH 4/4] staging: sm750fb: remove irrelevant TODO line Ruben Wauters

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250418151755.42624-1-rubenru09@aol.com \
    --to=rubenru09@aol.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=sudip.mukherjee@codethink.co.uk \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=teddy.wang@siliconmotion.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox