23 Sep, 2011

1 commit

  • Move the driver to the place where it is expected to be nowadays. Also
    rename its CONFIG-name to match the rest and adapt the defconfigs.
    Finally, move selection of REQUIRE_GPIOLIB or WANTS_OPTIONAL_GPIOLIB to
    the platforms, because this option is per-platform and not per-driver.

    Signed-off-by: Wolfram Sang
    Cc: Anatolij Gustschin
    Cc: Grant Likely
    Cc: Benjamin Herrenschmidt
    Acked-by: Grant Likely
    Signed-off-by: Anatolij Gustschin

    Wolfram Sang
     

31 Aug, 2011

1 commit


23 Jun, 2011

1 commit

  • The P1023 processor is an e500v2 based SoC that utilizes the DPAA
    networking architecture. This adds basic board support for non-DPAA
    functionality (device tree, board file, etc).

    Signed-off-by: Roy Zang
    Signed-off-by: Haiying Wang
    Signed-off-by: Kumar Gala

    Roy Zang
     

19 May, 2011

1 commit

  • This debug option has no overhead other than a slight increase in
    kernel size, and makes bug reports more useful. While some end users
    may prefer to save the space, as a default on a kernel config aimed
    primarily at development on reference boards, it should be enabled.

    Signed-off-by: Scott Wood
    Signed-off-by: Kumar Gala

    Scott Wood
     

21 Jan, 2011

1 commit

  • The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
    is used to configure any non-standard kernel with a much larger scope than
    only small devices.

    This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
    references to the option throughout the kernel. A new CONFIG_EMBEDDED
    option is added that automatically selects CONFIG_EXPERT when enabled and
    can be used in the future to isolate options that should only be
    considered for embedded systems (RISC architectures, SLOB, etc).

    Calling the option "EXPERT" more accurately represents its intention: only
    expert users who understand the impact of the configuration changes they
    are making should enable it.

    Reviewed-by: Ingo Molnar
    Acked-by: David Woodhouse
    Signed-off-by: David Rientjes
    Cc: Greg KH
    Cc: "David S. Miller"
    Cc: Jens Axboe
    Cc: Arnd Bergmann
    Cc: Robin Holt
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Rientjes
     

09 Aug, 2010

1 commit


20 Apr, 2010

2 commits


06 Jan, 2010

1 commit


05 Nov, 2009

1 commit


30 Jul, 2009

1 commit


16 Jun, 2009

1 commit


14 May, 2009

1 commit


22 Apr, 2009

1 commit


07 Apr, 2009

1 commit


27 Mar, 2009

1 commit

  • Supported are Ethernet, serial console, I2C, I2C-based RTC and
    temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
    display controller.

    The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
    supported through our own fpga_pic interrupt controller driver.

    For example the SJA1000 controller is level low sensitive connected to
    fpga_pic line 2 and is routed to the second (of three) irq lines to
    the CPU:

    can@3,100 {
    compatible = "philips,sja1000";
    reg = ;
    interrupts = ;
    interrupts = ; // number, type, routing
    interrupt-parent = ;
    };

    Signed-off-by: Sergei Poselenov
    Signed-off-by: Yuri Tikhonov
    Signed-off-by: Ilya Yanok
    Signed-off-by: Wolfgang Grandegger
    Signed-off-by: Anatolij Gustschin
    Signed-off-by: Dmitry Rakhchev
    Signed-off-by: Kumar Gala

    Wolfgang Grandegger
     

28 Jan, 2009

1 commit


27 Jan, 2009

2 commits


31 Dec, 2008

1 commit


09 Nov, 2008

1 commit


21 Aug, 2008

1 commit


17 Jul, 2008

1 commit


14 Jul, 2008

1 commit


30 Jun, 2008

1 commit


10 Jun, 2008

1 commit


09 Jun, 2008

1 commit


17 Apr, 2008

2 commits