index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-14
i2c-core: i2c bus should support PM entries in struct dev_pm_ops
sonic zhang
2009-12-14
i2c: Get rid of struct i2c_client_address_data
Jean Delvare
2009-12-14
i2c: Drop the kind parameter from detect callbacks
Jean Delvare
2009-12-09
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
2009-12-09
i2c-pnx: Map I2C adapter number to platform ID number
Kevin Wells
2009-12-09
i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode
Rajendra Nayak
2009-12-09
i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases
Shinya Kuribayashi
2009-12-09
i2c-designware: Cosmetic cleanups
Shinya Kuribayashi
2009-12-09
i2c-designware: Tx abort cleanups
Shinya Kuribayashi
2009-12-09
i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
Shinya Kuribayashi
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
Shinya Kuribayashi
2009-12-09
i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
Shinya Kuribayashi
2009-12-09
i2c-designware: Process all i2c_msg messages in the interrupt handler
Shinya Kuribayashi
2009-12-09
i2c-designware: i2c_dw_read: Remove redundant target address checker
Shinya Kuribayashi
2009-12-09
i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
Shinya Kuribayashi
2009-12-09
i2c-designware: Initialize byte count variables just prior to being used
Shinya Kuribayashi
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
Shinya Kuribayashi
2009-12-09
i2c-designware: Divide i2c_dw_xfer_msg into two functions
Shinya Kuribayashi
2009-12-09
i2c-designware: Enable RX_FULL interrupt
Shinya Kuribayashi
2009-12-09
i2c-designware: Set Tx/Rx FIFO threshold levels
Shinya Kuribayashi
2009-12-09
i2c-designware: Process i2c_msg messages in the interrupt handler
Shinya Kuribayashi
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
Shinya Kuribayashi
2009-12-09
i2c-designware: Improved _HCNT/_LCNT calculation
Shinya Kuribayashi
2009-12-09
i2c-designware: Remove an useless local variable "num"
Shinya Kuribayashi
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
2009-12-09
i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
2009-12-09
i2c-designware: Use platform_get_irq helper
Shinya Kuribayashi
2009-12-09
i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
Shinya Kuribayashi
2009-12-09
i2c-designware: Consolidate to use 32-bit word accesses
Shinya Kuribayashi
2009-12-06
i2c-stub: Allow user to disable some commands
Jean Delvare
2009-12-06
i2c-stub: Implement I2C block support
Jean Delvare
2009-12-06
i2c: Refactor for_each callbacks
Jean Delvare
2009-12-06
i2c-i801: Retry on lost arbitration
Jean Delvare
2009-12-06
i2c: Remove big kernel lock from i2cdev_open
Vincent Sanders
2009-12-06
i2c: Simplify i2c_detect_address
Jean Delvare
2009-12-06
i2c: Drop probe, ignore and force module parameters
Jean Delvare
2009-12-06
i2c: Add missing __devinit markers to old i2c adapter drivers
Jean Delvare
2009-12-06
i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
Jean Delvare
2009-12-06
i2c: Prevent priority inversion on top of bus lock
Mika Kuoppala
2009-12-06
i2c-voodoo3: Delete
Jean Delvare
2009-12-06
i2c-powermac: Drop temporary name buffer
Jean Delvare
2009-12-06
i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus
Jean Delvare
2009-12-06
i2c-powermac: Log errors
Jean Delvare
2009-12-06
i2c-powermac: Refactor i2c_powermac_smbus_xfer
Jean Delvare
2009-12-06
i2c-powermac: Reject unsupported I2C transactions
Jean Delvare
2009-12-06
i2c/chips: Move ds1682 to drivers/misc
Wolfram Sang
2009-11-30
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2009-11-26
i2c: Fix userspace_device list corruption
Jean Delvare
2009-11-26
i2c/tsl2550: Fix lux value in extended mode
Michele Jr De Candia
[next]