summaryrefslogtreecommitdiff
path: root/drivers/issi/is31fl3741.h
AgeCommit message (Collapse)Author
2021-01-12IS31FL3741 driver fixup (#10519)a_p_u_r_o
* Fix issue with data transfer of CS1_SW7 to CS18_SW7. * Fix issue with handling of scaling register buffer's dirty flag. * Remove unused extern declaration. * Compaction of struct is31_led utilizing bit fields.
2020-09-30Update ISSI3741 (#9912)MelGeek
* [Driver] bugfix reset the scaling register flag to FALSE * Update drivers/issi/is31fl3741.c Co-authored-by: Ryan <fauxpark@gmail.com> * Add CS & SW defines for ISSI3741 * Make IS31FL3741 control register update clearer Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jumail Mundekkat <mundekkat@hotmail.com> format code according to conventions [skip ci]
2020-08-08Support IS31FL3741 and IS31FL3741A. (#9201)MelGeek