Home
last modified time | relevance | path

Searched hist:"86256 b79" (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/dm/platform_data/
H A Dserial_pl01x.h86256b79 Thu Oct 23 22:41:19 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> dm: move platform data headers to include/dm/platform_data

The platform_data definitions are generally referenced from both
drivers and board files. That is why header files defining
platform_data sturectures are placed in "include" directory,
but our top level "include" directory is already too cluttered.

Let's collect platform_data definitions under the directory
"include/dm/platform_data" like Linux gathers ones around under
"include/linux/platform_data".

This commit moves two header files:

include/serial_mxc.h -> include/dm/platform_data/serial_mxc.h
include/serial_pl01x.h -> include/dm/platform_data/serial_pl01x.h

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
H A Dserial_mxc.h86256b79 Thu Oct 23 22:41:19 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> dm: move platform data headers to include/dm/platform_data

The platform_data definitions are generally referenced from both
drivers and board files. That is why header files defining
platform_data sturectures are placed in "include" directory,
but our top level "include" directory is already too cluttered.

Let's collect platform_data definitions under the directory
"include/dm/platform_data" like Linux gathers ones around under
"include/linux/platform_data".

This commit moves two header files:

include/serial_mxc.h -> include/dm/platform_data/serial_mxc.h
include/serial_pl01x.h -> include/dm/platform_data/serial_pl01x.h

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c86256b79 Thu Oct 23 22:41:19 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> dm: move platform data headers to include/dm/platform_data

The platform_data definitions are generally referenced from both
drivers and board files. That is why header files defining
platform_data sturectures are placed in "include" directory,
but our top level "include" directory is already too cluttered.

Let's collect platform_data definitions under the directory
"include/dm/platform_data" like Linux gathers ones around under
"include/linux/platform_data".

This commit moves two header files:

include/serial_mxc.h -> include/dm/platform_data/serial_mxc.h
include/serial_pl01x.h -> include/dm/platform_data/serial_pl01x.h

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
H A Dserial_pl01x.c86256b79 Thu Oct 23 22:41:19 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> dm: move platform data headers to include/dm/platform_data

The platform_data definitions are generally referenced from both
drivers and board files. That is why header files defining
platform_data sturectures are placed in "include" directory,
but our top level "include" directory is already too cluttered.

Let's collect platform_data definitions under the directory
"include/dm/platform_data" like Linux gathers ones around under
"include/linux/platform_data".

This commit moves two header files:

include/serial_mxc.h -> include/dm/platform_data/serial_mxc.h
include/serial_pl01x.h -> include/dm/platform_data/serial_pl01x.h

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/openbmc/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c86256b79 Thu Oct 23 22:41:19 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> dm: move platform data headers to include/dm/platform_data

The platform_data definitions are generally referenced from both
drivers and board files. That is why header files defining
platform_data sturectures are placed in "include" directory,
but our top level "include" directory is already too cluttered.

Let's collect platform_data definitions under the directory
"include/dm/platform_data" like Linux gathers ones around under
"include/linux/platform_data".

This commit moves two header files:

include/serial_mxc.h -> include/dm/platform_data/serial_mxc.h
include/serial_pl01x.h -> include/dm/platform_data/serial_pl01x.h

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>