summaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c.h
Commit message (Expand)AuthorAgeFilesLines
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-1/+1
* i2c: designware_i2c: Support ACPI table generationSimon Glass2020-07-171-0/+15
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen2020-03-161-0/+4
* i2c: designware_i2c: remove 'has_high_speed'Jun Chen2020-03-161-2/+0
* i2c: designware_i2c: check is high speed possible supportJun Chen2020-03-161-0/+3
* i2c: designware_i2c: Separate out the speed calculationSimon Glass2020-01-271-0/+3
* i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2020-01-271-0/+17
* i2c: designware_i2c: Add support for fast-plus speedSimon Glass2020-01-271-0/+2
* i2c: designware_i2c: Update to use standard enums for speedSimon Glass2020-01-271-13/+0
* i2c: designware_i2c: Add spike supressionSimon Glass2020-01-271-0/+2
* i2c: designware_i2c: Read device-tree propertiesSimon Glass2020-01-271-0/+15
* i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2020-01-271-2/+2
* i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2020-01-271-3/+7
* i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2020-01-271-4/+4
* i2c: designware_i2c: Include clk.h in the header fileSimon Glass2020-01-271-0/+1
* i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass2020-01-271-2/+0
* i2c: designware_i2c: Add more registersSimon Glass2020-01-271-1/+13
* i2c: designware: Tidy up PCI supportSimon Glass2019-12-151-0/+35
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* i2c: designware_i2c: Add ic_enable_status to ic_regs structStefan Roese2016-04-251-33/+35
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti2012-12-111-0/+2
* designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti2012-12-111-3/+3
* designware_i2c: Added s/w generation of stop bitArmando Visconti2012-12-111-0/+1
* i2c: Add support for designware i2c controllerVipin KUMAR2012-04-241-0/+146