aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rational.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-17lib: Change mail address of Oskar SchirmerOskar Schirmer1-1/+1
That old mail address doesnt exist any more. This changes all occurences to my new address. Signed-off-by: Oskar Schirmer <[email protected]> Cc: Paul Gortmaker <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer1-0/+19
Provide a helper function to determine optimum numerator denominator value pairs taking into account restricted register size. Useful especially with PLL and other clock configurations. Signed-off-by: Oskar Schirmer <[email protected]> Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>