index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
iicbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"
stas
2009-04-21
2
-2
/
+2
*
- Give a warning and start the oscillator if it was not previously
stas
2009-04-20
1
-19
/
+66
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-2
/
+2
*
Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...
imp
2009-02-10
4
-9
/
+9
*
Teach iic(4) the 'repeated start' I2C condition. This will be used by the
raj
2009-01-26
2
-0
/
+6
*
Change the probe priority for PCI and I2C generic bus modules from
nwhitehorn
2009-01-20
1
-1
/
+1
*
Revert revision 186833 and try a different strategy to allow this device to
nwhitehorn
2009-01-15
1
-2
/
+6
*
Import an Open Firmware I2C bus module. This attaches firmware device tree
nwhitehorn
2009-01-15
1
-0
/
+2
*
Change the way I2C bus attachment works to allow firmware-assisted bus
nwhitehorn
2009-01-06
7
-8
/
+10
*
Streamline #include sections in ds133x and ds1672 drivers. This unbreaks the
raj
2008-09-08
2
-14
/
+0
*
ds133x: Introduce device_identify method; update NOTES.
raj
2008-09-08
1
-1
/
+13
*
Handle errors from device_get_chidlren.
imp
2008-08-23
1
-2
/
+5
*
Fix compilation of arm's AVILA.
ed
2008-08-13
1
-1
/
+1
*
Rework Dallas Semiconductor RTC support.
raj
2008-08-11
1
-103
/
+229
*
Rename ds1339 -> ds133x to better fit the upcoming driver extensions.
raj
2008-08-11
1
-0
/
+0
*
- Reflect the iicbus infrastructure changes.
stas
2008-08-05
1
-1
/
+1
*
- Reflect changes in iic infrastructure.
stas
2008-08-05
1
-1
/
+1
*
Lock the consumers of the iicbus(4) infrastructure:
jhb
2008-08-04
3
-103
/
+105
*
Add locking to the core iicbus(4) drivers:
jhb
2008-08-04
5
-106
/
+128
*
Add locking to the various iicbus(4) bridge drivers:
jhb
2008-08-04
1
-10
/
+1
*
- Add driver for Dallas Semiconductor DS1339 RTC sitting
stas
2008-07-25
1
-0
/
+232
*
Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmb
jhb
2008-06-06
1
-8
/
+41
*
Don't use spinlocks here. The iicbus transactions can take a long
imp
2007-04-17
1
-3
/
+3
*
New device: icee. Generic i2c eeprom driver.
imp
2007-03-23
1
-0
/
+291
*
MFp4: Make the iicbus fully hinted. We no longer automatically add
imp
2007-03-23
2
-51
/
+123
*
MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the
imp
2007-03-23
2
-6
/
+12
*
MFp4: Create an ivar for each iic device on the iicbus. This ivar
imp
2007-03-23
1
-1
/
+24
*
const poison
imp
2006-12-05
3
-3
/
+3
*
More properly cleanup the iicbus child when deleting it.
imp
2006-12-05
1
-6
/
+27
*
Reference Hauppage's cxm_iic bit-bang device here.
imp
2006-12-05
1
-0
/
+5
*
Add a fake flag for write. Many drivers have started to use it and it
imp
2006-11-28
1
-1
/
+2
*
Remove unused leftovers.
imp
2006-11-28
1
-9
/
+0
*
MFp4: Add ixpiic bit-bang driver.
imp
2006-11-22
1
-0
/
+1
*
<blush> copyout on read, not write.
imp
2006-11-22
1
-2
/
+2
*
o define transfer method
sam
2006-11-19
1
-0
/
+4
*
i2c and clock driver for Dallas Semiconductor DS1672 RTC
sam
2006-11-19
1
-0
/
+142
*
i2c driver for Analog Devices AD7418
sam
2006-11-19
1
-0
/
+234
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-5
/
+7
*
jhb points out that these mallocs don't need to be checked because
imp
2006-09-06
1
-16
/
+0
*
MFp4: check the return value of malloc and report an error when invalid.
imp
2006-09-06
1
-0
/
+16
*
Minor style(9) treatment to make things a little more consistant
imp
2006-08-21
2
-20
/
+33
*
Allow iic bridges to support a generalized transfer, rather than
imp
2006-07-14
7
-12
/
+117
*
remove DRIVER_MODULE lines that are useless... pcf doesn't exist (only
jmg
2006-04-17
1
-2
/
+0
*
newbus will zero softc, so no need to duplicate the zeroing here.
imp
2006-04-04
3
-13
/
+1
*
Turn a file that was mostly style(9) compliant to a file that's really close
imp
2006-04-04
1
-141
/
+115
*
Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect what
imp
2006-04-04
1
-1
/
+1
*
Remove public declarations of variables that were forgotten when they were
obrien
2005-08-10
1
-2
/
+0
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-5
/
+7
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-1
/
+7
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-14
/
+18
[next]