]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/pwm
sfxge(4): fix power of 2 round up when align has smaller type
[FreeBSD/FreeBSD.git] / sys / dev / pwm /
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-18 ianHandle labels specified with hints even on FDT systems...
2019-06-18 ianRemove everything related to channels from the pwmc...
2019-06-17 ianPut the pwmc cdev filenames under the pwm directory...
2019-06-17 mmMFV r349134:
2019-06-17 ianAdd back a const qualifier I somehow fumbled away betwe...
2019-06-17 ianAdd ofw_pwmbus to enumerate pwmbus devices on systems...
2019-06-16 ianRework pwmbus and pwmc so that each child will handle...
2019-06-16 ianRename pwmbus.h to ofw_pwm.h, because after all the...
2019-06-16 ianThis code no longer uses fdt/ofw stuff, no need to...
2019-06-16 ianMake channel number unsigned, and spell unsigned int...
2019-06-15 ianMake pwm channel numbers unsigned.
2019-06-15 ianRestructure the pwm device hirearchy and interfaces.
2019-06-15 ianDestroy the cdev on device detach. Also, make the...
2019-06-15 ianRename the channel_max method to channel_count, because...
2019-06-15 ianSpell unsigned int as u_int and channel as chan; elimin...
2019-06-15 ianUnwrap prototype lines so that return type and function...
2019-06-15 ianMake pwmbus driver and devclass vars static; they're...
2019-06-15 ianUse device_delete_children() instead of a locally-rolle...
2019-06-15 ianRemove pwmbus_attach_bus(), it no longer has any caller...
2019-06-15 ianMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-15 ianDo not include pwm.h here, it is purely a userland...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-20 mmMFV r347989:
2019-05-08 manudts: Import files from Linux 5.1
2019-04-23 cyMFV r346563:
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-25 mmMFV r345495:
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-07 cyMFV r344878:
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 dimMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-18 cyMFV r342175:
2018-12-14 manupwm: Convert period and duty to unsigned int
2018-12-12 manuAdd a pwm subsystem so we can configure pwm controller...