summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: rv3029: add RTC_VL_READ and RTC_VL_CLEAR supportAlexandre Belloni2019-12-181-0/+30
* rtc: rv3029: drop rv3029_read_regs and rv3029_write_regsAlexandre Belloni2019-12-181-58/+46
* rtc: rv3029: simplify rv3029_set_alarmAlexandre Belloni2019-12-181-13/+1
* rtc: rv3029: simplify rv3029_alarm_irq_enableAlexandre Belloni2019-12-181-21/+4
* rtc: rv3029: get rid of rv3029_get_srAlexandre Belloni2019-12-181-19/+10
* rtc: rv3029: avoid reading the status register uselesslyAlexandre Belloni2019-12-181-26/+0
* rtc: rv3029: remove race condition when update STATUSAlexandre Belloni2019-12-181-28/+6
* rtc: rv3029: remove open coded regmap_update_bitsAlexandre Belloni2019-12-181-20/+6
* rtc: rv3029: let regmap validate the register rangesAlexandre Belloni2019-12-181-17/+22
* rtc: rv3029: use proper name for the driverAlexandre Belloni2019-12-181-1/+1
* rtc: rx8010: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-5/+2
* rtc: rx8010: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-15/+1
* rtc: rv8803: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-8/+6
* rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLRAlexandre Belloni2019-12-181-1/+1
* rtc: rv3028: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-9/+2
* rtc: rv3028: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-6/+0
* rtc: pcf85063: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-8/+2
* rtc: pcf85063: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-6/+0
* rtc: pcf8563: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-7/+3
* rtc: pcf8563: stop caching voltage_lowAlexandre Belloni2019-12-181-7/+9
* rtc: pcf8563: remove conditional compilationAlexandre Belloni2019-12-181-5/+0
* rtc: pcf8563: remove RTC_VL_CLR handlingAlexandre Belloni2019-12-181-15/+0
* rtc: pcf8523: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-3/+3
* rtc: pcf2127: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-4/+2
* rtc: abx80x: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-5/+2
* rtc: ds1343: Do not hardcode SPI mode flagsLinus Walleij2019-12-101-2/+5
* rtc: zynqmp: re-use rtc_time64_to_tm operationJean-Francois Dagenais2019-12-101-2/+2
* rtc: stm32: add missed clk_disable_unprepare in error path of resumeChuhong Yuan2019-12-101-1/+4
* rtc: mt6397: drop free_irq of devm_ allocated irqWei Yongjun2019-12-101-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0841-305/+448
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * 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
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0610-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
| | * net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha2019-12-054-22/+15
| * | lpc_eth: kernel BUG on removeBruno Carneiro da Cunha2019-12-061-2/+0
| * | phy: mdio-thunder: add missed pci_release_regions in removeChuhong Yuan2019-12-061-0/+1
| * | net: stmmac: reset Tx desc base address before restarting TxJongsung Kim2019-12-061-0/+2
| * | enetc: disable EEE autoneg by defaultYangbo Lu2019-12-061-0/+5
| * | ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers2019-12-051-2/+3