summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/deq.c
AgeCommit message (Expand)Author
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-17Use designated initializers and a consistent termination style inthorpej
2019-09-20identify TAS3001 from i2c address if there is no 'compatible' propertymacallan
2018-06-26In my quest to make device_compatible_entry (and associated goo)thorpej
2018-06-18- Rename iic_compat_match() to iic_compatible_match() and change itthorpej
2018-06-16More cleanup to i2c autoconfiguration:thorpej
2018-05-04don't cut off upper bits in the i2c address, ki2c knows how to deal withmacallan
2017-09-27if there is no 'compatible' property try to guess the codec from the i2cmacallan
2017-09-27identify as 'Audio Codec' and print out which codec we foundmacallan
2017-09-22attach to iic, use direct configmacallan
2017-09-15ki2c uses i2c addresses with the direction bit shifted out now, adjustmacallan
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-10-15Make it match the TAS3004 "codec" node, which is found on newer PowerBook G4sphx
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-05-16struct device * -> device_tmacallan
2007-01-17prefix a hexadecimal address with 0xmacallan
2005-12-11merge ktrace-lwp.christos
2005-08-10dummy driver to represent the deq node in OF, marks the equalizer/mixer chip ...macallan