aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/mxc_w1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02w1: mxc_w1: Fix timeout resolution problem leading to bus errorMartin Fuzzey1-7/+7
2019-08-05w1: mxc_w1: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-05-14w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra1-7/+13
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-2/+1
2015-03-25w1: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20w1: masters: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()Alexander Shiyan1-12/+15
2014-06-19w1: mxc_w1: Perform a software reset at startupAlexander Shiyan1-0/+5
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()Alexander Shiyan1-17/+15
2014-06-19w1: mxc_w1: Fix incorrect "presence" statusAlexander Shiyan1-1/+1
2014-02-28w1: mxc_w1: Enable driver compilation with COMPILE_TESTAlexander Shiyan1-6/+6
2014-02-28w1: mxc_w1: Driver cleanupAlexander Shiyan1-23/+16
2014-02-28w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return valueAlexander Shiyan1-1/+1
2013-12-08w1: mxc_w1: Check the clk_prepare_enable() return valueAlexander Shiyan1-6/+9
2013-12-08w1: mxc_w1: Add warning for base frequency calculationAlexander Shiyan1-2/+12
2013-12-08w1: mxc_w1: Remove unused field "clkdiv" from private structureAlexander Shiyan1-3/+3
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-03-12w1: mxc_w1: Convert to devm_ioremap_resource()Fabio Estevam1-3/+3
2013-02-28Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+8
2013-02-10W1: Add device tree support to MXC onewire master.Martin Fuzzey1-1/+8
2013-01-15drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall1-39/+10
2013-01-03Drivers: w1: remove last __devexit_p() instanceGreg Kroah-Hartman1-1/+1
2012-11-21w1: remove use of __devexitBill Pemberton1-1/+1
2012-11-21w1: remove use of __devinitBill Pemberton1-1/+1
2012-11-21w1: mxc_w1: Fix commentFabio Estevam1-1/+1
2012-11-21w1: mxc_w1: Convert to platform driverFabio Estevam1-14/+2
2012-11-21w1: mxc_w1: Adapt the clock name to the new clock frameworkFabio Estevam1-3/+3
2012-04-25w1 i.MX: prepare/unprepare clockSascha Hauer1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo1-2/+2
2009-03-13[ARM] MXC: remove _clk suffix from clock namesSascha Hauer1-1/+1
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer1-0/+211