From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 11 Apr 2021 21:15:27 +0200 Subject: [PATCH v3 1/2] video: backlight: Support PWMs without a known period_ns In-Reply-To: <20201022204927.26290-1-alpernebiyasak@gmail.com> References: <20201022204927.26290-1-alpernebiyasak@gmail.com> Message-ID: <20210411211527.731e712b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 22 Oct 2020 23:49:26 +0300 Alper Nebi Yasak alpernebiyasak at gmail.com wrote: ... > drivers/pwm/sandbox_pwm.c | 11 +++++++++-- > drivers/video/pwm_backlight.c | 20 ++++++++++++++------ > include/pwm.h | 8 ++++++++ > test/dm/pwm.c | 11 +++++++++++ > 4 files changed, 42 insertions(+), 8 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij