aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-piix4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-01i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin1-0/+1
2022-06-29i2c: piix4: Fix a memory leak in the EFCH MMIO supportJean Delvare1-9/+7
2022-02-11i2c: piix4: Enable EFCH MMIO for Family 17h+Terry Bowman1-2/+15
2022-02-11i2c: piix4: Add EFCH MMIO support for SMBus port selectTerry Bowman1-3/+12
2022-02-11i2c: piix4: Add EFCH MMIO support to SMBus base address detectTerry Bowman1-4/+9
2022-02-11i2c: piix4: Add EFCH MMIO support to region request and releaseTerry Bowman1-8/+58
2022-02-11i2c: piix4: Move SMBus port selection into functionTerry Bowman1-10/+17
2022-02-11i2c: piix4: Move SMBus controller base address detect into functionTerry Bowman1-25/+44
2022-02-11i2c: piix4: Move port I/O region request/release code into functionsTerry Bowman1-17/+31
2022-02-10i2c: piix4: Replace hardcoded memory map size with a #defineTerry Bowman1-6/+10
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula1-2/+2
2020-04-15i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse1-1/+2
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-7/+27
2019-08-29i2c: piix4: Add ACPI supportJean Delvare1-4/+14
2019-08-29i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30hJean Delvare1-3/+13
2019-08-29i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-03i2c-piix4: Add Hygon Dhyana SMBus supportPu Wen1-4/+11
2018-03-02i2c: piix4: Use request_muxed_regionGuenter Roeck1-30/+25
2018-03-02i2c: piix4: Use usleep_range()Guenter Roeck1-3/+3
2017-12-12i2c: piix4: Fix port number check on releaseJean Delvare1-1/+1
2017-10-13i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATARicardo Ribalda Delgado1-6/+126
2017-10-13i2c: piix4: Fix SMBus port selection for AMD Family 17h chipsGuenter Roeck1-4/+26
2017-04-20Annotate hardware config module parameters in drivers/i2c/David Howells1-1/+1
2017-02-09i2c: piix4: Request the SMBUS semaphore inside the mutexRicardo Ribalda1-5/+7
2017-02-09i2c: piix4: Fix request_region sizeRicardo Ribalda1-1/+1
2017-01-12i2c: piix4: Avoid race conditions with IMCRicardo Ribalda1-0/+22
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-1/+0
2016-02-24i2c: piix4: Pre-shift the port numberJean Delvare1-5/+5
2016-02-24i2c: piix4: Always use the same type for portJean Delvare1-2/+2
2016-02-24i2c: piix4: Support alternative port selection registerJean Delvare1-4/+32
2016-01-29i2c: piix4: don't regress on bus namesJean Delvare1-5/+8
2016-01-26i2c: piix4: Fully initialize SB800 before it is registeredJean Delvare1-10/+9
2016-01-26i2c: piix4: Fix SB800 lockingJean Delvare1-16/+6
2015-12-03i2c: piix4: remove unneeded assignmentsWolfram Sang1-2/+2
2015-11-30i2c: piix4: Add adapter port name support for SB800 chipsetChristian Fetzer1-4/+12
2015-11-30i2c: piix4: Add support for multiplexed main adapter in SB800Christian Fetzer1-22/+147
2015-11-30i2c: piix4: Convert piix4_main_adapter to arrayChristian Fetzer1-5/+12
2015-06-16i2c-piix4: Use Macro for AMD CZ SMBus device IDVincent Wan1-2/+2
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-03-13i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-24i2c: piix4: Standardize log messagesJean Delvare1-6/+6
2014-01-24i2c: piix4: Use different message for AMD Auxiliary SMBus ControllerShane Huang1-1/+2
2014-01-24i2c: piix4: Add support for AMD ML and CZ SMBus changesShane Huang1-5/+23
2013-08-15i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsetsRudolf Marek1-10/+31
2013-06-03i2c-piix4: Add AMD CZ SMBus device IDShane Huang1-1/+2
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-17/+15
2012-12-16i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-3/+2
2012-10-05i2c-piix4: Fix build failureDaniel J Blueman1-0/+1