12 Jan, 2012

1 commit

  • * 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
    x86/intel config: Fix the APB_TIMER selection
    x86/mrst: Add additional debug prints for pb_keys
    x86/intel config: Revamp configuration to allow for Moorestown and Medfield
    x86/intel/scu/ipc: Match the changes in the x86 configuration
    x86/apb: Fix configuration constraints
    x86: Fix INTEL_MID silly
    x86/Kconfig: Cyclone-timer depends on x86-summit
    x86: Reduce clock calibration time during slave cpu startup
    x86/config: Revamp configuration for MID devices
    x86/sfi: Kill the IRQ as id hack

    Linus Torvalds
     

28 Dec, 2011

1 commit


18 Dec, 2011

1 commit


02 Nov, 2011

1 commit


26 Jul, 2011

2 commits

  • Add support for PMIC8xxx based RTC. PMIC8xxx is Qualcomm's power
    management IC that internally houses an RTC module. This driver
    communicates with the PMIC module over SSBI bus.

    [akpm@linux-foundation.org: cosmetic tweaks]
    Acked-by: Wan ZongShun
    Reviewed-by: Stephen Boyd
    Signed-off-by: Anirudh Ghayal
    Signed-off-by: Ashay Jaiswal
    Cc: Samuel Ortiz
    Cc: Wan ZongShun
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Anirudh Ghayal
     
  • MPC5200B contains a limited version of RTC from MPC5121. Add support for
    the RTC on that CPU.

    Signed-off-by: Dmitry Eremin-Solenikov
    Cc: Alessandro Zummo
    Cc: Anatolij Gustschin
    Cc: Grant Likely
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dmitry Eremin-Solenikov
     

02 Jul, 2011

1 commit

  • The stmp3xxx driver used to include functions from a stmp-specific
    include. Because of consolidation, plat-stmp has now been removed and
    merged with the compatible mach-mxs.

    Use the apropriate mxs-functions for transition. The accessors will be
    converted to readl/writel in a later patch.

    Signed-off-by: Wolfram Sang
    Tested-by: Shawn Guo
    Signed-off-by: John Stultz

    Wolfram Sang
     

09 Jun, 2011

1 commit


27 May, 2011

6 commits


26 May, 2011

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: (26 commits)
    arch/tile: prefer "tilepro" as the name of the 32-bit architecture
    compat: include aio_abi.h for aio_context_t
    arch/tile: cleanups for tilegx compat mode
    arch/tile: allocate PCI IRQs later in boot
    arch/tile: support signal "exception-trace" hook
    arch/tile: use better definitions of xchg() and cmpxchg()
    include/linux/compat.h: coding-style fixes
    tile: add an RTC driver for the Tilera hypervisor
    arch/tile: finish enabling support for TILE-Gx 64-bit chip
    compat: fixes to allow working with tile arch
    arch/tile: update defconfig file to something more useful
    tile: do_hardwall_trap: do not play with task->sighand
    tile: replace mm->cpu_vm_mask with mm_cpumask()
    tile,mn10300: add device parameter to dma_cache_sync()
    audit: support the "standard"
    arch/tile: clarify flush_buffer()/finv_buffer() function names
    arch/tile: kernel-related cleanups from removing static page size
    arch/tile: various header improvements for building drivers
    arch/tile: disable GX prefetcher during cache flush
    arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD
    ...

    Linus Torvalds
     

18 May, 2011

1 commit


03 May, 2011

1 commit

  • The RTC subsystem has a number of accessors that are available via
    include/linux/rtc.h. However many of these interfaces are not
    available for use if CONFIG_RTC_CLASS=m.

    So in order to support wider use of the RTC in the kernel, I'm
    removing the tristate config option for a bool, so that code can
    easily be conditionalized if the RTC class is present or not.

    Signed-off-by: John Stultz
    Cc: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    John Stultz
     

23 Mar, 2011

1 commit


18 Feb, 2011

1 commit

  • Uwe pointed out that my alarm based UIE emulation is not sufficient
    to replace the older timer/polling based UIE emulation on devices
    where there is no alarm irq. This causes rtc devices without alarms
    to return -EINVAL to UIE ioctls. The fix is to re-instate the old
    timer/polling method for devices without alarm irqs.

    This patch reverts the following commits:
    042620a018afcfba1d678062b62e46 - Remove UIE emulation
    1daeddd5962acad1bea55e524fc0fa - Cleanup removed UIE emulation declaration
    b5cc8ca1c9c3a37eaddf709b2fd3e1 - Remove Kconfig symbol for UIE emulation

    The emulation mode will still need to be wired-in with a following
    patch before it will work.

    CC: Uwe Kleine-König
    CC: Thomas Gleixner
    Reported-by: Uwe Kleine-König
    Signed-off-by: John Stultz

    John Stultz
     

22 Jan, 2011

1 commit


11 Nov, 2010

