summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: add Intel Lewisburg device IDsAlexandra Yates2015-11-201-0/+6
* i2c: add ACPI support for I2C mux portsDustin Byford2015-10-251-6/+3
* i2c: i801: Add support for Intel BroxtonJarkko Nikula2015-10-231-0/+3
* i2c: i801: Add support for Intel DNVMika Westerberg2015-10-231-0/+4
* i2c: i801: Create iTCO device on newer Intel PCHsMika Westerberg2015-08-111-1/+119
* i2c: i801: Use managed pcim_* PCI device initialization and reservationJarkko Nikula2015-03-091-16/+9
* i2c: i801: Remove pci_enable_device() call from i801_resume()Jarkko Nikula2015-03-091-1/+1
* i2c: i801: Use managed devm_* memory and irq allocationJarkko Nikula2015-03-091-11/+6
* i2c: i801: Remove i801_driver forward declarationJarkko Nikula2015-03-091-4/+2
* i2c: i801: Don't break user-visible stringsJarkko Nikula2015-03-091-4/+5
* i2c: i801: Add DeviceIDs for SunrisePoint LPDevin Ryles2014-11-121-0/+3
* i2c: i801: Drop useless debug messageJean Delvare2014-11-121-3/+0
* i2c: i801: Check if interrupts are disabledJean Delvare2014-11-121-0/+20
* i2c: i801: Fallback to polling if request_irq() failsJean Delvare2014-11-121-3/+3
* i2c: i801: Use wait_event_timeout to wait for interruptsJean Delvare2014-11-121-3/+22
* i2c: remove FSF addressWolfram Sang2014-11-071-4/+0
* i2c: i801: Add Device IDs for Intel Sunrise Point PCHjames.d.ralston@intel.com2014-10-161-0/+3
* i2c: i801: Add PCI ID for Intel BraswellAlan Cox2014-08-191-0/+2
* i2c: i801: Add device ID for Intel Wildcat Point PCHJean Delvare2014-07-171-0/+3
* i2c: i801: Fix the alignment of the device tableJean Delvare2014-07-171-68/+68
* i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-03-131-1/+1
* i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho2014-03-091-0/+3
* Update Jean Delvare's e-mail addressJean Delvare2014-01-291-3/+2
* i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2013-11-141-0/+3
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-2/+0
* i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDsSeth Heasley2013-06-201-0/+3
* i2c: i801: Document feature bits in modinfoJean Delvare2013-05-171-1/+5
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-1/+0
* i2c: i801: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-151-0/+15
* i2c: i801: SMBus patch for Intel Avoton DeviceIDsSeth Heasley2013-02-081-0/+3
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-15/+13
* i2c-i801: Enable interrupts for all post-ICH5 chipsJean Delvare2012-12-161-10/+1
* i2c-i801: Add device tree supportThierry Reding2012-12-161-0/+2
* i2c-i801: Fix commentJean Delvare2012-10-281-1/+1
* i2c-i801: Simplify dependency towards GPIOLIBJean Delvare2012-10-281-3/+6
* i2c-i801: Let i2c-mux-gpio find the GPIO chipJean Delvare2012-10-051-33/+4
* i2c-i801: Support SMBus multiplexing on Asus Z8 seriesJean Delvare2012-10-051-1/+213
* i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-09-101-0/+3
* i2c-i801: Enable IRQ for byte_by_byte transactionsDaniel Kurtz2012-07-241-7/+78
* i2c-i801: Enable interrupts on ICH5/7/8/9/10Jean Delvare2012-07-241-4/+9
* i2c-i801: Enable IRQ for SMBus transactionsDaniel Kurtz2012-07-241-4/+95
* i2c-i801: Consolidate pollingJean Delvare2012-07-241-55/+53
* i2c-i801: Drop ENABLE_INT9Daniel Kurtz2012-07-241-5/+4
* i2c-i801: Rename some SMBHSTCNT bit constantsDaniel Kurtz2012-07-241-10/+11
* i2c-i801: Check and return errors during byte-by-byte transfersDaniel Kurtz2012-07-241-4/+6
* i2c-i801: Clear only status bits in HST_STSDaniel Kurtz2012-07-241-1/+1
* i2c-i801: Refactor use of LAST_BYTE in i801_block_transaction_byte_by_byteDaniel Kurtz2012-07-241-14/+14
* i2c-i801: Use usleep_range to wait for command completionJean Delvare2012-03-261-12/+12
* i2c-i801: Add device IDs for Intel Lynx PointSeth Heasley2012-03-261-0/+3
* i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-01-121-1/+1
OpenPOWER on IntegriCloud