Dear coreboot folks,

to make the output of `diff` for `mainboard.c` smaller, Jens Rottmann
submitted a patch, to unify the name of the device enable function for
AMD Family14 boards [1].

        struct chip_operations mainboard_ops = {
                .enable_dev = inagua_enable,
        };

Naming this function is not uniform between the boards in the tree. AMD
based boards, seem to use *boardname*_enable, Intel boards
`mainboard_enable`. There is for example also `mb_enable` in the tree
and Jens proposed `enable_dev`.

If there are no objections to unification, what should the name for the
function be? I like Jens’ proposal as `enable_dev` is shorter than
`mainboard_enable` and it is clear that the struct member `.enable_dev`
gets set to it.

Please comment on this, so a patch can be submitted.


Thanks,

Paul


[1] http://review.coreboot.org/#/c/2464/1/src/mainboard/amd/inagua/mainboard.c

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to