04 Jun, 2013

1 commit


14 Mar, 2013

2 commits


15 Jan, 2013

1 commit

  • * Enable ARM_APPENDED_DTB

    Typically the bootloader of a kzm9g board does not support DT
    so this option is useful.

    * Use voltage regulators by default

    * Move command line to dts

    This brings us one small step closer to sharing defconfig
    between kzm9g and other boards

    Signed-off-by: Simon Horman

    Simon Horman
     

06 Nov, 2012

1 commit

  • …renesas into next/boards

    From Simon Horman:

    "I will work on the suggestions by Arnd to reduce the number
    of defconfigs for shmobile - in essence moving towards one or
    two generic configs rather than per-board configs. However,
    this seems to be somewhat non-trivial and in the mean time
    I would like to keep updating the existing defcoings."

    * 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
    ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default
    ARM: shmobile: armadillo800eva: enable L2X0 cache on defconfig
    ARM: shmobile: mackerel: defconfig update

    Olof Johansson
     

01 Nov, 2012

1 commit


30 Oct, 2012

2 commits


03 Oct, 2012

1 commit

  • Pull GPIO changes from Linus Walleij:
    "So this is the LW GPIO patch stack for v3.7:
    - refactoring from Thierry Redding at Arnd Bergmann's request to use
    the seq_file iterator interface in gpiolib.
    - A new driver for Avionic Design's N-bit GPIO expander.
    - Two instances of mutexes replaced by spinlocks from Axel Lin to
    code that is supposed to be fastpath compliant.
    - IRQ demuxer and gpio_to_irq() support for pcf857x by Kuninori
    Morimoto.
    - Dynamic GPIO numbers, device tree support, daisy chaining and some
    other fixes for the 74x164 driver by Maxime Ripard.
    - IRQ domain and device tree support for the tc3589x driver by Lee
    Jones.
    - Some conversion to use managed resources devm_* code.
    - Some instances of clk_prepare() or clk_prepare_enable() added to
    support the new, stricter common clock framework.
    - Some for_each_set_bit() simplifications.
    - Then a lot of fixes as we fixed up all of the above tripping over
    our own shoelaces and that kind of thing."

    * tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (34 commits)
    gpio: pcf857x: select IRQ_DOMAIN
    gpio: Document device_node's det_debounce
    gpio-lpc32xx: Add GPI_28
    gpio: adnp: dt: Reference generic interrupt binding
    gpio: Add Avionic Design N-bit GPIO expander support
    gpio: pxa: using for_each_set_bit to simplify the code
    gpio_msm: using for_each_set_bit to simplify the code
    gpio: Enable the tc3298x GPIO expander driver for Device Tree
    gpio: Provide the tc3589x GPIO expander driver with an IRQ domain
    ARM: shmobile: kzm9g: use gpio-keys instead of gpio-keys-polled
    gpio: pcf857x: fixup smatch WARNING
    gpio: 74x164: Add support for the daisy-chaining
    gpio: 74x164: dts: Add documentation for the dt binding
    dt: Fix incorrect reference in gpio-led documentation
    gpio: 74x164: Add device tree support
    gpio: 74x164: Use dynamic gpio number assignment if no pdata is present
    gpio: 74x164: Use devm_kzalloc
    gpio: 74x164: Use module_spi_driver boiler plate function
    gpio: sx150x: Use irq_data_get_irq_chip_data() at appropriate places
    gpio: em: Use irq_data_get_irq_chip_data() at appropriate places
    ...

    Linus Torvalds
     

12 Sep, 2012

1 commit


11 Sep, 2012

1 commit


12 Jul, 2012

1 commit


30 Jun, 2012

1 commit


21 Jun, 2012

1 commit

  • KZM-A9-GT board has RTC device r2025d at I2C channel 0
    with slave address 0x64.

    This patch enables reading and writing hardware real time clock on
    KZM-A9-GT board. Interrupt is not yet supported.

    How to test this patch using user space command.

    Read RTC
    # hwclock -r

    Copy system clock to RTC
    # hwclock -w

    Shutdown and power off the board, and wait a while, then power on again.
    Check RTC still keeps correct date.

    Signed-off-by: Tetsuyuki Kobayashi
    Tested-by: Simon Horman
    Acked-by: Kuninori Morimoto
    Signed-off-by: Rafael J. Wysocki

    Tetsuyuki Kobayashi
     

13 May, 2012

3 commits