]> Git Repo - J-u-boot.git/commit
dm: Rename struct device_id to udevice_id
authorSimon Glass <[email protected]>
Thu, 12 Jun 2014 05:29:45 +0000 (23:29 -0600)
committerSimon Glass <[email protected]>
Fri, 20 Jun 2014 17:55:18 +0000 (11:55 -0600)
commitae7f4513087e7f7996cebc9db642917dde9ea561
treeadea348bafc0fdb98c684d32b943637515e4843a
parent5957ac2a9f668370bfcd9e5520de4bde346878a4
dm: Rename struct device_id to udevice_id

It is best to avoid having any occurence of 'struct device' in driver
model, so rename to achieve this.

Signed-off-by: Simon Glass <[email protected]>
doc/driver-model/README.txt
drivers/core/lists.c
drivers/demo/demo-shape.c
drivers/demo/demo-simple.c
drivers/gpio/sandbox.c
include/dm/device.h
test/dm/test-fdt.c
This page took 0.034576 seconds and 4 git commands to generate.