aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti/ti_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* arm ti: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Move Ti AM335x to dev/extres/clk framework.Michal Meloun2020-07-301-16/+4
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-1/+1
* In detach(), call bus_generic_detach() before deleting the iicbus child.Ian Lepore2019-06-161-5/+10
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Defer attaching and probing iicbus and its children until interrupts areIan Lepore2017-09-131-7/+2
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-2/+2
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.Gavin Atkinson2015-11-121-1/+1
* Switch TI platform support code from using FreeBSD's custom-baked DTSOleksandr Tymoshenko2015-05-221-11/+9
* Pass the resources requests to the upper bus.Luiz Otavio O Souza2015-05-091-0/+11
* - Increase default i2c bus timeout to 5 seconds from 1 second. SometimesOleksandr Tymoshenko2015-01-251-5/+39
* Remove unnecessary code and, instead, use the provided iicbus_null_callbackLuiz Otavio O Souza2014-12-271-33/+1
* Replace the clock divisor terms with values that also result in a 1 MHzIan Lepore2014-12-221-1/+1
* Fix the i2c bus speed divisors for TI OMAP4 and AM335x.Ian Lepore2014-11-181-5/+11
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.Ian Lepore2014-11-181-17/+25
* Fix the chan address for mtx_sleep() on bus wait. Without this fix theLuiz Otavio O Souza2014-10-181-1/+1
* Start removing the omap3 support. In base it was only ever a header and aAndrew Turner2014-10-131-4/+0
* Rewrite of ti_i2c based on gonzo's patch, fix the following bugs/problems:Luiz Otavio O Souza2014-08-201-740/+516
* FreeBSD, historically, has always used 8-bit addresses for i2c devicesLuiz Otavio O Souza2014-06-031-1/+1
* Remove the unnecessary i2c slave address assignment.Luiz Otavio O Souza2014-06-031-9/+1
* Allow us to compile the Ti iic driver for both OMAP4 and AM335x.Andrew Turner2014-05-171-7/+23
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+4
* Activate the device before attempt to access any of its registers. WithoutLuiz Otavio O Souza2013-12-091-8/+8
* Merging of projects/armv6, part 10Oleksandr Tymoshenko2012-08-151-0/+1179