aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/mxc_w1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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