summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/mxc_w1.c
Commit message (Expand)AuthorAgeFilesLines
* w1: constify of_device_id arrayFabian Frederick2015-03-251-1/+1
* w1: masters: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()Alexander Shiyan2014-06-191-12/+15
* w1: mxc_w1: Perform a software reset at startupAlexander Shiyan2014-06-191-0/+5
* w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()Alexander Shiyan2014-06-191-17/+15
* w1: mxc_w1: Fix incorrect "presence" statusAlexander Shiyan2014-06-191-1/+1
* w1: mxc_w1: Enable driver compilation with COMPILE_TESTAlexander Shiyan2014-02-281-6/+6
* w1: mxc_w1: Driver cleanupAlexander Shiyan2014-02-281-23/+16
* w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return valueAlexander Shiyan2014-02-281-1/+1
* w1: mxc_w1: Check the clk_prepare_enable() return valueAlexander Shiyan2013-12-081-6/+9
* w1: mxc_w1: Add warning for base frequency calculationAlexander Shiyan2013-12-081-2/+12
* w1: mxc_w1: Remove unused field "clkdiv" from private structureAlexander Shiyan2013-12-081-3/+3
* drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-2/+0
* w1: mxc_w1: Convert to devm_ioremap_resource()Fabio Estevam2013-03-121-3/+3
* Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-281-1/+8
|\
| * W1: Add device tree support to MXC onewire master.Martin Fuzzey2013-02-101-1/+8
* | drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall2013-01-151-39/+10
|/
* Drivers: w1: remove last __devexit_p() instanceGreg Kroah-Hartman2013-01-031-1/+1
* w1: remove use of __devexitBill Pemberton2012-11-211-1/+1
* w1: remove use of __devinitBill Pemberton2012-11-211-1/+1
* w1: mxc_w1: Fix commentFabio Estevam2012-11-211-1/+1
* w1: mxc_w1: Convert to platform driverFabio Estevam2012-11-211-14/+2
* w1: mxc_w1: Adapt the clock name to the new clock frameworkFabio Estevam2012-11-211-3/+3
* w1 i.MX: prepare/unprepare clockSascha Hauer2012-04-251-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo2010-03-121-2/+2
* [ARM] MXC: remove _clk suffix from clock namesSascha Hauer2009-03-131-1/+1
* w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer2009-01-081-0/+211
OpenPOWER on IntegriCloud