Private
Public Access
2
0

maa: general licensing + styling cleanup

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-22 15:51:28 +01:00
parent f011102ce6
commit aee2087a42
20 changed files with 309 additions and 123 deletions

View File

@@ -1,7 +1,6 @@
/*
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
*
* Copyright © 2014 Intel Corporation
* Copyright (c) 2014 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the

View File

@@ -1,6 +1,6 @@
/*
* Author: Brendan Le Foll
* Copyright © 2014 Intel Corporation
* Copyright (c) 2014 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the

View File

@@ -1,6 +1,6 @@
/*
* Author: Brendan Le Foll
* Copyright © 2014 Intel Corporation
* Copyright (c) 2014 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the

View File

@@ -67,7 +67,7 @@ extern "C" {
* Returns \h_ge 0 on success.
* Else errno is set appropriately and -1 is returned.
*/
int i2c_smbus_access(int fd, uint8_t read_write, uint8_t command,
int i2c_smbus_access(int fd, uint8_t read_write, uint8_t command,
int size, i2c_smbus_data_t *data)
{
i2c_smbus_ioctl_data_t args;
@@ -94,7 +94,7 @@ int i2c_smbus_write_quick(int fd, uint8_t value)
{
return i2c_smbus_access(fd, value, I2C_NOCMD, I2C_SMBUS_QUICK, NULL);
}
/*!
* \brief Read an immediate byte from the SMBus.
*

View File

@@ -1,9 +1,6 @@
/*
* Copyright (C) Intel Corporation.
*
* Author: Brendan Le Foll
*
* Copyright © 2014 Intel Corporation
* Author: Brendan Le Foll <brendan.le.foll@intel.com>
* Copyright (c) 2014 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the

View File

@@ -1,7 +1,6 @@
/*
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
*
* Copyright © 2014 Intel Corporation
* Copyright (c) 2014 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the