index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
w1
/
masters
/
mxc_w1.c
Age
Commit message (
Expand
)
Author
2020-10-02
w1: mxc_w1: Fix timeout resolution problem leading to bus error
Martin Fuzzey
2019-08-05
w1: mxc_w1: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-05-14
w1: mxc_w1: Enable clock before calling clk_get_rate() on it
Stefan Potyra
2017-06-09
w1: Add subsystem kernel public interface
Andrew F. Davis
2015-03-25
w1: constify of_device_id array
Fabian Frederick
2014-10-20
w1: masters: drop owner assignment from platform_drivers
Wolfram Sang
2014-06-19
w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()
Alexander Shiyan
2014-06-19
w1: mxc_w1: Perform a software reset at startup
Alexander Shiyan
2014-06-19
w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()
Alexander Shiyan
2014-06-19
w1: mxc_w1: Fix incorrect "presence" status
Alexander Shiyan
2014-02-28
w1: mxc_w1: Enable driver compilation with COMPILE_TEST
Alexander Shiyan
2014-02-28
w1: mxc_w1: Driver cleanup
Alexander Shiyan
2014-02-28
w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return value
Alexander Shiyan
2013-12-08
w1: mxc_w1: Check the clk_prepare_enable() return value
Alexander Shiyan
2013-12-08
w1: mxc_w1: Add warning for base frequency calculation
Alexander Shiyan
2013-12-08
w1: mxc_w1: Remove unused field "clkdiv" from private structure
Alexander Shiyan
2013-09-11
drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-03-12
w1: mxc_w1: Convert to devm_ioremap_resource()
Fabio Estevam
2013-02-28
Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-10
W1: Add device tree support to MXC onewire master.
Martin Fuzzey
2013-01-15
drivers/w1/masters/mxc_w1.c: use devm_ functions
Julia Lawall
2013-01-03
Drivers: w1: remove last __devexit_p() instance
Greg Kroah-Hartman
2012-11-21
w1: remove use of __devexit
Bill Pemberton
2012-11-21
w1: remove use of __devinit
Bill Pemberton
2012-11-21
w1: mxc_w1: Fix comment
Fabio Estevam
2012-11-21
w1: mxc_w1: Convert to platform driver
Fabio Estevam
2012-11-21
w1: mxc_w1: Adapt the clock name to the new clock framework
Fabio Estevam
2012-04-25
w1 i.MX: prepare/unprepare clock
Sascha Hauer
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-12
w1: mxc_w1: move probe() and remove() to the dev* text area
Alberto Panizzo
2009-03-13
[ARM] MXC: remove _clk suffix from clock names
Sascha Hauer
2009-01-08
w1: add 1-wire master driver for i.MX27 / i.MX31
Sascha Hauer