1. 09 12月, 2016 2 次提交
  2. 02 12月, 2016 1 次提交
  3. 01 12月, 2016 4 次提交
  4. 25 11月, 2016 5 次提交
  5. 24 11月, 2016 2 次提交
    • 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: 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
  6. 23 11月, 2016 4 次提交
  7. 22 11月, 2016 1 次提交
  8. 18 11月, 2016 1 次提交
  9. 16 11月, 2016 3 次提交
  10. 15 11月, 2016 1 次提交
  11. 14 11月, 2016 10 次提交
  12. 12 11月, 2016 2 次提交
  13. 11 11月, 2016 1 次提交
  14. 09 11月, 2016 1 次提交
  15. 05 11月, 2016 2 次提交