14 Dec, 2011

2 commits


01 Nov, 2011

1 commit


20 Oct, 2011

1 commit

  • Currently, GFP_KERNEL is used as parameter of irq_alloc_descs like below.

    irq_base = irq_alloc_descs(-1, IOH_IRQ_BASE, num_ports[j],
    GFP_KERNEL);

    This is not true.
    So, this patch uses NUMA_NO_NODE not GFP_KERNEL.

    Reported-by: Dan Carpenter
    Reported-by: David Rientjes
    Signed-off-by: Tomoya MORINAGA
    Acked-by: David Rientjes
    Signed-off-by: Grant Likely

    Tomoya MORINAGA
     

06 Oct, 2011

3 commits


17 Jun, 2011

1 commit


07 Jun, 2011

1 commit

  • Sort the gpio makefile and enforce the naming convention gpio-*.c for
    gpio drivers.

    v2: cleaned up filenames in Kconfig and comment blocks
    v3: fixup use of BASIC_MMIO to GENERIC_GPIO for mxc

    Signed-off-by: Grant Likely

    Grant Likely