summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/ti_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* sys/arm: Minor spelling fixes.pfg2016-05-041-2/+2
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.gavin2015-11-121-1/+1
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-221-11/+9
* Pass the resources requests to the upper bus.loos2015-05-091-0/+11
* - Increase default i2c bus timeout to 5 seconds from 1 second. Sometimesgonzo2015-01-251-5/+39
* Remove unnecessary code and, instead, use the provided iicbus_null_callbackloos2014-12-271-33/+1
* Replace the clock divisor terms with values that also result in a 1 MHzian2014-12-221-1/+1
* Fix the i2c bus speed divisors for TI OMAP4 and AM335x.ian2014-11-181-5/+11
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-181-17/+25
* Fix the chan address for mtx_sleep() on bus wait. Without this fix theloos2014-10-181-1/+1
* Start removing the omap3 support. In base it was only ever a header and aandrew2014-10-131-4/+0
* Rewrite of ti_i2c based on gonzo's patch, fix the following bugs/problems:loos2014-08-201-740/+516
* FreeBSD, historically, has always used 8-bit addresses for i2c devicesloos2014-06-031-1/+1
* Remove the unnecessary i2c slave address assignment.loos2014-06-031-9/+1
* Allow us to compile the Ti iic driver for both OMAP4 and AM335x.andrew2014-05-171-7/+23
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+4
* Activate the device before attempt to access any of its registers. Withoutloos2013-12-091-8/+8
* Merging of projects/armv6, part 10gonzo2012-08-151-0/+1179
OpenPOWER on IntegriCloud