| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus: Document special ranges of IVARs | John Baldwin | 13 days | 1 | -1/+1 |
| * | newbus: replace leftover device unit wildcards | Ahmad Khalifa | 2025-06-21 | 1 | -2/+4 |
| * | Use the new bus_generic_detach directly in place of home-grown versions | John Baldwin | 2025-01-02 | 1 | -12/+1 |
| * | bus_generic_detach: Delete children after detaching them | John Baldwin | 2025-01-02 | 1 | -3/+0 |
| * | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 4 | -4/+8 |
| * | Replace calls to bus_generic_probe with bus_identify_children | John Baldwin | 2024-12-06 | 2 | -2/+2 |
| * | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 2 | -2/+2 |
| * | regulator: Move regulator code in dev/regulator | Emmanuel Vadot | 2024-01-10 | 1 | -1/+1 |
| * | clk: Move clock code in dev/clk | Emmanuel Vadot | 2024-01-10 | 2 | -2/+2 |
| * | pwm: Move allwinner driver into the common directory | Emmanuel Vadot | 2024-01-10 | 1 | -0/+398 |
| * | pwm: Move rockchip driver into the common directory | Emmanuel Vadot | 2024-01-10 | 1 | -0/+397 |
| * | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 3 | -3/+0 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 5 | -11/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 4 | -8/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 9 | -9/+9 |
| * | pwm: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 5 | -14/+6 |
| * | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 2 | -13/+5 |
| * | usr.sbin/pwm/pwm add support for flags | Oskar Holmund | 2021-03-11 | 1 | -3/+16 |
| * | share/man/man9/pwmbus.9 fix types in arguments | Oskar Holmund | 2021-03-11 | 1 | -7/+7 |
| * | pwm_backlight: Add MODULE_DEPEND on backlight | Brett Mastbergen | 2021-02-24 | 1 | -0/+1 |
| * | Revert "Define PNP info after defining driver modules" | Mark Johnston | 2021-01-23 | 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 |