summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-2444-199/+165
* i2c: algo: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-3/+3
* i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko2020-03-241-31/+26
* i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()Andy Shevchenko2020-03-241-9/+9
* i2c: core: Allow override timing properties with 0Andy Shevchenko2020-03-242-14/+18
* i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko2020-03-243-5/+13
* Merge tag 'at24-updates-for-v5.7' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang2020-03-241-0/+1
|\
| * eeprom: at24: add TPF0001 ACPI ID for 24c1024 deviceMarkus Pietrek2020-02-101-0/+1
* | i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-03-221-3/+3
* | i2c: imx: remove duplicate print after platform_get_irq()Tang Bin2020-03-211-3/+1
* | i2c: designware: Fix spelling typos in the commentsAndy Shevchenko2020-03-215-8/+8
* | i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2020-03-212-7/+0
* | i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-215-24/+27
* | i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao2020-03-201-22/+26
* | i2c: qcom-geni: Drop of_platform.h includeStephen Boyd2020-03-131-1/+0
* | i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd2020-03-131-31/+26
* | i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd2020-03-131-2/+2
* | i2c: stm32f7: do not backup read-only PECR registerAlain Volmat2020-03-131-4/+0
* | i2c: smbus: remove outdated references to irq level triggersWolfram Sang2020-03-102-10/+0
* | i2c: convert SMBus alert setup function to return an ERRPTRWolfram Sang2020-03-107-27/+35
* | i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat2020-03-101-6/+33
* | i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat2020-03-101-13/+39
* | i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard2020-03-101-0/+33
* | dt-bindings: i2c: brcmstb: Add BCM2711 BSC/AUTO-I2C bindingMaxime Ripard2020-03-101-1/+39
* | dt-bindings: i2c: brcmstb: Convert the BRCMSTB binding to a schemaMaxime Ripard2020-03-103-27/+60
* | i2c: omap: use devm_platform_ioremap_resource()chenqiwu2020-03-101-3/+1
* | i2c: use kobj_to_dev() APIchenqiwu2020-03-101-2/+2
* | i2c: powermac: correct comment about custom handlingWolfram Sang2020-03-101-8/+7
* | i2c: dev: keep sorting of includesWolfram Sang2020-02-261-1/+1
* | i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat2020-02-261-21/+86
* | i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld2020-02-261-41/+105
* | i2c: at91: implement i2c bus recoveryKamel Bouhara2020-02-262-0/+82
* | dt-bindings: i2c: at91: document optional bus recovery propertiesKamel Bouhara2020-02-261-0/+10
* | Linux 5.6-rc3v5.6-rc3Linus Torvalds2020-02-231-1/+1
* | Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-02-237-10/+44
|\ \
| * | Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-211-5/+5
| * | Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-191-1/+6
| * | btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-191-3/+13
| * | btrfs: handle logged extent failure properlyJosef Bacik2020-02-191-0/+2
| * | btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-191-1/+0
| * | btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-191-0/+1
| * | btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-194-0/+17
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-2310-108/+256
|\ \ \
| * | | ext4: fix mount failure with quota configured as moduleJan Kara2020-02-211-1/+1
| * | | jbd2: fix ocfs2 corrupt when clearing block group bitswangyan2020-02-211-2/+6
| * | | ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-212-9/+23
| * | | ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-213-11/+11
| * | | ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-215-37/+76
| * | | ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2020-02-212-21/+39
| * | | ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-214-25/+97