summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: recovery: refactor recovery functionWolfram Sang2018-07-171-18/+6
| * | i2c: recovery: require either get_sda or set_sdaWolfram Sang2018-07-172-7/+12
| * | Merge tag 'v4.18-rc5' into i2c/for-4.19Wolfram Sang2018-07-17415-2059/+3904
| |\ \
| * \ \ Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang2018-07-1317-82/+70
| |\ \ \
| | * | | i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin2018-07-138-50/+38
| | * | | mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
| | * | | media: tda18271: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
| | * | | media: tda1004x: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-3/+3
| | * | | media: rtl2830: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-6/+6
| | * | | media: drxk_hard: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-2/+2
| | * | | media: af9013: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
| | * | | input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-2/+2
| | * | | i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-3/+3
| | * | | tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
| * | | | i2c: i801: Add support for Intel Ice LakeMika Westerberg2018-07-033-0/+6
| * | | | i2c: i801: Consolidate chipset names in documentation and KconfigJarkko Nikula2018-07-032-14/+6
| * | | | i2c: tegra: Add support for Tegra194Thierry Reding2018-07-031-14/+76
| * | | | i2c: gpio: fault-injector: add incomplete_write_byteWolfram Sang2018-07-032-0/+40
| * | | | i2c: gpio: fault-injector: refactor incomplete transferWolfram Sang2018-07-032-25/+41
| * | | | i2c: designware: Add debug print for bus speedJarkko Nikula2018-07-031-2/+19
| * | | | i2c: designware: Add debug print for SDA hold time valueJarkko Nikula2018-07-031-0/+4
| * | | | i2c: designware: Separate timing parameter setting from HW initalizationJarkko Nikula2018-07-031-50/+80
| * | | | i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula2018-07-034-42/+56
| * | | | i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()Jarkko Nikula2018-07-031-4/+5
| * | | | i2c: designware: Don't use internal ___constant_swab32Jarkko Nikula2018-07-031-1/+2
| * | | | i2c: designware: Move register access detection to common codeJarkko Nikula2018-07-034-28/+43
| * | | | i2c: designware: Remove needless variable from i2c_dw_init_slave()Jarkko Nikula2018-07-031-3/+1
| * | | | i2c: mux: make use of __i2c_smbus_xferPeter Rosin2018-07-031-2/+2
| * | | | i2c: mux: pca954x: make use of __i2c_smbus_xferPeter Rosin2018-07-031-23/+4
| * | | | i2c: mux: pca9541: make use of __i2c_smbus_xferPeter Rosin2018-07-031-58/+11
| * | | | i2c: mux: mlxcpld: make use of __i2c_smbus_xferPeter Rosin2018-07-031-24/+4
| * | | | i2c: smbus: add unlocked __i2c_smbus_xfer variantPeter Rosin2018-07-032-11/+28
| |/ / /
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-2133-201/+294
|\ \ \ \
| * | | | signal: Don't send signals to tasks that don't existEric W. Biederman2018-08-161-2/+4
| * | | | signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-094-18/+49
| * | | | fork: Have new threads join on-going signal group stopsEric W. Biederman2018-08-043-12/+31
| * | | | fork: Skip setting TIF_SIGPENDING in ptrace_init_taskEric W. Biederman2018-08-041-2/+0
| * | | | signal: Add calculate_sigpending()Eric W. Biederman2018-08-043-0/+14
| * | | | fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman2018-07-231-0/+6
| * | | | fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman2018-07-231-4/+7
| * | | | signal: Push pid type down into complete_signal.Eric W. Biederman2018-07-211-4/+4
| * | | | signal: Push pid type down into __send_signalEric W. Biederman2018-07-211-6/+6
| * | | | signal: Push pid type down into send_signalEric W. Biederman2018-07-211-6/+6
| * | | | signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-215-12/+12
| * | | | signal: Pass pid type into send_sigio_to_task & send_sigurg_to_taskEric W. Biederman2018-07-211-17/+9
| * | | | signal: Pass pid type into group_send_sig_infoEric W. Biederman2018-07-213-6/+11
| * | | | signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-213-15/+14
| * | | | posix-timers: Noralize good_sigeventEric W. Biederman2018-07-211-3/+5
| * | | | signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-215-26/+37
| * | | | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-2114-19/+19