summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: S5PV210: Remove usage of clk_p83 and add clk_pclk_dsys clock\Thomas Abraham2010-05-171-10/+13
| * | | ARM: S5PV210: Fix clk_get_rate issue with the clk_h100 clockThomas Abraham2010-05-171-6/+16
| * | | ARM: S5PV210: Remove usage of clk_p100 and add clk_pclk_msys clockThomas Abraham2010-05-171-10/+13
| * | | ARM: S5PV210: Remove usage of clk_h133 and add clk_hclk_psys clockThomas Abraham2010-05-171-26/+26
| * | | ARM: S5PV210: Remove usage of clk_h166 and add clk_hclk_dsys clockThomas Abraham2010-05-171-18/+37
| * | | ARM: S5PV210: Remove usage of clk_h200 clock and add clk_hclk_msys clockThomas Abraham2010-05-171-14/+14
| * | | ARM: S5PV210: Add armclk of clksrc_clk clock typeThomas Abraham2010-05-171-1/+22
| * | | ARM: S5PV210: Rearrange assignment of clock for fout apll/mpll/epll clocksThomas Abraham2010-05-171-4/+4
| * | | ARM: S5PV210: Register apll/mpll/epll clksrc_clk clocksThomas Abraham2010-05-171-6/+4
| * | | ARM: S5PV210: Rearrange the system clock definitionsThomas Abraham2010-05-171-27/+27
| | |/ | |/|
* | | ARM: Merge for-2635/s5p6440-clockBen Dooks2010-05-191-101/+249
|\ \ \
| * | | ARM: S5P6440: Add clocks of type 'struct clksrc_clk'.Thomas Abraham2010-05-131-1/+59
| * | | ARM: S5P6440: Rename clkset_mmc_spi to clkset_group1Thomas Abraham2010-05-131-9/+9
| * | | ARM: S5P6440: Add clocks of type 'struct clk'.Thomas Abraham2010-05-131-2/+80
| * | | ARM: S5P6440: Remove usage of clk_p_low and add clk_pclk_low clockThomas Abraham2010-05-131-31/+24
| * | | ARM: S5P6440: Remove usage of clk_h_low and add clk_hclk_low clockThomas Abraham2010-05-131-26/+28
| * | | ARM: S5P6440: Remove usage of clk_p and add clk_pclk clockThomas Abraham2010-05-131-1/+11
| * | | ARM: S5P6440: Remove usage of clk_h and add clk_hclk clockThomas Abraham2010-05-131-2/+12
| * | | ARM: S5P6440: Remove usage of clk_arm and add clk_armclk clockThomas Abraham2010-05-131-7/+16
| * | | ARM: S5P6440: Change dout_mpll clock type to clksrc_clk clock type.Thomas Abraham2010-05-131-19/+9
| * | | ARM: S5P6440: Register apll/mpll/epll mout clocks.Thomas Abraham2010-05-131-6/+4
| |/ /
* | | ARM: Merge for-2635/s3c6410-clockBen Dooks2010-05-193-0/+38
|\ \ \
| * | | ARM: S3C64XX: Add USB external clock definitionMaurus Cuelenaere2010-05-182-0/+8
| * | | ARM: S3C6410: Declare IISv4 audio-bus clockJassi Brar2010-05-141-0/+10
| * | | ARM: S3C6410: Declare possible sources of audio-bus2Jassi Brar2010-05-141-0/+13
| * | | ARM: S3C6410: Declare IISCDCLK_V4 ClockJassi Brar2010-05-141-0/+6
| * | | ARM: S3C6410: Define clk_src2 registerJassi Brar2010-05-141-0/+1
| |/ /
* | | ARM: Merge for-2635/gpio2Ben Dooks2010-05-1940-342/+531
|\ \ \
| * | | ARM: SAMSUNG: Fix additional increment when running through gpiosBen Dooks2010-05-181-2/+2
| * | | ARM: S3C24XX: Add note on GPIO bank sizesBen Dooks2010-05-181-0/+19
| * | | ARM: S3C24XX: Remove macros mapping GPIO number to baseBen Dooks2010-05-183-22/+3
| * | | ARM: S3C24XX: Update missed gpio calls to use gpiolibBen Dooks2010-05-182-8/+12
| * | | ARM: S3C24XX: Start cleanup of GPIO numberingBen Dooks2010-05-182-9/+4
| * | | ARM: S3C244X: fix gpiolib port J supportVasily Khoruzhick2010-05-182-1/+9
| * | | ARM: SAMSUNG: Add spinlock locking to GPIO banksBen Dooks2010-05-113-12/+29
| | |/ | |/|
| * | ARM: S3C24XX: Remove _INP macros in <mach/regs-gpioj.h>Ben Dooks2010-05-061-13/+0
| * | ARM: S3C24XX: Remove S3C2410_GPJ numberingBen Dooks2010-05-061-19/+0
| * | ARM: S3C24XX: Wrapper s3c2410_gpio_setpin and s3c2410_gpio_pullup()Ben Dooks2010-05-061-28/+19
| * | ARM: S3C2410: Remove the users of s3c2410_gpio_pullup()Ben Dooks2010-05-062-2/+2
| * | ARM: mini2440: Move to using gpiolib API and s3c_gpio functionsBen Dooks2010-05-061-9/+9
| * | ARM: S3C24XX: Remove s3c2410_gpio_getcfg(), implement s3c_gpio_getcfg()Ben Dooks2010-05-065-21/+39
| * | ARM: SAMSUNG: Add GPIO configuration read callsBen Dooks2010-05-065-1/+100
| * | ARM: S3C24XX: Remove s3c2410_gpio_getirq()Ben Dooks2010-05-062-20/+1
| * | ARM: S3C24XX: Remove s3c2410_gpio_getpull()Ben Dooks2010-05-062-25/+0
| * | ARM: S3C24XX: Remove s3c2410_gpio_setcfg()Ben Dooks2010-05-062-59/+24
| * | ARM: S3C24XX: Drop s3c2410 specific s3c2410_gpio_cfgpin()Ben Dooks2010-05-0615-44/+55
| * | ARM: S3C24XX: Change s3c2410_gpio_pullupl(x, 1) to use s3c_gpio_cfgpull()Ben Dooks2010-05-063-9/+9
| * | ARM: S3C2410: Change s3c2410_gpio_pullupl(x, 1) to use s3c_gpio_cfgpull()Ben Dooks2010-05-061-4/+4
| * | ARM: VR1000: Update mach-vr1000.c to use gpiolib APIBen Dooks2010-05-061-2/+3
| * | ARM: BAST: Update mach-bast to use gpiolib APIBen Dooks2010-05-061-3/+3
OpenPOWER on IntegriCloud