summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware: Add Intel Baytrail PMIC I2C bus supportDavid Box2015-01-265-5/+193
* i2c: designware: Add i2c bus locking supportDavid Box2015-01-262-0/+32
* of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driverAlexander Sverdlin2015-01-232-1/+13
* i2c: designware: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang2015-01-231-6/+6
* i2c: designware-pci: no need to provide clk_khzAndy Shevchenko2015-01-231-2/+0
* i2c: designware-pci: remove Moorestown supportAndy Shevchenko2015-01-231-29/+0
* i2c: imx: whitespace and checkpatch cleanupPhilipp Zabel2015-01-221-10/+13
* i2c: simplify boilerplate code for attribute groupsWolfram Sang2015-01-221-24/+6
* i2c: imx: remove unused return value assignmentsPhilipp Zabel2015-01-141-2/+0
* i2c: ACPI: Pick the first address if device has multipleMika Westerberg2015-01-141-1/+1
* i2c: cadence: Check for errata condition involving master receiveHarini Katakam2015-01-141-0/+14
* dt-bindings: use isil prefix for Intersil in I2C trivial-devices.txtArnaud Ebalard2015-01-131-3/+2
* i2c: imx: fix handling of wait_for_completion_timeout resultNicholas Mc Guire2015-01-131-4/+4
* i2c: rk3x: Account for repeated start time requirementDoug Anderson2015-01-132-20/+48
* i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C specificationaddy ke2015-01-132-23/+60
* i2c: cadence: Handle > 252 byte transfersHarini Katakam2015-01-131-73/+102
* i2c: pmcmsp: remove dead codeWolfram Sang2015-01-131-7/+0
* i2c: Remove support for legacy PMLars-Peter Clausen2014-12-222-122/+0
* Linux 3.19-rc1v3.19-rc1Linus Torvalds2014-12-211-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-2110-25/+103
|\
| * s390/kvm: REPLACE barrier fixup with READ_ONCEChristian Borntraeger2014-12-181-12/+6
| * arm/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-2/+2
| * arm64/spinlock: Replace ACCESS_ONCE READ_ONCEChristian Borntraeger2014-12-181-2/+2
| * mips/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-1/+1
| * x86/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-1/+1
| * x86/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-4/+4
| * mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger2014-12-183-3/+13
| * kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2014-12-181-0/+74
* | Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-12-2194-690/+6663
|\ \
| * | clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to ...Krzysztof Kozlowski2014-12-171-1/+28
| * | ARM: OMAP3: clock: fix boot breakage in legacy modeTero Kristo2014-12-161-9/+14
| * | ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIsTero Kristo2014-12-163-8/+8
| * | Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Michael Turquette2014-12-169-63/+238
| |\ \
| * | | clk: Really fix deadlock with mmap_semStephen Boyd2014-12-161-2/+3
| * | | Merge tag 'for-v3.19-exynos-clk-2' of git://linuxtv.org/snawrocki/samsung int...Michael Turquette2014-12-115-10/+12
| |\ \ \
| | * | | clk: samsung: Fix double add of syscore ops after driver rebindKrzysztof Kozlowski2014-12-021-0/+4
| | * | | clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmiAndrzej Hajda2014-12-021-1/+1
| | * | | clk: samsung: exynos4415: Fix build with PM_SLEEP disabledKrzysztof Kozlowski2014-12-021-2/+4
| | * | | clk: samsung: remove unnecessary inclusion of header files from clk.hPankaj Dubey2014-12-022-4/+2
| | * | | clk: samsung: remove unnecessary CONFIG_OF from clk.cPankaj Dubey2014-12-021-2/+0
| | * | | clk: samsung: Spelling s/bwtween/between/Pankaj Dubey2014-12-021-1/+1
| * | | | clk: mmp: fix sparse non static symbol warningWei Yongjun2014-12-111-1/+1
| * | | | clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-0414-49/+65
| * | | | clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso2014-12-042-4/+4
| * | | | clk: Don't expose __clk_get_accuracyTomeu Vizoso2014-12-042-2/+1
| * | | | clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso2014-12-041-1/+4
| * | | | clk: Remove unused function __clk_get_prepare_countTomeu Vizoso2014-12-042-6/+0
| * | | | Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/...Michael Turquette2014-11-298-24/+374
| |\ \ \ \
| * \ \ \ \ Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Turquette2014-11-298-50/+315
| |\ \ \ \ \
| | * | | | | clk: rockchip: Add support for the mmc clock phases using the frameworkAlexandru M Stan2014-11-285-0/+198