Home
last modified time | relevance | path

Searched hist:dec1861be90c948ea9fb771927d3d26a994d2e20 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/asm-generic/
H A Dglobal_data.hdec1861be90c948ea9fb771927d3d26a994d2e20 Mon Feb 10 22:02:52 UTC 2014 York Sun <yorksun@freescale.com> driver/mxc_i2c: Move static data structure to global_data

This driver needs a data structure in SRAM before SDRAM is available.
This is not alway the case using .data section. Moving this data
structure to global_data guarantees it is writable.

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Troy Kisky <troy.kisky@boundarydevices.com>
/rk3399_rockchip-uboot/drivers/i2c/
H A Dmxc_i2c.cdec1861be90c948ea9fb771927d3d26a994d2e20 Mon Feb 10 22:02:52 UTC 2014 York Sun <yorksun@freescale.com> driver/mxc_i2c: Move static data structure to global_data

This driver needs a data structure in SRAM before SDRAM is available.
This is not alway the case using .data section. Moving this data
structure to global_data guarantees it is writable.

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Troy Kisky <troy.kisky@boundarydevices.com>