summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mfd: max77650: Select REGMAP_IRQ in KconfigBartosz Golaszewski2020-01-241-0/+1
* mfd: axp20x: Mark AXP20X_VBUS_IPSOUT_MGMT as volatileSamuel Holland2020-01-241-1/+1
* mfd: ab8500: Fix ab8500-clk typoLinus Walleij2020-01-241-2/+2
* mfd: intel-lpss: Add Intel Jasper Lake PCI IDsAndy Shevchenko2020-01-241-0/+13
* dt-bindings: mfd: max14577: Add reference to max14040_battery.txt descriptionsMatheus Castello2020-01-241-0/+2
* mfd: ab8500-core: Add device tree support for AB8505Stephan Gerhold2020-01-242-8/+32
* dt-bindings: mfd: ab8500: Document AB8505 bindingsStephan Gerhold2020-01-241-3/+5
* dt-bindings: mfd: Document the Xylon LogiCVC multi-function devicePaul Kocialkowski2020-01-241-0/+50
* dt-bindings: mfd: da9062: add gpio bindingsMarco Felsch2020-01-241-0/+10
* mfd: da9062: add support for the DA9062 GPIOs in the coreMarco Felsch2020-01-241-1/+15
* mfd: dln2: More sanity checking for endpointsOliver Neukum2020-01-241-2/+11
* mfd: sm501: Fix mismatches of request_mem_regionChuhong Yuan2020-01-241-12/+7
* mfd: syscon: Re-use resource_size() to count max_registerAndy Shevchenko2020-01-241-1/+1
* Merge branches 'ib-mfd-drm-5.6' and 'ib-mfd-clk-gpio-regulator-rtc-5.6' into ...Lee Jones2020-01-2423-223/+1718
|\
| * gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOsMatti Vaittinen2020-01-243-0/+172
| * rtc: bd70528: add BD71828 supportMatti Vaittinen2020-01-245-55/+206
| * mfd: bd70528: Fix hour register maskMatti Vaittinen2020-01-241-1/+1
| * regulator: bd718x7: Split driver to common and bd718x7 specific partsMatti Vaittinen2020-01-245-128/+221
| * clk: bd718x7: Support ROHM BD71828 clk blockMatti Vaittinen2020-01-245-29/+31
| * mfd: bd71828: Add power-key supportMatti Vaittinen2020-01-241-0/+26
| * mfd: bd71828: Support ROHM BD71828 PMIC - coreMatti Vaittinen2020-01-245-0/+760
| * mfd: bd718x7: Add compatible for BD71850Matti Vaittinen2020-01-241-0/+4
| * mfd: Rohm PMICs: Use platform_device_id to match MFD sub-devicesMatti Vaittinen2020-01-245-16/+58
| * dt-bindings: mfd: Document ROHM BD71828 bindingsMatti Vaittinen2020-01-241-0/+193
| * dt-bindings: leds: ROHM BD71282 PMIC LED driverMatti Vaittinen2020-01-241-0/+52
* | mfd: atmel-hlcdc: Return in case of errorClaudiu Beznea2020-01-071-4/+11
* | mfd: atmel-hlcdc: Add struct device member to struct atmel_hlcdc_regmapClaudiu Beznea2020-01-071-0/+3
|/
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-072-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
| | * tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-072-2/+16
| |/
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0710-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1
| | * net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha2019-12-051-1/+1
| | * net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-051-2/+25