1. 28 2月, 2012 1 次提交
  2. 10 1月, 2012 1 次提交
  3. 05 1月, 2012 1 次提交
    • F
      ARM: prom.h: Fix build error by removing unneeded header file · c89810ac
      Fabio Estevam 提交于
      Fix the following build error:
      
        CC [M]  fs/udf/balloc.o
      In file included from /home/fabio/next/linux-next/arch/arm/include/asm/prom.h:16,
                       from include/linux/of.h:140,
                       from include/asm-generic/gpio.h:7,
                       from arch/arm/plat-mxc/include/mach/irqs.h:14,
                       from /home/fabio/next/linux-next/arch/arm/include/asm/irq.h:4,
                       from /home/fabio/next/linux-next/arch/arm/include/asm/hardirq.h:6,
                       from include/linux/hardirq.h:7,
                       from include/linux/highmem.h:8,
                       from include/linux/pagemap.h:10,
                       from include/linux/buffer_head.h:13,
                       from fs/udf/udfdecl.h:11,
                       from fs/udf/balloc.c:22:
      /home/fabio/next/linux-next/arch/arm/include/asm/setup.h:146: error: redefinition of 'struct tag'
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      [grant.likely: fix build failure on drivers/of/fdt.c]
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      c89810ac
  4. 28 12月, 2011 1 次提交
  5. 23 9月, 2011 1 次提交
  6. 20 9月, 2011 1 次提交
  7. 04 8月, 2011 1 次提交
  8. 03 8月, 2011 1 次提交
  9. 11 5月, 2011 1 次提交
  10. 31 3月, 2011 1 次提交
  11. 24 3月, 2011 1 次提交
  12. 16 1月, 2011 1 次提交
  13. 02 1月, 2011 1 次提交
  14. 30 12月, 2010 5 次提交
  15. 22 10月, 2010 1 次提交
  16. 25 7月, 2010 2 次提交
  17. 15 7月, 2010 1 次提交
  18. 29 4月, 2010 1 次提交
    • G
      of/flattree: Make unflatten_device_tree() safe to call from any arch · 8bfe9b5c
      Grant Likely 提交于
      This patch makes unflatten_device_tree() safe to call from any arch
      setup code with the following changes:
      - Make sure initial_boot_params actually points to a device tree blob
        before unflattening
      - Make sure the initial_boot_params->magic field is correct
      - If CONFIG_OF_FLATTREE is not set, then make unflatten_device_tree()
        an empty static inline function.
      
      This patch also adds some additional debug output to the top of
      unflatten_device_tree().
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      8bfe9b5c
  19. 27 3月, 2010 1 次提交
  20. 14 2月, 2010 1 次提交
  21. 09 2月, 2010 7 次提交
  22. 29 1月, 2010 1 次提交
  23. 11 12月, 2009 4 次提交
  24. 24 11月, 2009 3 次提交