| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 5 | -11/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 4 | -8/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 9 | -9/+9 |
| * | usr.sbin/pwm/pwm add support for flags | Oskar Holmund | 2021-07-22 | 1 | -3/+16 |
| * | share/man/man9/pwmbus.9 fix types in arguments | Oskar Holmund | 2021-07-22 | 1 | -7/+7 |
| * | pwm_backlight: Add MODULE_DEPEND on backlight | Brett Mastbergen | 2021-03-02 | 1 | -0/+1 |
| * | Revert "Define PNP info after defining driver modules" | Mark Johnston | 2021-01-30 | 1 | -3/+3 |
| * | Define PNP info after defining driver modules | Mark Johnston | 2021-01-21 | 1 | -3/+3 |
| * | pwm_backlight: Fix 32 bits build | Emmanuel Vadot | 2020-10-03 | 1 | -4/+4 |
| * | Add pwm_backlight | Emmanuel Vadot | 2020-10-02 | 1 | -0/+311 |
| * | pwm: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 2 | -2/+1 |
| * | Remove "all rights reserved" from copyright for the file I own. | Emmanuel Vadot | 2019-12-03 | 5 | -5/+0 |
| * | Handle labels specified with hints even on FDT systems. Hints are the | Ian Lepore | 2019-06-18 | 1 | -14/+5 |
| * | Remove everything related to channels from the pwmc public interface, now | Ian Lepore | 2019-06-18 | 2 | -10/+2 |
| * | Put the pwmc cdev filenames under the pwm directory along with any label | Ian Lepore | 2019-06-17 | 1 | -1/+1 |
| * | Add back a const qualifier I somehow fumbled away between test-building | Ian Lepore | 2019-06-17 | 1 | -1/+1 |
| * | Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdt | Ian Lepore | 2019-06-17 | 4 | -12/+292 |
| * | Rework pwmbus and pwmc so that each child will handle a single PWM channel. | Ian Lepore | 2019-06-16 | 3 | -29/+234 |
| * | Rename pwmbus.h to ofw_pwm.h, because after all the recent changes, there | Ian Lepore | 2019-06-16 | 3 | -7/+4 |
| * | This code no longer uses fdt/ofw stuff, no need to include ofw headers. | Ian Lepore | 2019-06-16 | 1 | -3/+0 |
| * | Make channel number unsigned, and spell unsigned int u_int. This should | Ian Lepore | 2019-06-16 | 1 | -3/+3 |
| * | Make pwm channel numbers unsigned. | Ian Lepore | 2019-06-15 | 4 | -20/+20 |
| * | Restructure the pwm device hirearchy and interfaces. | Ian Lepore | 2019-06-15 | 6 | -192/+50 |
| * | Destroy the cdev on device detach. Also, make the driver and devclass | Ian Lepore | 2019-06-15 | 1 | -2/+6 |
| * | Rename the channel_max method to channel_count, because that's what it's | Ian Lepore | 2019-06-15 | 3 | -3/+3 |
| * | Spell unsigned int as u_int and channel as chan; eliminates the need to wrap | Ian Lepore | 2019-06-15 | 1 | -18/+18 |
| * | Unwrap prototype lines so that return type and function name are on the | Ian Lepore | 2019-06-15 | 1 | -8/+4 |
| * | Make pwmbus driver and devclass vars static; they're not mentioned in any | Ian Lepore | 2019-06-15 | 1 | -2/+2 |
| * | Use device_delete_children() instead of a locally-rolled copy of it that | Ian Lepore | 2019-06-15 | 1 | -12/+4 |
| * | Remove pwmbus_attach_bus(), it no longer has any callers. Also remove a | Ian Lepore | 2019-06-15 | 2 | -33/+0 |
| * | Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file contains | Ian Lepore | 2019-06-15 | 2 | -1/+54 |
| * | Do not include pwm.h here, it is purely a userland interface file containing | Ian Lepore | 2019-06-15 | 2 | -5/+0 |
| * | pwm: Convert period and duty to unsigned int | Emmanuel Vadot | 2018-12-14 | 3 | -10/+10 |
| * | Add a pwm subsystem so we can configure pwm controller from kernel and userland. | Emmanuel Vadot | 2018-12-12 | 6 | -0/+795 |