summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-082-90/+74
|\
| * Documentation: filesystems: convert fuse to RSTDaniel W. S. Almeida2020-02-062-90/+74
* | Merge tag 'docs-5.6-2' of git://git.lwn.net/linuxLinus Torvalds2020-02-077-16/+25
|\ \
| * | Documentation: changes.rst: update several outdated project URLsRandy Dunlap2020-02-052-10/+18
| * | Documentation: build warnings related to missing blank lines after explicit m...Sameer Rahmani2020-02-053-1/+3
| * | Documentation/ko_KR/howto: Update a broken linkSeongJae Park2020-02-051-1/+1
| * | Documentation/ko_KR/howto: Update broken web addressesSeongJae Park2020-02-051-2/+2
| * | docs/locking: Fix outdated section namesSeongJae Park2020-02-051-2/+2
* | | Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-02-0722-273/+1703
|\ \ \
| * | | docs: i2c: writing-clients: properly name the stop conditionLuca Ceresoli2020-01-291-3/+3
| * | | docs: i2c: i2c-protocol: use same wording as smbus-protocolLuca Ceresoli2020-01-291-3/+3
| * | | docs: i2c: rename sections so the overall picture is clearerLuca Ceresoli2020-01-297-21/+21
| * | | docs: i2c: old-module-parameters: use monospace instead of ""Luca Ceresoli2020-01-291-5/+5
| * | | docs: i2c: old-module-parameters: clarify this is for obsolete kernelsLuca Ceresoli2020-01-291-0/+5
| * | | docs: i2c: old-module-parameters: fix internal hyperlinkLuca Ceresoli2020-01-291-2/+2
| * | | docs: i2c: instantiating-devices: use monospace for sysfs attributesLuca Ceresoli2020-01-291-7/+7
| * | | docs: i2c: instantiating-devices: rearrange static instatiationLuca Ceresoli2020-01-291-43/+54
| * | | docs: i2c: instantiating-devices: fix internal hyperlinkLuca Ceresoli2020-01-291-1/+1
| * | | docs: i2c: smbus-protocol: improve I2C Block transactions descriptionLuca Ceresoli2020-01-291-3/+4
| * | | docs: i2c: smbus-protocol: fix punctuationLuca Ceresoli2020-01-291-1/+1
| * | | docs: i2c: smbus-protocol: fix typoLuca Ceresoli2020-01-291-1/+1
| * | | docs: i2c: smbus-protocol: fix kernel-doc function syntaxLuca Ceresoli2020-01-291-2/+2
| * | | docs: i2c: smbus-protocol: enable kernel-doc function syntaxLuca Ceresoli2020-01-291-22/+42
| * | | docs: i2c: smbus-protocol: use proper names for ACK and NACKLuca Ceresoli2020-01-291-1/+1
| * | | docs: i2c: smbus-protocol: remove unneeded colons from tableLuca Ceresoli2020-01-291-9/+9
| * | | docs: i2c: smbus-protocol: properly name start and stop conditionsLuca Ceresoli2020-01-291-2/+2
| * | | docs: i2c: smbus-protocol: fix link syntaxLuca Ceresoli2020-01-291-2/+2
| * | | docs: i2c: i2c-protocol: use proper names for ACK and NACKLuca Ceresoli2020-01-291-1/+1
| * | | docs: i2c: i2c-protocol: remove unneeded colons from tableLuca Ceresoli2020-01-291-9/+9
| * | | docs: i2c: i2c-protocol: properly name start and stop conditionsLuca Ceresoli2020-01-291-7/+8
| * | | docs: i2c: i2c-protocol: fix kernel-doc function syntaxLuca Ceresoli2020-01-291-3/+3
| * | | docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistentlyLuca Ceresoli2020-01-291-12/+12
| * | | docs: i2c: fix typoLuca Ceresoli2020-01-291-1/+1
| * | | docs: i2c: call it "I2C" consistentlyLuca Ceresoli2020-01-298-53/+53
| * | | docs: i2c: summary: rewrite the "terminology" sectionLuca Ceresoli2020-01-292-14/+1363
| * | | docs: i2c: summary: extend introductionLuca Ceresoli2020-01-291-6/+12
| * | | docs: i2c: sort index logicallyLuca Ceresoli2020-01-291-11/+47
| * | | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2020-01-291-0/+2
| |\ \ \
| | * | | dt-bindings: i2c: support property idle-stateBiwen Li2020-01-031-0/+2
| * | | | Merge tag 'at24-updates-for-v5.6' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang2020-01-293-4/+18
| |\ \ \ \
| | * | | | dt-binding: eeprom: at24: add vcc-supply propertyBibby Hsieh2020-01-231-0/+4
| | * | | | dt-bindings: at25: add reference for the wp-gpios propertyKhouloud Touil2020-01-141-0/+2
| | * | | | dt-bindings: at24: make wp-gpios a reference to the property defined by nvmemKhouloud Touil2020-01-091-4/+1
| | * | | | dt-bindings: nvmem: new optional property wp-gpiosKhouloud Touil2020-01-091-0/+11
| * | | | | docs: i2c: use the new API in 'writing-clients'Wolfram Sang2020-01-151-10/+10
| * | | | | docs: i2c: use the new API in 'instantiating-devices.rst'Wolfram Sang2020-01-151-4/+4
| * | | | | Merge branch 'i2c/for-current' into i2c/for-5.6Wolfram Sang2020-01-1524-73/+175
| |\ \ \ \ \
| * | | | | | i2c: parport-light: remove driverWolfram Sang2020-01-152-25/+0
| * | | | | | dt-bindings: I2C: Add X1000 bindings.周琰杰 (Zhou Yanjie)2020-01-061-1/+3
| * | | | | | dt-bindings: i2c: at91: cosmetic formatting of compatible listEugen Hristev2020-01-061-4/+10