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
*
Remove unnecessary code and make use of generic implementations for
loos
2015-05-10
1
-57
/
+4
*
Handle IRQ resources on iicbus and ofw_iicbus.
loos
2015-05-09
2
-3
/
+83
*
Replace spaces with tabs, removes an extra blank line.
loos
2015-05-08
1
-9
/
+8
*
Make the pcf8563 RTC work on FDT systems and on interrupt based i2c
loos
2015-04-25
1
-15
/
+52
*
Fix numerous issues in iic(4) and iicbus(4):
jah
2015-04-21
4
-204
/
+309
*
Add a driver for the Dallas/Maxim DS1307, another common i2c RTC.
loos
2015-03-20
2
-0
/
+470
*
Fix off-by-one bugs.
loos
2015-03-10
2
-8
/
+6
*
Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM)
loos
2015-02-28
2
-0
/
+662
*
Replace hardcoded sizes by sizeof() and nitems().
loos
2015-02-17
1
-14
/
+13
*
Fix the display of negative temperatures.
loos
2015-02-17
1
-7
/
+14
*
Use proper signed types. The ADT746x uses signed 8-bit numbers for the
jhibbits
2015-01-18
1
-2
/
+3
*
Allow i2c bus speed to be configured via hints, FDT data, and sysctl.
ian
2014-11-18
3
-1
/
+71
*
Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibyte
kib
2014-10-27
2
-4
/
+10
*
Move the adm1030 driver to the proper location, and rename it.
jhibbits
2014-10-16
1
-0
/
+240
*
Check error return from reading integer part of temperature.
jhibbits
2014-10-12
1
-0
/
+4
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-8
/
+8
*
Revert r268543.
rpaulo
2014-07-12
4
-3
/
+70
*
Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.
rpaulo
2014-07-12
4
-70
/
+3
*
Ignore IIC_ENOADDR from iicbus_reset() as it only means we have a
loos
2014-05-31
1
-0
/
+6
*
Add the lm75 i2c digital temperature sensor driver.
loos
2014-05-10
1
-0
/
+574
*
Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.
loos
2014-02-13
1
-0
/
+25
*
Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooks
jhibbits
2014-02-03
1
-0
/
+664
*
Make more unsigned ints signed.
jhibbits
2013-12-07
2
-2
/
+2
*
Fix some integer signs. These unsigned integers should all be signed.
jhibbits
2013-12-07
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is
glebius
2013-09-11
1
-1
/
+0
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-2
/
+2
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
4
-4
/
+4
*
Check the return value of uiomove(9).
kevlo
2012-11-13
1
-1
/
+5
*
It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)
marius
2012-10-18
1
-3
/
+11
*
Remove unused variables.
kevlo
2012-09-29
1
-4
/
+0
*
Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.
hrs
2012-08-21
1
-0
/
+333
*
Add a new temperature driver for certain PowerMacs. Found here on my Quad G5.
andreast
2012-08-19
1
-0
/
+413
*
Unify the sysctl description with the other PowerMac temperature drivers.
andreast
2012-08-19
1
-7
/
+9
*
Avoid using the degree symbol. Looks ugly on the console.
andreast
2012-08-19
1
-3
/
+4
*
Do the ADC init only at startup and not during every sensor read call.
andreast
2012-08-19
1
-5
/
+12
*
Don't include MIPS machine headers. There's no need for it.
marcel
2012-05-19
1
-6
/
+0
*
Add a driver for the NXP (Philips) PCF8563 RTC.
marius
2012-04-13
2
-0
/
+260
*
Driver for OpenCores I2C controller.
jchandra
2012-03-27
2
-0
/
+468
*
Move driver for DS1374 RTC to sys/dev/iicbus
jchandra
2012-03-27
1
-0
/
+143
*
Fix typo.
andreast
2012-03-02
1
-1
/
+1
*
Provide pre/post transfer method callbacks for icbbb
kan
2012-03-01
2
-2
/
+55
*
IIC bitbang changes - prepare to make the bit delay configurable; debug print...
adrian
2011-12-20
1
-31
/
+42
*
Allow the i2c node requirements to be slightly relaxed.
adrian
2011-12-04
3
-4
/
+12
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
2
-11
/
+6
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
*
Revert r226398 and instead move the allocation of usrbufs after the error check.
brueffer
2011-10-16
1
-4
/
+2
*
Properly free resources in an error case.
brueffer
2011-10-15
1
-1
/
+3
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
Remove duplicate header includes
kevlo
2011-06-28
1
-3
/
+0
[next]