Re: [PATCH] Change comment in include linux/clk.h | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
On Sun, Oct 05, 2008 at 09:20:38PM +0200, Haavard Skinnemoen wrote: > From: Alex Raimondi <raimondi@xxxxxxxxxxx> > > clk_get and clk_put may not be used from within interrupt > context. Change comment to this function. > > Signed-off-by: Alex Raimondi <raimondi@xxxxxxxxxxx> > Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@xxxxxxxxx> > --- > I see several ARM implementation using mutexes for locking in these > functions. So I assume we never want to call them from interrupt > context, right? Correct. I'm not sure why anyone would even consider doing so. Acked-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> > > include/linux/clk.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/include/linux/clk.h b/include/linux/clk.h > index 5ca8c6f..7787773 100644 > --- a/include/linux/clk.h > +++ b/include/linux/clk.h > @@ -35,6 +35,8 @@ struct clk; > * clk_get may return different clock producers depending on @dev.) > * > * Drivers must assume that the clock source is not enabled. > + * > + * clk_get should not be called from within interrupt context. > */ > struct clk *clk_get(struct device *dev, const char *id); > > @@ -76,6 +78,8 @@ unsigned long clk_get_rate(struct clk *clk); > * Note: drivers must ensure that all clk_enable calls made on this > * clock source are balanced by clk_disable calls prior to calling > * this function. > + * > + * clk_put should not be called from within interrupt context. > */ > void clk_put(struct clk *clk); > > -- > 1.5.6.5 > -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[Site Home] [Other Archives] [Linux Kernel Newbies] [Linux Kernel Testers] [Linux SH] [Linux Omap] [Linux Kbuild] [Linux Tape] [Linux Input] [Linux Kernel Janitors] [Linux Doc] [Linux Man Pages] [Linux Standards] [Kernel Announce] [Memory] [Netdev] [Git] [Linux PCI] [NUMA] [Netfilter] [Netfilter Devel] [SELinux] [Bugtraq] [Writing Drivers] [Linux Serial] [Linux PPP] [Linux ISDN] [Linux Next] [Kernel Stable Commits] [Kernel MM Commits] [Linux Security Module] [Ext4] [Linux BTRFS] [Linux NFS] [Linux Cachefs] [Reiser FS] [Fastboot] [Linux RT Users] [Linux Virtualization] [LVS Devel] [KVM] [KVM PPC] [KVM ia64] [Linux Containers] [Util Linux NG] [Sk Drivers] [Wireless] [Linux Bluetooth] [Ethernet Bridging] [Embedded Linux] [Sparse] [Linux Arch] [Linux ACPI] [Linux IBM ACPI] [Linux OpenGL] [CPU Freq] [Linux Power Management] [Linux DCCP] [ALSA Devel] [Linux USB] [Large Format Photos] [DVD Store] [Tux] [Gimp] [Yosemite News] [Linux PA RISC] [MIPS Linux] [S390 Linux] [ARM Linux] [ARM Kernel] [Sparc Linux] [Linux Security] [Linux Sound] [Video 4 Linux] [Linux for the blind] [Linux IDE] [Linux RAID] [Linux SCSI] [Linux SCSI Target Infrastructure] [Linux SMP] [Linux AXP] [Linux Alpha] [Linux M68K] [Linux ia64] [Linux 8086] [Linux x86_64] [Linux Apps] [Linux X.25] [Linux Crypto] [DM Crypt] [LInux Btrace] [Utrace Devel] [Yosemite Photos] [Linux Resources] [Older Kernel Mail]
![]() |
![]() |