9
0
Fork 0
barebox/commands
Sascha Hauer 485788954c Add initial regulator support
Provide minimal regulator support. Only supported operations are enabling
and disabling regulators. Association of devices with their regulators is
limited to devicetree only. If regulator support is disabled the API expands
to static inline stubs so consumers can still use the API.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-04-29 08:01:32 +02:00
..
Kconfig Add initial regulator support 2014-04-29 08:01:32 +02:00
Makefile Add initial regulator support 2014-04-29 08:01:32 +02:00
automount.c commands: automount: Added help string about "-d" option 2013-02-18 09:19:05 +01:00
barebox-update.c Add in-system barebox update infrastructure 2012-10-17 20:23:41 +02:00
basename.c Add basename command 2012-06-30 16:53:59 +02:00
boot.c blspec: honor default/once entries again 2014-03-24 07:58:33 +01:00
bootm.c bootm: Replace getenv_loadaddr with getenv_ul 2013-10-07 07:57:42 +02:00
cat.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
cd.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
clear.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
clk.c commands: Add clk commands 2012-10-04 15:19:55 +02:00
cp.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
crc.c scripts: bareboxcrc32 as host and target userspacetool 2013-12-04 17:17:06 +01:00
detect.c treewide: Add missing includes 2013-11-08 15:42:04 +01:00
devinfo.c move devinfo command to its own file 2013-09-27 11:14:32 +02:00
dfu.c Merge branch 'for-next/misc' 2014-03-07 09:25:09 +01:00
digest.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
dirname.c dirname: add -V option to return only path related to the mountpoint 2012-09-05 03:22:14 +08:00
echo.c Remove a redundant line. 2013-06-03 09:26:26 +02:00
edit.c Merge branch 'for-next/misc' 2014-03-07 09:25:09 +01:00
exec.c run_command: remove unused flag parameter 2014-03-07 07:41:26 +01:00
export.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
false.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
filetype.c treewide: Add missing includes 2013-11-08 15:42:04 +01:00
flash.c commands: flash: add missing newlines to error messages 2012-12-14 08:43:44 +01:00
global.c globalvar: Allow to set initial value 2013-08-16 08:40:33 +02:00
go.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
gpio.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
help.c cosmetic: improve command list display 2012-10-12 10:52:53 +02:00
i2c.c commands: i2c: change 0X to 0x 2013-04-09 09:01:28 +02:00
insmod.c commands: remove struct command pointer from commands 2012-02-27 20:28:07 +01:00
iomem.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
led.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
let.c commands: add let command which supports proper arithmetic 2013-01-09 10:32:54 +01:00
linux16.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
linux_exec.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
ln.c command: add ln support 2012-09-05 03:22:14 +08:00
loadb.c console: factorise function to get the first enabled console 2013-10-06 13:19:46 +02:00
loadenv.c loadenv: ignore -ENOENT when removing /env 2014-04-09 17:00:24 +02:00
loads.c loads: use getenv_bool for 'loads_echo' 2013-09-30 10:28:58 +02:00
loadxy.c commands: loady: fix Y-Modem/G option name in help message 2014-04-23 11:19:51 +02:00
login.c run_command: remove unused flag parameter 2014-03-07 07:41:26 +01:00
ls.c ls command: call stat() only when necessary 2012-12-03 11:23:25 +01:00
lsmod.c complete: add empty complete support 2012-04-30 20:37:40 +08:00
magicvar.c commands: remove struct command pointer from commands 2012-02-27 20:28:07 +01:00
md.c memory commands: separate into one file per command 2013-04-17 13:36:31 +02:00
mem.c commands/mem.c: drop non used DEVMEM 2013-05-08 07:16:40 +02:00
memcmp.c memory commands: separate into one file per command 2013-04-17 13:36:31 +02:00
memcpy.c memory commands: separate into one file per command 2013-04-17 13:36:31 +02:00
meminfo.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
memset.c memory commands: separate into one file per command 2013-04-17 13:36:31 +02:00
memtest.c memtest: exclude page starting at address 0. 2014-03-03 09:07:20 +01:00
menu.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
menutree.c add menutree command 2014-03-28 09:37:09 +01:00
miitool.c miitool: drop internal table of known MII, use phy drivers instead 2014-01-06 09:42:30 +01:00
mkdir.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
mm.c Add memory modify command (mm) 2013-04-17 13:37:14 +02:00
mount.c mount: support filesystem options passed via -o 2014-02-10 09:02:21 +01:00
msleep.c commands: add msleep command 2012-06-30 12:47:04 +02:00
mw.c memory commands: separate into one file per command 2013-04-17 13:36:31 +02:00
nand.c nand command: check for <dev> directly after option parsing 2013-03-04 11:00:33 +01:00
nandtest.c treewide: fix signedness mixups in printf format specifiers 2014-04-23 09:05:51 +02:00
net.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
of_node.c OF: base: rename of_free to of_delete_node 2013-07-05 08:26:57 +02:00
of_property.c of_property command: allow to set phandles 2013-08-14 10:05:37 +02:00
oftree.c oftree command: Allow free stored dtb before load 2014-01-06 10:25:25 +01:00
partition.c mtd: Support for 4GB partitions 2014-03-12 21:26:37 +01:00
passwd.c login/passwd: add default password support 2013-09-19 08:49:51 +02:00
poweroff.c add 'poweroff' command 2012-06-30 12:47:25 +02:00
printenv.c environment variables: use linux list 2012-10-30 10:24:12 +01:00
pwd.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
readf.c Add readf command 2014-02-14 16:40:13 +01:00
readline.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
readlink.c command: add readlink support 2012-09-05 03:22:14 +08:00
reginfo.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
regulator.c Add initial regulator support 2014-04-29 08:01:32 +02:00
reset.c commands: reset: add shutdown_barebox() before reset_cpu() 2013-01-30 16:03:51 +01:00
rm.c rm: implement -r 2012-11-29 20:21:29 +01:00
rmdir.c commands: remove struct command pointer from commands 2012-02-27 20:28:07 +01:00
saveenv.c environment: Use accessor functions for default environment path 2014-01-27 09:27:02 +01:00
setenv.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
sleep.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
spi.c commands: spi: Fix spi read procedure 2013-07-15 11:05:24 +02:00
splash.c splash: fix background color support 2013-03-14 07:16:20 +01:00
stddev.c fs: fix standard zero, full devices 2012-07-04 08:38:22 +02:00
test.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
tftp.c mount: support filesystem options passed via -o 2014-02-10 09:02:21 +01:00
time.c treewide: fix signedness mixups in printf format specifiers 2014-04-23 09:05:51 +02:00
timeout.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
trigger.c led: trigger: Add missing LED_TRIGGER_DEFAULT_ON string 2014-03-21 11:30:55 +01:00
true.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
ubi.c ubi: Fix for creating ubi volumes with 64bit size 2014-03-12 21:26:37 +01:00
ubiformat.c ubiformat: check file size 2013-06-24 21:43:05 +02:00
uimage.c commands: uimage: remove redundant error message 2014-04-23 09:21:17 +02:00
umount.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
uncompress.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
usb.c usb: move scanned status into core 2013-06-21 07:41:32 +02:00
usbserial.c remove remaining references of CONFIG_BOARDINFO 2013-08-16 08:40:37 +02:00
version.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
wd.c Add a simple watchdog framework 2012-06-29 15:16:34 +02:00