index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c/pca: Don't use *_interruptible
Wolfram Sang
2010-01-16
2
-4
/
+4
*
i2c-ali1563: Remove sparse warnings
Márton Németh
2010-01-16
1
-4
/
+4
*
i2c: Test off by one in {piix4,vt596}_transaction()
Roel Kluin
2010-01-16
2
-4
/
+4
*
i2c-omap: OMAP3: Fix I2C lockup during timeout/error cases
Manjunatha GK
2009-12-24
1
-0
/
+5
*
i2c-omap: Don't write IE state in unidle if 0
Cory Maccarrone
2009-12-24
1
-1
/
+7
*
i2c-bfin-twi: fix CLKDIV calculation
Sonic Zhang
2009-12-24
1
-3
/
+3
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
3
-3
/
+3
*
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
2009-12-09
1
-1
/
+1
|
\
|
*
ACPICA: Add post-order callback to acpi_walk_namespace
Lin Ming
2009-11-24
1
-1
/
+1
*
|
i2c-pnx: Map I2C adapter number to platform ID number
Kevin Wells
2009-12-09
1
-1
/
+2
*
|
i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode
Rajendra Nayak
2009-12-09
1
-23
/
+41
*
|
i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases
Shinya Kuribayashi
2009-12-09
1
-2
/
+7
*
|
i2c-designware: Cosmetic cleanups
Shinya Kuribayashi
2009-12-09
1
-13
/
+14
*
|
i2c-designware: Tx abort cleanups
Shinya Kuribayashi
2009-12-09
1
-7
/
+40
*
|
i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
Shinya Kuribayashi
2009-12-09
1
-0
/
+8
*
|
i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
Shinya Kuribayashi
2009-12-09
1
-4
/
+11
*
|
i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
Shinya Kuribayashi
2009-12-09
1
-3
/
+8
*
|
i2c-designware: Process all i2c_msg messages in the interrupt handler
Shinya Kuribayashi
2009-12-09
1
-9
/
+17
*
|
i2c-designware: i2c_dw_read: Remove redundant target address checker
Shinya Kuribayashi
2009-12-09
1
-5
/
+0
*
|
i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
Shinya Kuribayashi
2009-12-09
1
-1
/
+6
*
|
i2c-designware: Initialize byte count variables just prior to being used
Shinya Kuribayashi
2009-12-09
1
-3
/
+7
*
|
i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
Shinya Kuribayashi
2009-12-09
1
-3
/
+4
*
|
i2c-designware: Divide i2c_dw_xfer_msg into two functions
Shinya Kuribayashi
2009-12-09
1
-20
/
+25
*
|
i2c-designware: Enable RX_FULL interrupt
Shinya Kuribayashi
2009-12-09
1
-3
/
+4
*
|
i2c-designware: Set Tx/Rx FIFO threshold levels
Shinya Kuribayashi
2009-12-09
1
-0
/
+6
*
|
i2c-designware: Process i2c_msg messages in the interrupt handler
Shinya Kuribayashi
2009-12-09
1
-25
/
+14
*
|
i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
Shinya Kuribayashi
2009-12-09
1
-8
/
+12
*
|
i2c-designware: Improved _HCNT/_LCNT calculation
Shinya Kuribayashi
2009-12-09
1
-9
/
+84
*
|
i2c-designware: Remove an useless local variable "num"
Shinya Kuribayashi
2009-12-09
1
-4
/
+2
*
|
i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
2009-12-09
1
-4
/
+3
*
|
i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
2009-12-09
1
-4
/
+3
*
|
i2c-designware: Use platform_get_irq helper
Shinya Kuribayashi
2009-12-09
1
-6
/
+6
*
|
i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
Shinya Kuribayashi
2009-12-09
1
-5
/
+79
*
|
i2c-designware: Consolidate to use 32-bit word accesses
Shinya Kuribayashi
2009-12-09
1
-38
/
+38
*
|
i2c-stub: Allow user to disable some commands
Jean Delvare
2009-12-06
1
-2
/
+6
*
|
i2c-stub: Implement I2C block support
Jean Delvare
2009-12-06
1
-2
/
+26
*
|
i2c-i801: Retry on lost arbitration
Jean Delvare
2009-12-06
1
-0
/
+3
*
|
i2c: Add missing __devinit markers to old i2c adapter drivers
Jean Delvare
2009-12-06
4
-4
/
+4
*
|
i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
Jean Delvare
2009-12-06
3
-11
/
+0
*
|
i2c-voodoo3: Delete
Jean Delvare
2009-12-06
3
-267
/
+0
*
|
i2c-powermac: Drop temporary name buffer
Jean Delvare
2009-12-06
1
-6
/
+5
*
|
i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus
Jean Delvare
2009-12-06
1
-12
/
+3
*
|
i2c-powermac: Log errors
Jean Delvare
2009-12-06
1
-5
/
+23
*
|
i2c-powermac: Refactor i2c_powermac_smbus_xfer
Jean Delvare
2009-12-06
1
-44
/
+41
*
|
i2c-powermac: Reject unsupported I2C transactions
Jean Delvare
2009-12-06
1
-0
/
+6
*
|
ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq
Russell King
2009-11-21
1
-2
/
+2
*
|
i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includes
Kevin Wells
2009-11-20
1
-0
/
+2
*
|
i2c: i2c-pnx: Limit minimum jiffie timeout to 2
Kevin Wells
2009-11-20
1
-0
/
+3
|
/
*
i2c-piix4: Modify code name SB900 to Hudson-2
Crane Cai
2009-11-07
2
-5
/
+5
*
i2c-mpc: Do not generate STOP after read.
Joakim Tjernlund
2009-11-02
1
-8
/
+2
[next]