13 Oct, 2014

1 commit


11 Nov, 2013

1 commit


28 Jun, 2013

1 commit


15 May, 2013

1 commit

  • The TB10x platform port includes a custom mechanism using to set up
    default pin controller configurations using abilis,simple-default
    pin configurations of nodes compatible with abilis,simple-pinctrl. This
    mechanism is redundant with the Linux standard "default" pin
    configuration, see commit ab78029ecc347debbd737f06688d788bd9d60c1d
    "drivers/pinctrl: grab default handles from device core".
    This patch removes the TB10x custom mechanism in favour of the Linux
    standard.

    Signed-off-by: Christian Ruppert
    Reviewed-by: Stephen Warren
    Reviewed-by: Linus Walleij
    Signed-off-by: Vineet Gupta

    Christian Ruppert
     

10 May, 2013

1 commit


07 May, 2013

1 commit

  • Infrastructure required to make the Linux kernel compile and boot on the
    Abilis Systems TB10x series of SOCs based on ARC700 CPUs:
    - Kmake related files (Kconfig, Makefile, tb10x_defconfig)
    - TB10x platform initialisation

    Signed-off-by: Christian Ruppert
    Signed-off-by: Pierrick Hascoet
    Signed-off-by: Vineet Gupta

    Christian Ruppert