summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | clk: samsung: Factor out the common code to clk.cNaveen Krishna Ch2014-10-313-159/+155
| | * | | | | | clk: samsung: add support for 145xx and 1460x PLLsNaveen Krishna Ch2014-10-312-5/+24
| | * | | | | | clk: samsung: exynos4415: Add clocks using common clock frameworkChanwoo Choi2014-10-302-0/+1143
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'clk-next-shmobile' into clk-nextMichael Turquette2014-11-191-12/+101
| |\ \ \ \ \ \
| | * | | | | | clk: shmobile: div6: support selectable-input clocksUlrich Hecht2014-11-121-12/+101
| * | | | | | | clk: delete a local variable's repeated assignmentZhen Lei2014-11-191-1/+1
| * | | | | | | Merge tag 'v3.19-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Turquette2014-11-194-107/+169
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | clk: rockchip: fix clock select order for rk3288 usbphy480m_srcKever Yang2014-11-161-2/+2
| | * | | | | | clk: rockchip: fix rk3288 clk_usbphy480m_gate bit location in registerKever Yang2014-11-161-1/+1
| | * | | | | | clk: rockchip: ensure HCLK_VIO2_H2P and PCLK_VIO2_H2P stay enabledDmitry Torokhov2014-11-131-2/+2
| | * | | | | | clk: rockchip: rk3288: add suspend and resumeChris Zhong2014-11-101-0/+60
| | * | | | | | clk: rockchip: fix rk3188 hsadc_frac definitionHeiko Stübner2014-11-071-2/+2
| | * | | | | | clk: rockchip: disable unused clocksKever Yang2014-11-043-92/+83
| | * | | | | | clk: rockchip: change PLL setting for better clock jitterKever Yang2014-10-292-1/+10
| | * | | | | | clk: rockchip: add npll to source of sclk_gpuKever Yang2014-10-201-4/+4
| | * | | | | | clk: rockchip: rk3288: removing the CLK_SET_RATE_PARENT from i2s_clkoutJianqun2014-10-201-1/+1
| | * | | | | | clk: rockchip: add 400MHz and 500MHz for rk3288 clock rateKever Yang2014-10-201-0/+2
| | * | | | | | clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_preDoug Anderson2014-10-201-1/+1
| | * | | | | | clk: rockchip: fix parent for spdif_8ch_frac on rk3288Sonny Rao2014-10-201-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | clk: pxa: keep clocks initialization separated per variantRobert Jarzmik2014-11-173-2/+9
| * | | | | | clk: pxa: declare init function and data __initRobert Jarzmik2014-11-173-20/+32
| * | | | | | clk: add pxa25x clock driversRobert Jarzmik2014-11-172-0/+274
| * | | | | | clk: mmp: add mmp2 DT support for clock driverChao Xie2014-11-122-0/+335
| * | | | | | clk: mmp: add pxa910 DT support for clock driverChao Xie2014-11-122-1/+302
| * | | | | | clk: mmp: add pxa168 DT support for clock driverChao Xie2014-11-122-0/+281
| * | | | | | clk: mmp: add reset supportChao Xie2014-11-123-0/+132
| * | | | | | clk: mmp: add basic support functions for DT supportChao Xie2014-11-123-2/+298
| * | | | | | clk: mmp: add mmp private gate clockChao Xie2014-11-123-1/+155
| * | | | | | clk: mmp: add clock type mixChao Xie2014-11-123-1/+580
| * | | | | | clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie2014-11-122-18/+22
| * | | | | | clk: mmp: add init callback for clk-fracChao Xie2014-11-121-0/+40
| * | | | | | clk: mmp: add spin lock for clk-fracChao Xie2014-11-125-5/+15
| * | | | | | clk: mmp: add prefix "mmp" for structures defined for clk-fracChao Xie2014-11-125-21/+22
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-207-2804/+252
|\ \ \ \ \ \
| * | | | | | i2c: sh_mobile: fix uninitialized var when debug is enabledWolfram Sang2014-12-201-0/+1
| * | | | | | macintosh: therm_pm72: delete deprecated driverWolfram Sang2014-12-194-2615/+0
| * | | | | | i2c: sh_mobile: I2C_SH_MOBILE should depend on HAS_DMAGeert Uytterhoeven2014-12-171-0/+1
| * | | | | | i2c: sh_mobile: rework deferred probingWolfram Sang2014-12-171-50/+48
| * | | | | | i2c: sh_mobile: refactor DMA setupWolfram Sang2014-12-171-19/+16
| * | | | | | i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni2014-12-171-120/+186
| * | | | | | i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni2014-12-171-11/+11
* | | | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-2046-312/+141
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-1844-311/+137
| |\ \ \ \ \ \ \
| | * | | | | | | storvsc: ring buffer failures may result in I/O freezeLong Li2014-12-151-4/+3
| | * | | | | | | ipr: set scsi_level correctly for disk arraysBrian King2014-12-151-0/+1
| | * | | | | | | ipr: add support for async scanning to speed up bootBrian King2014-12-152-48/+44
| | * | | | | | | scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED caseEwan D. Milne2014-12-151-0/+1
| | * | | | | | | scsi_debug: take sdebug_host_list_lock when changing capacityEwan D. Milne2014-12-151-0/+2
| | * | | | | | | scsi_debug: improve driver description in KconfigDouglas Gilbert2014-12-151-9/+8
| | * | | | | | | scsi_debug: fix compare and write errorsDouglas Gilbert2014-12-151-15/+16