1. 14 9月, 2012 18 次提交
  2. 12 9月, 2012 2 次提交
  3. 10 9月, 2012 4 次提交
  4. 07 9月, 2012 1 次提交
    • M
      [media] move i2c files into drivers/media/i2c · 1daae517
      Mauro Carvalho Chehab 提交于
      Based on a patch from Sylvester Nawrocki
      
      This fixes regression introduced with commmit cb7a01ac,
      "[media] move i2c files into drivers/media/i2c".
      
      The linked order affect what drivers will be initialized first, when
      they're built-in at Kernel. While there are macros that allow changing
      the init order, like subsys_initcall(), late_initcall() & friends,
      when all drivers  linked belong to the same subsystem, it is easier
      to change the order at the Makefile.
      
      All I2C modules must be linked before any drivers that actually use it,
      in order to ensure proper module initialization order.
      
      Also, the core drivers should be initialized before the drivers that use
      them.
      
      This patch reorders the drivers init, in order to fulfill the above
      requirements.
      Reported-by: NSylwester Nawrocki <sylvester.nawrocki@gmail.com>
      Acked-by: NSylwester Nawrocki <sylvester.nawrocki@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      1daae517
  5. 22 8月, 2012 15 次提交