Release 4.14 arch/powerpc/boot/mpc8xx.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PPC_BOOT_MPC8xx_H_
#define _PPC_BOOT_MPC8xx_H_
#include "types.h"
void mpc8xx_set_clocks(u32 sysclk);
u32 mpc885_get_clock(u32 crystal);
int mpc885_fixup_clocks(u32 crystal);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Scott Wood | 32 | 96.97% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.03% | 1 | 50.00% |
Total | 33 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.