1 commit

  • Provide the standard kernel rtc driver interface on top of the vrtc layer
    added in the previous patch.

    Signed-off-by: Feng Tang
    LKML-Reference:
    [Fixed swapped arguments on IPC]
    Signed-off-by: Arjan van de Ven
    [Cleaned up and the device creation moved to arch/x86/platform]
    Signed-off-by: Alan Cox
    Signed-off-by: Thomas Gleixner

    Feng Tang
     

29 Oct, 2010

2 commits

  • The mfd driver for MC13783 recently got support for MC13892 and was
    renamed accordingly from mc13783-core to mc13xxx-core. Do the same for
    rtc-mc13783.

    The only relevant change is to use platform id's to tell the platform bus
    that this driver is responsible for mc13892-rtc devices, too.

    Acked-by: Alessandro Zummo
    Signed-off-by: Uwe Kleine-König
    Signed-off-by: Samuel Ortiz

    Uwe Kleine-König
     
  • This adds support for the RTC provided by the Maxim 8998 chip. This
    driver was tested on a GONI board by using the rtc-test application from
    the Documentation/rtc.txt.

    Signed-off-by: Joonyoung Shim
    Signed-off-by: Kyungmin Park
    Acked-by: Alessandro Zummo
    Signed-off-by: Samuel Ortiz

    Joonyoung Shim
     

28 Oct, 2010

2 commits


26 Oct, 2010

1 commit


12 Aug, 2010

1 commit

  • * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (226 commits)
    ARM: 6323/1: cam60: don't use __init for cam60_spi_{flash_platform_data,partitions}
    ARM: 6324/1: cam60: move cam60_spi_devices to .init.data
    ARM: 6322/1: imx/pca100: Fix name of spi platform data
    ARM: 6321/1: fix syntax error in main Kconfig file
    ARM: 6297/1: move U300 timer to dynamic clock lookup
    ARM: 6296/1: clock U300 intcon and timer properly
    ARM: 6295/1: fix U300 apb_pclk split
    ARM: 6306/1: fix inverted MMC card detect in U300
    ARM: 6299/1: errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID
    ARM: 6294/1: etm: do a dummy read from OSSRR during initialization
    ARM: 6292/1: coresight: add ETM management registers
    ARM: 6288/1: ftrace: document mcount formats
    ARM: 6287/1: ftrace: clean up mcount assembly indentation
    ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"
    ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICE
    ARM: 6280/1: imx: Fix build failure when including without
    ARM: S5PV210: Fix on missing s3c-sdhci card detection method for hsmmc3
    ARM: S5P: Fix on missing S5P_DEV_FIMC in plat-s5p/Kconfig
    ARM: S5PV210: Override FIMC driver name on Aquila board
    ARM: S5PC100: enable FIMC on SMDKC100
    ...

    Fix up conflicts in arch/arm/mach-{s5pc100,s5pv210}/cpu.c due to
    different subsystem 'setname' calls, and trivial port types in
    include/linux/serial_core.h

    Linus Torvalds
     

11 Aug, 2010

3 commits

  • Add a driver for the DS3232 RTC chip via the I2C bus. Alarms are not
    supported in this version of the driver.

    [akpm@linux-foundation.org: fix Kconfig help text]
    Signed-off-by: Mingkai Hu
    Signed-off-by: Jingchang Lu
    Signed-off-by: Srikanth Srinivasan
    Signed-off-by: Roy Zang
    Acked-by: Wan ZongShun
    Cc: Kumar Gala
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roy Zang
     
  • - derived from rtc-pcf8563

    - no SRAM driver

    Signed-off-by: Roman Fietze
    Cc: Wan ZongShun
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roman Fietze
     
  • This driver is based on code from Freescale which accompanies their i.MX25
    PDK board, with some cleanup.

    Signed-off-by: Baruch Siach
    Cc: Alessandro Zummo
    Cc: Sascha Hauer
    Acked-by: Wan ZongShun
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Baruch Siach
     

09 Aug, 2010

1 commit


05 Aug, 2010

3 commits


28 May, 2010

1 commit

  • Add a driver for the RTC on the AB8500 power management chip. This is a
    client of the AB8500 MFD driver.

    Signed-off-by: Virupax Sadashivpetimath
    Signed-off-by: Rabin Vincent
    Acked-by: Linus Walleij
    Acked-by: Srinidhi Kasagar
    Cc: Alessandro Zummo
    Cc: Samuel Ortiz
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Virupax Sadashivpetimath
     

25 May, 2010

1 commit


07 May, 2010

1 commit

  • This driver features:

    * Alarm support.
    * Periodic interrupt by using a timer include into the RTC module.
    * The update interrupt is not supported by this RTC module.

    This driver was tested on a DM365 EVM by using the rtc-test application
    from the Documentation/rtc.txt.

    Signed-off-by: Miguel Aguilar
    Signed-off-by: Kevin Hilman
    Acked-by: Alessandro Zummo

    Miguel Aguilar
     

08 Mar, 2010

1 commit


17 Feb, 2010

1 commit


16 Dec, 2009

1 commit