20 May, 2016

1 commit

  • Many drivers are defining a DRV_VERSION. This is often only used for
    MODULE_VERSION and sometimes to print an info message at probe time. This
    is kind of pointless as they are all versionned with the kernel anyway.
    Also the core will print a message when a new rtc is found.

    Signed-off-by: Alexandre Belloni

    Alexandre Belloni
     

05 Sep, 2015

2 commits


17 Feb, 2015

1 commit

  • "isil" and "isl" prefixes are used at various locations inside the kernel
    to reference Intersil corporation. This patch is part of a series fixing
    those locations were "isl" is used in compatible strings to use the now
    expected "isil" prefix instead (NASDAQ symbol for Intersil and most used
    version). The old compatible string is kept for backward compatibility.

    Signed-off-by: Arnaud Ebalard
    Cc: Rob Herring
    Cc: Pawel Moll
    Cc: Mark Rutland
    Cc: Ian Campbell
    Cc: Kumar Gala
    Cc: Russell King
    Cc: Stephen Warren
    Cc: Thierry Reding
    Cc: Alexandre Courbot
    Cc: Uwe Kleine-Knig
    Cc: Alessandro Zummo
    Cc: Peter Huewe
    Cc: Linus Walleij
    Cc: Mark Brown
    Cc: Arnd Bergmann
    Cc: Darshana Padmadas
    Cc: Grant Likely
    Cc: Rob Landley
    Cc: Jason Cooper
    Cc: Guenter Roeck
    Cc: Jason Gunthorpe
    Cc: Uwe Kleine-König
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arnaud Ebalard
     

14 Oct, 2014

1 commit

  • of_device_ids (i.e. compatible strings and the respective data) are not
    supposed to change at runtime. All functions working with of_device_ids
    provided by work with const of_device_ids. This allows to
    mark all struct of_device_id below drivers/rtc const, too.

    Signed-off-by: Uwe Kleine-König
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Uwe Kleine-König
     

09 Aug, 2014

1 commit

  • Add support for configuring the ISL12022 real-time clock via the Device
    tree framework. This is based on what I've seen in the related ISL12057
    driver, it has been tested and works on a Technologic Systems TS-7670
    device which uses a ISL12020 RTC device, my device tree looks like this:

    apbx@80040000 {
    i2c0: i2c@80058000 {
    pinctrl-names = "default";
    pinctrl-0 = ;
    clock-frequency = ;
    status = "okay";

    isl12022@0x6f {
    compatible = "isl,isl12022";
    reg = ;
    };
    };
    ... etc
    };

    Signed-off-by: Stuart Longland
    Cc: Roman Fietze
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stuart Longland
     

16 Jul, 2013

1 commit


04 Jul, 2013

2 commits


30 Apr, 2013

2 commits


22 Feb, 2013

1 commit


24 Mar, 2012

1 commit

  • Factor out some boilerplate code for i2c driver registration into
    module_i2c_driver.

    Signed-off-by: Axel Lin
    Cc: Piotr Ziecik
    Cc: Alessandro Zummo
    Cc: Scott Wood
    Cc: Srikanth Srinivasan
    Cc: Mike Rapoport
    Cc: Sergey Lapin
    Cc: Roman Fietze
    Cc: Herbert Valerio Riedel
    Cc: Alexander Bigga
    Cc: Dale Farnsworth
    Cc: Gregory Hermant
    Cc: Wolfgang Grandegger
    Cc: Martyn Welch
    Cc: Byron Bradley
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Axel Lin
     

01 Nov, 2011

1 commit


11 Aug, 2010

2 commits