History log of /arch/arm/plat-s3c24xx/clock-dclk.c
Revision Date Author Comments
e83626f2fd48fa53ece85760c7e0b4ec4a996a91 14-Jun-2011 Thomas Abraham <thomas.ab@samsung.com> ARM: S3C24XX: Add clkdev support

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
b3bf41be06634d69959a68a2b53e1ffc92f0d103 01-Dec-2009 Ben Dooks <ben-linux@fluff.org> ARM: SAMSUNG: Reduce size of struct clk.

Reduce the size of struct clk by 12 bytes and make defining clocks with
common implementation functions easier by moving the set_rate, get_rate,
round_rate and set_parent calls into a new structure called 'struct clk_ops'
and using that instead.

This change does make a few clocks larger as they need their own clk_ops,
but this is outweighed by the number of clocks with either no ops or having
a common set of ops.

Update all the users of this.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
ccae941ee2de58b9391f4e166b1bad33fcbfc119 13-Nov-2009 Ben Dooks <ben@simtec.co.uk> ARM: S3C: Update Simtec copyright statements from , to - [2]

There are a number of statements of the form A, B or A, B, C where
the numbers A,B,C are not consecutive. However, referencing [1] it
is the correct thing to replace these with A-B or A-C as apropriate.

[1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices
section 4iii 'Year of publication'

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
48ec45e725aa385d72bced73b267dfaf13351876 13-Aug-2009 Davide Rizzo <elpa.rizzo@gmail.com> ARM: S3C24XX: Fix clkout mpx error

Bug correction: CLK Outputs cannot have XTAL as parent

Signed-off-by: Davide Rizzo <elpa.rizzo@gmail.com>
[ben-linux@fluff.org: updated patch subject]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
603b6fd5b8d313a109d3739d8706ee51962ff402 11-Mar-2009 Mark Brown <broonie@opensource.wolfsonmicro.com> [ARM] Revert futher extraneous changes from the S3C header move

Can't see any immediate need for these; build tested.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
8150bc886be5ce3cc301a2baca1fcf2cf7bd7f39 04-Mar-2009 Ben Dooks <ben@simtec.co.uk> S3C24XX: Move and update IIS headers

Move the IIS headers to their correct place.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
93bc6b6371b6b7303ffdae0d69dcdc443b8b0d8a 21-Oct-2008 Ben Dooks <ben-linux@fluff.org> [ARM] S3C24XX: Split DCLK/CLKOUT definitions out of clock.c

Only certain boards need these clocks, and they are not
available on some CPUs (such as the S3C24A0) so remove
them from arch/arm/plat-s3c24xx/clock.c and into their
own file with appropriate Kconfig entries.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>