1. 19 11月, 2019 1 次提交
  2. 17 11月, 2019 2 次提交
  3. 16 11月, 2019 4 次提交
  4. 15 11月, 2019 1 次提交
  5. 14 11月, 2019 2 次提交
  6. 12 11月, 2019 19 次提交
  7. 10 11月, 2019 1 次提交
    • R
      net: sfp: rework upstream interface · 727b3668
      Russell King 提交于
      The current upstream interface is an all-or-nothing, which is
      sub-optimal for future changes, as it doesn't allow the upstream driver
      to prepare for the SFP module becoming available, as it is at boot.
      
      Switch to a find-sfp-bus, add-upstream, del-upstream, put-sfp-bus
      interface structure instead, which allows the upstream driver to
      prepare for a module being available as soon as add-upstream is called.
      Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      727b3668
  8. 08 11月, 2019 1 次提交
    • M
      net: phy: at803x: add missing dependency on CONFIG_REGULATOR · dddb318b
      Madalin Bucur 提交于
      Compilation fails on PPC targets as CONFIG_REGULATOR is not set and
      drivers/regulator/devres.c is not compiled in while functions exported
      there are used by drivers/net/phy/at803x.c. Here's the error log:
      
        LD      .tmp_vmlinux1
      drivers/net/phy/at803x.o: In function `at803x_rgmii_reg_set_voltage_sel':
      drivers/net/phy/at803x.c:294: undefined reference to `.rdev_get_drvdata'
      drivers/net/phy/at803x.o: In function `at803x_rgmii_reg_get_voltage_sel':
      drivers/net/phy/at803x.c:306: undefined reference to `.rdev_get_drvdata'
      drivers/net/phy/at803x.o: In function `at8031_register_regulators':
      drivers/net/phy/at803x.c:359: undefined reference to `.devm_regulator_register'
      drivers/net/phy/at803x.c:365: undefined reference to `.devm_regulator_register'
      drivers/net/phy/at803x.o:(.data.rel+0x0): undefined reference to `regulator_list_voltage_table'
      linux/Makefile:1074: recipe for target 'vmlinux' failed
      make[1]: *** [vmlinux] Error 1
      
      Fixes: 2f664823 ("net: phy: at803x: add device tree binding")
      Signed-off-by: NMadalin Bucur <madalin.bucur@nxp.com>
      Reviewed-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      dddb318b
  9. 07 11月, 2019 5 次提交
  10. 02 11月, 2019 1 次提交
  11. 31 10月, 2019 1 次提交
  12. 30 10月, 2019 2 次提交