V4L/DVB: media/IR/imon: precendence issue: ! vs ==
[safe/jmp/linux-2.6] / drivers / i2c / busses /
2010-04-30 David DaneyI2C: Fix section mismatch errors in i2c-octeon.c
2010-04-20 Dan Carpenteri2c-stu300: off by one issue
2010-04-20 Kevin Wellsi2c-pnx: Add stop conditions for end of transfer
2010-04-20 Kevin Wellsi2c-pnx: Limit maximum divider to 1023
2010-04-20 Mika Westerbergi2c-omap: fix OOPS in omap_i2c_unidle() during probe
2010-04-20 Arnaud Patardi2c-imx: fix error handling
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Darrick J. Wongi2c-scmi: Provide module aliases for automatic loading
2010-03-24 Crane Caii2c-scmi: Support IBM SMBus CMI devices
2010-03-14 Randy DunlapAdd include to i2c-xii.c to fix build error
2010-03-13 Jean Delvarei2c-i801: Don't use the block buffer for I2C block...
2010-03-13 Jean Delvarei2c-powermac: Be less verbose in the absence of real...
2010-03-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-08 Uwe Kleine-Königi2c: move i2c_omap's probe function to .devinit.text
2010-03-07 Linus TorvaldsMerge branch 'for-linus/i2c' of git://git.fluff.org...
2010-03-07 Ben DooksMerge branch 'next-i2c-xilinx' into next-i2c
2010-03-07 Ben DooksMerge branch 'next-i2c-omap' into next-i2c
2010-03-07 Ben DooksMerge branch 'next-i2c-mpc-v8' into next-i2c
2010-03-07 Richard Röjforsi2c: Add support for Xilinx XPS IIC Bus Interface
2010-03-07 Cory Maccarronei2c: omap: Add support for 16-bit registers
2010-03-07 Luotao Fui2c-pnx: fix setting start/stop condition
2010-03-07 Wolfgang Grandeggeri2c-mpc: add support for the MPC512x processors from...
2010-03-07 Wolfgang Grandeggeri2c-mpc: rename "setclock" initialization functions...
2010-03-07 Wolfgang Grandeggeri2c-mpc: use __devinit[data] for initialization functio...
2010-03-07 Uwe Kleine-Königi2c/imx: don't add probe function to the driver struct
2010-03-07 srinidhi kasagari2c: Add support for Ux500/Nomadik I2C controller
2010-03-07 Randy Dunlapmfd: Fix lpc_sch related depends/selects, fix build...
2010-03-07 Denis Turischevi2c: convert i2c-isch to platform_device
2010-03-06 Akinobu Mitabitops: rename for_each_bit() to for_each_set_bit()
2010-03-02 Jean Delvarei2c-parport-light: Add SMBus alert support
2010-03-02 Jean Delvarei2c-parport: Add SMBus alert support
2010-03-02 Jean Delvarei2c-parport: Give powered devices some time to settle
2010-03-02 Jean Delvarei2c-tiny-usb: Fix a comment on bus frequency
2010-03-02 Seth Heasleyi2c-i801: Add Intel Cougar Point device IDs
2010-03-02 Márton Némethi2c: Make PCI device ids constant
2010-03-01 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2010-02-27 Rade BozicMIPS: I2C: Add driver for Cavium OCTEON I2C ports.
2010-02-12 Russell KingARM: PNX4008: use msecs_to_jiffies() rather than open...
2010-02-12 Russell KingARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h...
2010-02-12 Russell KingARM: PNX4008: i2c-pnx: don't split messages across...
2010-02-12 Russell KingARM: PNX4008: Use i2c driver data for passing between...
2010-02-12 Russell KingARM: PNX4008: move i2c_adapter structure inside the...
2010-02-12 Russell KingARM: PNX4008: kzalloc i2c drivers internal data
2010-02-12 Russell KingARM: PNX4008: Make ioaddr 'void __iomem *' rather than...
2010-02-12 Russell KingARM: PNX4008: get i2c clock rate from clk API
2010-02-12 Russell KingARM: PNX4008: convert i2c-pnx to use clk API enable...
2010-02-12 Russell KingARM: PNX4008: move i2c clock start/stop into driver
2010-02-12 Russell KingARM: PNX4008: move i2c suspend/resume callbacks into...
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-02-05 Jean Delvarei2c-tiny-usb: Fix on big-endian systems
2010-01-24 Uwe Kleine-Königi2c: imx: call ioremap only after request_mem_region
2010-01-24 Valentin Longchampi2c: mxc: let time to generate stop bit
2010-01-16 Wolfram Sangi2c/pca: Don't use *_interruptible
2010-01-16 Márton Némethi2c-ali1563: Remove sparse warnings
2010-01-16 Roel Kluini2c: Test off by one in {piix4,vt596}_transaction()
2009-12-24 Manjunatha GKi2c-omap: OMAP3: Fix I2C lockup during timeout/error...
2009-12-24 Cory Maccarronei2c-omap: Don't write IE state in unidle if 0
2009-12-24 Sonic Zhangi2c-bfin-twi: fix CLKDIV calculation
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-10 Linus TorvaldsMerge branch 'acpica' of git://git./linux/kernel/git...
2009-12-09 Kevin Wellsi2c-pnx: Map I2C adapter number to platform ID number
2009-12-09 Rajendra Nayaki2c-omap: OMAP3: PM: (re)init for every transfer to...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg...
2009-12-09 Shinya Kuribayashii2c-designware: Cosmetic cleanups
2009-12-09 Shinya Kuribayashii2c-designware: Tx abort cleanups
2009-12-09 Shinya Kuribayashii2c-designware: Skip RX_FULL and TX_EMPTY bits on tx...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Fix error handling...
2009-12-09 Shinya Kuribayashii2c-designware: Disable TX_EMPTY when all i2c_msg msgs...
2009-12-09 Shinya Kuribayashii2c-designware: Process all i2c_msg messages in the...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_read: Remove redundant target...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo...
2009-12-09 Shinya Kuribayashii2c-designware: Initialize byte count variables just...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Introduce a local...
2009-12-09 Shinya Kuribayashii2c-designware: Divide i2c_dw_xfer_msg into two functions
2009-12-09 Shinya Kuribayashii2c-designware: Enable RX_FULL interrupt
2009-12-09 Shinya Kuribayashii2c-designware: Set Tx/Rx FIFO threshold levels
2009-12-09 Shinya Kuribayashii2c-designware: Process i2c_msg messages in the interru...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
2009-12-09 Shinya Kuribayashii2c-designware: Improved _HCNT/_LCNT calculation
2009-12-09 Shinya Kuribayashii2c-designware: Remove an useless local variable "num"
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev...
2009-12-09 Shinya Kuribayashii2c-designware: i2c_dw_read: Use "struct dw_i2c_dev...
2009-12-09 Shinya Kuribayashii2c-designware: Use platform_get_irq helper
2009-12-09 Shinya Kuribayashii2c-designware: Don't use the IC_CLR_INTR register...
2009-12-09 Shinya Kuribayashii2c-designware: Consolidate to use 32-bit word accesses
2009-12-06 Jean Delvarei2c-stub: Allow user to disable some commands
2009-12-06 Jean Delvarei2c-stub: Implement I2C block support
2009-12-06 Jean Delvarei2c-i801: Retry on lost arbitration
2009-12-06 Jean Delvarei2c: Add missing __devinit markers to old i2c adapter...
2009-12-06 Jean Delvarei2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
2009-12-06 Jean Delvarei2c-voodoo3: Delete
2009-12-06 Jean Delvarei2c-powermac: Drop temporary name buffer
2009-12-06 Jean Delvarei2c-powermac: Include the i2c_adapter in struct pmac_i2...
2009-12-06 Jean Delvarei2c-powermac: Log errors
2009-12-06 Jean Delvarei2c-powermac: Refactor i2c_powermac_smbus_xfer
2009-12-06 Jean Delvarei2c-powermac: Reject unsupported I2C transactions
2009-11-25 Lin MingACPICA: Add post-order callback to acpi_walk_namespace
2009-11-21 Russell KingARM: PNX4008: i2c-pnx: use the same dev_id for request_...
2009-11-20 Kevin Wellsi2c: i2c-pnx: Added missing mach/i2c.h and linux/io...
next