index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-09
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
1
-1
/
+1
2009-12-09
i2c-pnx: Map I2C adapter number to platform ID number
Kevin Wells
1
-1
/
+2
2009-12-09
i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode
Rajendra Nayak
1
-23
/
+41
2009-12-09
i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases
Shinya Kuribayashi
1
-2
/
+7
2009-12-09
i2c-designware: Cosmetic cleanups
Shinya Kuribayashi
1
-13
/
+14
2009-12-09
i2c-designware: Tx abort cleanups
Shinya Kuribayashi
1
-7
/
+40
2009-12-09
i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
Shinya Kuribayashi
1
-0
/
+8
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
Shinya Kuribayashi
1
-4
/
+11
2009-12-09
i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
Shinya Kuribayashi
1
-3
/
+8
2009-12-09
i2c-designware: Process all i2c_msg messages in the interrupt handler
Shinya Kuribayashi
1
-9
/
+17
2009-12-09
i2c-designware: i2c_dw_read: Remove redundant target address checker
Shinya Kuribayashi
1
-5
/
+0
2009-12-09
i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
Shinya Kuribayashi
1
-1
/
+6
2009-12-09
i2c-designware: Initialize byte count variables just prior to being used
Shinya Kuribayashi
1
-3
/
+7
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
Shinya Kuribayashi
1
-3
/
+4
2009-12-09
i2c-designware: Divide i2c_dw_xfer_msg into two functions
Shinya Kuribayashi
1
-20
/
+25
2009-12-09
i2c-designware: Enable RX_FULL interrupt
Shinya Kuribayashi
1
-3
/
+4
2009-12-09
i2c-designware: Set Tx/Rx FIFO threshold levels
Shinya Kuribayashi
1
-0
/
+6
2009-12-09
i2c-designware: Process i2c_msg messages in the interrupt handler
Shinya Kuribayashi
1
-25
/
+14
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
Shinya Kuribayashi
1
-8
/
+12
2009-12-09
i2c-designware: Improved _HCNT/_LCNT calculation
Shinya Kuribayashi
1
-9
/
+84
2009-12-09
i2c-designware: Remove an useless local variable "num"
Shinya Kuribayashi
1
-4
/
+2
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
1
-4
/
+3
2009-12-09
i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
1
-4
/
+3
2009-12-09
i2c-designware: Use platform_get_irq helper
Shinya Kuribayashi
1
-6
/
+6
2009-12-09
i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
Shinya Kuribayashi
1
-5
/
+79
2009-12-09
i2c-designware: Consolidate to use 32-bit word accesses
Shinya Kuribayashi
1
-38
/
+38
2009-12-06
i2c-stub: Allow user to disable some commands
Jean Delvare
1
-2
/
+6
2009-12-06
i2c-stub: Implement I2C block support
Jean Delvare
1
-2
/
+26
2009-12-06
i2c: Refactor for_each callbacks
Jean Delvare
1
-48
/
+22
2009-12-06
i2c-i801: Retry on lost arbitration
Jean Delvare
1
-0
/
+3
2009-12-06
i2c: Remove big kernel lock from i2cdev_open
Vincent Sanders
1
-16
/
+6
2009-12-06
i2c: Simplify i2c_detect_address
Jean Delvare
1
-13
/
+9
2009-12-06
i2c: Drop probe, ignore and force module parameters
Jean Delvare
1
-64
/
+1
2009-12-06
i2c: Add missing __devinit markers to old i2c adapter drivers
Jean Delvare
4
-4
/
+4
2009-12-06
i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
Jean Delvare
3
-11
/
+0
2009-12-06
i2c: Prevent priority inversion on top of bus lock
Mika Kuoppala
2
-6
/
+7
2009-12-06
i2c-voodoo3: Delete
Jean Delvare
3
-267
/
+0
2009-12-06
i2c-powermac: Drop temporary name buffer
Jean Delvare
1
-6
/
+5
2009-12-06
i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus
Jean Delvare
1
-12
/
+3
2009-12-06
i2c-powermac: Log errors
Jean Delvare
1
-5
/
+23
2009-12-06
i2c-powermac: Refactor i2c_powermac_smbus_xfer
Jean Delvare
1
-44
/
+41
2009-12-06
i2c-powermac: Reject unsupported I2C transactions
Jean Delvare
1
-0
/
+6
2009-12-06
i2c/chips: Move ds1682 to drivers/misc
Wolfram Sang
3
-278
/
+0
2009-11-30
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+14
2009-11-26
i2c: Fix userspace_device list corruption
Jean Delvare
1
-0
/
+11
2009-11-26
i2c/tsl2550: Fix lux value in extended mode
Michele Jr De Candia
1
-0
/
+3
2009-11-24
ACPICA: Add post-order callback to acpi_walk_namespace
Lin Ming
1
-1
/
+1
2009-11-21
ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq
Russell King
1
-2
/
+2
2009-11-20
i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includes
Kevin Wells
1
-0
/
+2
2009-11-20
i2c: i2c-pnx: Limit minimum jiffie timeout to 2
Kevin Wells
1
-0
/
+3
[next]