1. 09 12月, 2016 2 次提交
  2. 05 12月, 2016 2 次提交
  3. 02 12月, 2016 1 次提交
  4. 01 12月, 2016 7 次提交
  5. 25 11月, 2016 8 次提交
  6. 24 11月, 2016 4 次提交
    • J
      spi: ath79: Fix module autoload for OF registration · d7a32394
      Javier Martinez Canillas 提交于
      If the driver is built as a module, autoload won't work because the module
      alias information is not filled. So user-space can't match the registered
      device with the corresponding module.
      
      Export the module alias information using the MODULE_DEVICE_TABLE() macro.
      
      Before this patch:
      
      $ modinfo drivers/spi/spi-ath79.ko | grep alias
      alias:          platform:ath79-spi
      
      After this patch:
      
      $ modinfo drivers/spi/spi-ath79.ko | grep alias
      alias:          platform:ath79-spi
      alias:          of:N*T*Cqca,ar7100-spiC*
      alias:          of:N*T*Cqca,ar7100-spi
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      d7a32394
    • J
      spi: xlp: Fix module autoload for OF registration · b87c701b
      Javier Martinez Canillas 提交于
      If the driver is built as a module, autoload won't work because the module
      alias information is not filled. So user-space can't match the registered
      device with the corresponding module.
      
      Export the module alias information using the MODULE_DEVICE_TABLE() macro.
      
      Before this patch:
      
      $ modinfo drivers/spi/spi-xlp.ko | grep alias
      alias:          acpi*:BRCM900D:*
      
      After this patch:
      
      $ modinfo drivers/spi/spi-xlp.ko | grep alias
      alias:          acpi*:BRCM900D:*
      alias:          of:N*T*Cnetlogic,xlp832-spiC*
      alias:          of:N*T*Cnetlogic,xlp832-spi
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      b87c701b
    • J
      spi: jcore: Fix module autoload for OF registration · aa12c1ab
      Javier Martinez Canillas 提交于
      If the driver is built as a module, autoload won't work because the module
      alias information is not filled. So user-space can't match the registered
      device with the corresponding module.
      
      Export the module alias information using the MODULE_DEVICE_TABLE() macro.
      
      Before this patch:
      
      $ modinfo drivers/spi/spi-jcore.ko | grep alias
      alias:          platform:jcore_spi
      
      After this patch:
      
      $ modinfo drivers/spi/spi-jcore.ko | grep alias
      alias:          platform:jcore_spi
      alias:          of:N*T*Cjcore,spi2C*
      alias:          of:N*T*Cjcore,spi2
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      aa12c1ab
    • J
      spi: spi-axi: Fix module autoload · 01affe23
      Javier Martinez Canillas 提交于
      If the driver is built as a module, autoload won't work because the module
      alias information is not filled. So user-space can't match the registered
      device with the corresponding module.
      
      Export the module alias information using the MODULE_DEVICE_TABLE() macro.
      
      Before this patch:
      
      $ modinfo drivers/spi/spi-axi-spi-engine.ko | grep alias
      $
      
      After this patch:
      
      $ modinfo drivers/spi/spi-axi-spi-engine.ko | grep alias
      alias:          of:N*T*Cadi,axi-spi-engine-1.00.aC*
      alias:          of:N*T*Cadi,axi-spi-engine-1.00.a
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      01affe23
  7. 23 11月, 2016 5 次提交
  8. 22 11月, 2016 2 次提交
  9. 18 11月, 2016 1 次提交
  10. 16 11月, 2016 4 次提交
  11. 15 11月, 2016 1 次提交
  12. 14 11月, 2016 3 次提交
新手
引导
客服 返回
顶部