Random ITE Super I/O fixes.
- Drop some of the less useful / outdated / duplicated comments. - Simplify and streamline some code to look like the other Super I/Os. - Use u8/16/etc. everywhere. - ITE IT8718F: Add missing GPIO LDN. - Add missing braces around SIO_DATA #defines, potential bug even. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6047 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -28,14 +28,11 @@
|
||||
|
||||
static void init(device_t dev)
|
||||
{
|
||||
struct superio_ite_it8718f_config *conf;
|
||||
struct superio_ite_it8718f_config *conf = dev->chip_info;
|
||||
struct resource *res0, *res1;
|
||||
|
||||
if (!dev->enabled) {
|
||||
if (!dev->enabled)
|
||||
return;
|
||||
}
|
||||
|
||||
conf = dev->chip_info;
|
||||
|
||||
switch (dev->path.pnp.device) {
|
||||
case IT8718F_FDC: /* TODO. */
|
||||
|
Reference in New Issue
Block a user