From 39567872547438fd353a2ffd01f963578f3d8a90 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Tue, 17 Nov 2020 20:59:34 +0000 Subject: [PATCH] Documentation/components/drivers/character/pwm: fix pwm.c location - pwm.c was moved in 68bbc8438c6f1e8a448b14a32a1da70cf0e4609f but the documentation wasn't updated. - Also a minor typo fixed. --- Documentation/components/drivers/character/pwm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/components/drivers/character/pwm.rst b/Documentation/components/drivers/character/pwm.rst index 918c0c107a..62226378a3 100644 --- a/Documentation/components/drivers/character/pwm.rst +++ b/Documentation/components/drivers/character/pwm.rst @@ -22,12 +22,12 @@ Files supporting PWM can be found in the following locations: file includes both the application level interface to the PWM driver as well as the interface between the "upper half" and "lower half" drivers. The PWM module uses a standard character - driver framework. However, since the PWM driver is a devices + driver framework. However, since the PWM driver is a device control interface and not a data transfer interface, the majority of the functionality available to the application is implemented in driver ioctl calls. - **"Upper Half" Driver**. The generic, "upper half" PWM driver - resides at ``drivers/pwm.c``. + resides at ``drivers/timers/pwm.c``. - **"Lower Half" Drivers**. Platform-specific PWM drivers reside in ``arch/``\ **\ ``/src/``\ ** directory for the specific processor ** and for