summaryrefslogtreecommitdiff
path: root/drivers/w1/masters/mxc_w1.c
AgeCommit message (Expand)Author
2018-06-26w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra
2015-03-25w1: constify of_device_id arrayFabian Frederick
2014-10-20w1: masters: drop owner assignment from platform_driversWolfram Sang
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()Alexander Shiyan
2014-06-19w1: mxc_w1: Perform a software reset at startupAlexander Shiyan
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()Alexander Shiyan
2014-06-19w1: mxc_w1: Fix incorrect "presence" statusAlexander Shiyan
2014-02-28w1: mxc_w1: Enable driver compilation with COMPILE_TESTAlexander Shiyan
2014-02-28w1: mxc_w1: Driver cleanupAlexander Shiyan
2014-02-28w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return valueAlexander Shiyan
2013-12-08w1: mxc_w1: Check the clk_prepare_enable() return valueAlexander Shiyan
2013-12-08w1: mxc_w1: Add warning for base frequency calculationAlexander Shiyan
2013-12-08w1: mxc_w1: Remove unused field "clkdiv" from private structureAlexander Shiyan
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-12w1: mxc_w1: Convert to devm_ioremap_resource()Fabio Estevam
2013-02-28Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-10W1: Add device tree support to MXC onewire master.Martin Fuzzey
2013-01-15drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall
2013-01-03Drivers: w1: remove last __devexit_p() instanceGreg Kroah-Hartman
2012-11-21w1: remove use of __devexitBill Pemberton
2012-11-21w1: remove use of __devinitBill Pemberton
2012-11-21w1: mxc_w1: Fix commentFabio Estevam
2012-11-21w1: mxc_w1: Convert to platform driverFabio Estevam
2012-11-21w1: mxc_w1: Adapt the clock name to the new clock frameworkFabio Estevam
2012-04-25w1 i.MX: prepare/unprepare clockSascha Hauer
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo
2009-03-13[ARM] MXC: remove _clk suffix from clock namesSascha Hauer
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer