aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-21ARM: SAMSUNG: Remove hardware.h inclusionSachin Kamat1-1/+0
2014-02-14ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header fileTushar Behera1-1/+1
2012-10-23ARM: SAMSUNG: call clk_get_rate for debugfs rate filesColin Cross1-1/+9
2012-10-23ARM: SAMSUNG: add clock_tree debugfs file in clockColin Cross1-1/+64
2012-10-01Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-09-21ARM: SAMSUNG: Add check for NULL in clock interfaceChander Kashyap1-4/+4
2012-09-18ARM: SAMSUNG: Use spin_lock_{irqsave,irqrestore} in clk_set_rateTushar Behera1-2/+3
2012-09-17ARM: SAMSUNG: use spin_lock_irqsave() in clk_set_parentMandeep Singh Baines1-2/+3
2012-02-12ARM: SAMSUNG: use spin_lock_irqsave() in clk_{enable,disable}Minho Ban1-4/+8
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-09-15ARM: SAMSUNG: fix watchdog reset issue with clk_get()Marek Szyprowski1-0/+11
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-92/+6
2011-07-20switch assorted clock drivers to debugfs_remove_recursive()Al Viro1-5/+2
2011-07-20ARM: S3C24XX: Add clkdev supportThomas Abraham1-10/+0
2011-07-20ARM: SAMSUNG: Add clkdev infrastructureThomas Abraham1-82/+6
2011-01-12ARM: SAMSUNG: Add support for clock debugging through debug-fs interfaceAmit Daniel Kachhap1-0/+92
2010-10-08ARM: SAMSUNG: Add a workaround for get_clock() for serial driverMarek Szyprowski1-1/+26
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-10ARM: SAMSUNG: Add s3c_disable_clocks() and tidy init+disable usageBen Dooks1-0/+15
2010-01-26ARM: SAMSUNG: Add error printing to s3c24xx_register_clocksBen Dooks1-1/+5
2010-01-26ARM: SAMSUNG: Add documentation to the clock registration calls.Ben Dooks1-0/+14
2010-01-26ARM: SAMSUNG: Fix bad use of __initdata for s3c_register_clocks()Ben Dooks1-1/+1
2010-01-15ARM: SAMSUNG: Make clk_default_setrate and clk_ops_def_setrate visibleKukjin Kim1-2/+2
2010-01-15ARM: SAMSUNG: Add call to register array of clocksBen Dooks1-0/+22
2010-01-15ARM: SAMSUNG: Move clock.c to arch/arm/plat-samsungBen Dooks1-0/+369