summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: thunderx: Remove duplicate NULL checkAndy Shevchenko2017-11-021-2/+1
* i2c: taos-evm: Remove duplicate NULL checkAndy Shevchenko2017-11-021-2/+1
* i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko2017-11-021-2/+3
* i2c: xgene-slimpro: Support v2Hoan Tran2017-11-011-4/+26
* i2c: mpc: remove useless variable initializationWolfram Sang2017-11-011-1/+1
* Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang2017-11-0111-145/+598
|\
| * power: supply: sbs-message: fix some code style issuesWolfram Sang2017-10-291-3/+4
| * power: supply: sbs-battery: remove unchecked return varWolfram Sang2017-10-291-1/+1
| * power: supply: sbs-battery: remove superfluous variable initWolfram Sang2017-10-291-7/+3
| * power: supply: sbs-battery: move gpio present detect to sbs_get_propertyPhil Reid2017-10-281-10/+13
| * power: supply: sbs-manager: Add alert callback and battery change notificationPhil Reid2017-10-282-5/+127
| * power: Adds support for Smart Battery System ManagerKarl-Heinz Schneider2017-10-283-0/+337
| * i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid2017-10-281-0/+4
| * i2c: mux: pca954x: call request irq after adding mux segmentsPhil Reid2017-10-281-63/+28
| * i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapterPhil Reid2017-10-281-0/+9
| * i2c: i2c-smbus: add of_i2c_setup_smbus_alertPhil Reid2017-10-282-1/+31
| * i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbusPhil Reid2017-10-282-32/+33
| * i2c: i2c-smbus: Use threaded irq for smbalertPhil Reid2017-10-284-32/+17
* | Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang2017-11-013-130/+144
|\ \
| * | i2c: gpio: Add support for named gpios in DTLinus Walleij2017-10-301-16/+43
| * | i2c: gpio: Local vars in probeLinus Walleij2017-10-301-13/+14
| * | i2c: gpio: Augment all boardfiles to use open drainLinus Walleij2017-10-301-2/+2
| * | i2c: gpio: Enforce open drain through gpiolibLinus Walleij2017-10-301-63/+39
| * | gpio: Make it possible for consumers to enforce open drainLinus Walleij2017-10-301-0/+13
| * | i2c: gpio: Convert to use descriptorsLinus Walleij2017-10-302-93/+90
* | | i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi2017-10-301-2/+23
* | | i2c: generic recovery: check SCL before SDAClaudio Foellmi2017-10-281-3/+7
* | | i2c: img-scb: Add runtime PMEd Blake2017-10-281-19/+78
* | | i2c: mpc: use of_property_read_boolJulia Lawall2017-10-271-1/+1
* | | i2c: riic: remove clock and frequency restrictionsChris Brandt2017-10-271-34/+81
* | | Merge branch 'i2c/cht-wc-fusb302-immutable' into i2c/for-4.15Wolfram Sang2017-10-27145-891/+1930
|\ \ \
| * | | i2c-cht-wc: Add device-properties for fusb302 integrationHans de Goede2017-10-272-7/+49
| * | | i2c: Allow overriding dev_name through board_infoHans de Goede2017-10-271-2/+8
| | |/ | |/|
| * | Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-10-237-39/+83
| |\ \
| | * | staging: bcm2835-audio: Fix memory corruptionPhil Elwell2017-10-181-12/+7
| | * | Merge tag 'iio-fixes-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-156-27/+76
| | |\ \
| | | * | iio: adc: at91-sama5d2_adc: fix probe error on missing trigger propertyEugen Hristev2017-10-141-16/+29
| | | * | iio: adc: dln2-adc: fix build errorRandy Dunlap2017-10-081-0/+2
| | | * | iio: dummy: events: Add missing breakLars-Peter Clausen2017-10-011-0/+1
| | | * | staging: iio: ade7759: fix signed extension bug on shift of a u8Colin Ian King2017-09-301-1/+1
| | | * | iio: pressure: zpa2326: Remove always-true check which confuses gccGeert Uytterhoeven2017-09-251-7/+3
| | | * | iio: proximity: as3935: noise detection + threshold changesMatt Ranostay2017-09-251-3/+40
| * | | | Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-234-26/+15
| |\ \ \ \
| | * | | | android: binder: Fix null ptr dereference in debug msgSherry Yang2017-10-211-1/+1
| | * | | | android: binder: Don't get mm from taskSherry Yang2017-10-212-14/+9
| | * | | | vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui2017-10-201-1/+4
| | * | | | binder: call poll_wait() unconditionally.Martijn Coenen2017-10-201-10/+1
| * | | | | Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-2317-76/+226
| |\ \ \ \ \
| | * | | | | usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman2017-10-191-4/+7
| | * | | | | Merge tag 'usb-serial-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-191-0/+1
| | |\ \ \ \ \