History log of /src/sys/dev/i2c/pca9685.c |
Revision | | Date | Author | Comments |
1.7 |
| 17-Sep-2025 |
thorpej | These drivers blindly assume that i2c_attach_args::ia_cookie is an FDT / OF phandle. Instead, extract the phandle from self's devhandle, both eliminating the reference to ia_cookie and providing an assertion that it is, in fact, an FDT / OF phandle.
|
1.6 |
| 27-Jan-2021 |
thorpej | branches: 1.6.4; 1.6.14; Use DEVICE_COMPAT_EOL.
|
1.5 |
| 25-Jan-2021 |
thorpej | Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel.
|
1.4 |
| 17-Jan-2021 |
thorpej | Use designated initializers and a consistent termination style in compat_data[].
|
1.3 |
| 25-Jul-2019 |
thorpej | branches: 1.3.10; 1.3.12; Do the iic_acquire_bus() / iic_release_bus() dance that I, um, forgot to do. (oops) Also, no need to do the dance with 'cold' aymore; the i2c code does it for us now.
|
1.2 |
| 24-Jul-2019 |
thorpej | I was a little over-zealous with the includes. Tone it down just a wee bit.
|
1.1 |
| 24-Jul-2019 |
thorpej | Add a driver for the NXP PCA9685 16-channel, 12-bit PWM Fm+ LED controller.
|
1.3.12.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.3.10.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.3.10.1 |
| 25-Jul-2019 |
martin | file pca9685.c was added on branch phil-wifi on 2020-04-13 08:04:20 +0000
|
1.6.14.1 |
| 09-Aug-2021 |
thorpej | Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2, which is based on a newer HEAD revision.
|
1.6.4.1 |
| 08-May-2021 |
thorpej | ia->ia_cookie -> devhandle_to_of(device_handle(self))
|